Html Css Color HEX #C9C9C9 Very Light Grey

📋 copy color: '#C9C9C9'

red 201 ◦ green 201 ◦ blue 201

#C9C9C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Light Grey #C9C9C9

Tints of Very Light Grey #C9C9C9

RGB

 RED value IS 201 (78.91% from 255) = 33.33%

 GREEN value IS 201 (78.91% from 255) = 33.33%

 BLUE value IS 201 (78.91% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9C9C9 (or 0xC9C9C9) is known color: Very Light Grey. HEX triplet: C9, C9 and C9. RGB value is (201,201,201). Sum of RGB (Red+Green+Blue) = 201+201+201=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 201 - color contains mainly: red, green, blue. Hex color #C9C9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9C9 is #363636. Grayscale: #C9C9C9. Windows color (decimal): -3552823 or 13224393. OLE color: 13224393.

HSL color Cylindrical-coordinate representation of color #C9C9C9: hue angle of 0º degrees, saturation: 0, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0%. Process color model (Four color, CMYK) of #C9C9C9 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 201 201 -
CMYK 0 0 0 0.21
HSL 0% 0.79% -
HSV(B) 0% 0.79% -
XYZ 55.52 58.41 63.61 -
YUV 201 128 128 -
System Red Green Blue C M Y K H S L
Decimal 201 201 201 0 0 0 0.21 0 0 0.79
Hex C9 C9 C9 0 0 0 15 0 0 4F
Octal 311 311 311 0 0 0 25 0 0 117
Binary 11001001 11001001 11001001 0 0 0 10101 0 0 1001111

Color Harmonies of #C9C9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C9C9

Black with #C9C9C9

Text Example


Text Example

White with #C9C9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C9C9; }

 p { color: rgb(201,201,201); }

 H1.HeaderClassName
 {
   color: #C9C9C9;
 }
 .AnyTagClassName
 {
   color: #C9C9C9;
 }
</style>

background-color css

<style>
 a { background-color: #C9C9C9; }

 a { background-color: rgb(201,201,201); }

 div.DivClassName
 {
   background-color: #C9C9C9;
 }
 .BgClassName
 {
   background-color: #C9C9C9;
 }
</style>

border-color css

<style>
 span { border-color: #C9C9C9; }

 span { border-color: rgb(201,201,201); }

 td.TdClassName
 {
   border-color: #C9C9C9;
 }
 .TagClassName
 {
   border-color: #C9C9C9;
 }
</style>