#c5c5c5 Color Hex Lunar Rock

Information about Lunar Rock Color | #0000FF

#c5c5c5 color RGB value is (197,197,197). #c5c5c5 color name is Lunar Rock color.

#c5c5c5 hex color red value is 197 , green value is 197 and the blue value of its RGB is 197 . Cylindrical-coordinate representations (also known as HSL) of color #c5c5c5 hue: 100 , saturation: 0 and the lightness value of #c5c5c5 is 77

The process color (four color CMYK) of #c5c5c5 color hex is 0 , 0 ,0, 9 .

#c5c5c5

~Lunar Rock

Color Converions

HEX
#c5c5c5
RGB
197,197,197
LAB
80,0,0
CMYK
0,0,0,23
LCH
80,0,-82
XYZ
53,56,61
HSV
100,0,77
HSL
100,0,77

Base Numbers

Base Red Green Blue
Binary 11000101 11000101 11000101
Octal 305 305 305
Decimal 197 197 197
Hex c5 c5 c5

RGB Percentages of Color #c5c5c5

77%
77%
77%

CMYK Percentages of Color #c5c5c5

0%
0%
0%
9%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c5c5c5

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c5c5c5
20%
#b1b1b1
30%
#9e9e9e
40%
#8a8a8a
50%
#767676
60%
#626262
70%
#4f4f4f
80%
#3b3b3b
90%
#272727
100%
#141414

Tints of #c5c5c5

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c5c5c5
20%
#cbcbcb
30%
#d1d1d1
40%
#d6d6d6
50%
#dcdcdc
60%
#e2e2e2
70%
#e8e8e8
80%
#eeeeee
90%
#f3f3f3
100%
#f9f9f9

Tones of #c5c5c5

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c5c5c5
20%
#bebebe
30%
#b7b7b7
40%
#b0b0b0
50%
#a9a9a9
60%
#a2a2a2
70%
#9b9b9b
80%
#949494
90%
#8d8d8d
100%
#868686

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c5c5c5
#c5c5c5
#c5c5c5
#c5c5c5
#c5c5c5
#c5c5c5

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c5c5c5
#c5c5c5

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c5c5c5
#c5c5c5
#c5c5c5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c5c5c5
#c5c5c5
#c5c5c5

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c5c5c5
#c5c5c5
#c5c5c5
#c5c5c5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c5c5c5
#efefef
#1b1b1b
#454545
#707070
#9a9a9a

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c5c5c5

protanopia

#c7c3c3

deuteranopia

#d6bdc6

tritanopia

#c6c2d1

achromatopsia

#c5c5c5

protanomaly

#c6c3c4

deuteranomaly

#d0c0c5

achromatopsia

#c5c5c5

tritanomaly

#c6c3cc

achromatomaly

#c5c5c5

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#c5c5c5 Color CSS Codes

.bgcolor {background-color:#c5c5c5; } 
.forecolor {color:#c5c5c5; }
.bordercolor {border:3px solid #c5c5c5; }
            

#c5c5c5 Text Font Color

<div style="color:#c5c5c5">
Div content here</div>

This sample text font color is #c5c5c5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c5c5c5 Background Color

<div style="background-color:#c5c5c5">
Div content here</div>
Div content here

#c5c5c5 Border Color

<div style="border:3px solid #c5c5c5">
Div here</div>

This div border color is #c5c5c5

#c5c5c5 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c5c5c5; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5c5c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5c5c5;
  -webkit-box-shadow: 1px 1px 3px 2px #c5c5c5;
  box-shadow: 1px 1px 3px 2px #c5c5c5; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c5c5c5">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c5c5c5;
              -webkit-box-shadow: 1px 1px 3px 2px #c5c5c5;
              box-shadow:         1px 1px 3px 2px #c5c5c5#c5c5c5">
Div content here</div>

This div box has shadow with color #c5c5c5

More Colors

Grey Timber Wolf
#acaeb1
Diorite
#9dbfb1
God of Rain
#4466cc
Hunter's Orange
#db472c
Brown Velvet
#704e40
Easter Green
#8cfd7e
Island Coral
#d8877a
Bird’s Eye
#b9030a
Pale Cerulean
#9bc4e2
Hotspot
#ff4433
Apple Custard
#fddfae
Magenta Elephant
#de0170
Blue-Eyed Boy
#2277cc
Hibiscus
#b6316c
Earth Yellow
#e1a95f
Burnished Pewter
#716a62
Glow in the Dark
#befdb7
Méi Gūi Hóng Red
#fe023c
Crepe Myrtle
#e399ca
Diva Glam
#b24e76
Pink Quartz
#ffbbee
New Roof
#875251
Mental Floss
#deb4c5
Caramel Kiss
#b08a61
Disco
#892d4f
Lighthouse View
#d9dcd5
Mauve Pansy
#bebbc0
Forestial Outpost
#556611
Glorious Gold
#cba956
New Wool
#d6c3b9
French Wine
#ac1e44
Light Lip Gloss
#e7d9d4
Muddy Mauve
#e4b3cc
Mineral Green
#506355
Dusty Path
#8c7763
Painted Bark
#5f3d32
Pico Void
#1d2b53
Lusty Orange
#e26d28
Pale View
#f4f2e2
Flint Corn Red
#d9623b
rating-img
Rate this tool
NaN/5   0 votes