Html Css Color HEX #CCC9C9 Very Light Grey

📋 copy color: '#CCC9C9'

red 204 ◦ green 201 ◦ blue 201

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

Shades of Very Light Grey #CCC9C9

Tints of Very Light Grey #CCC9C9

RGB

 RED value IS 204 (80.08% from 255) = 33.66%

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

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

R = 33.66%
G = 33.17%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCC9C9 (or 0xCCC9C9) is known color: Very Light Grey. HEX triplet: CC, C9 and C9. RGB value is (204,201,201). Sum of RGB (Red+Green+Blue) = 204+201+201=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9C9 is #333636. Grayscale: #C9C9C9. Windows color (decimal): -3356215 or 13224396. OLE color: 13224396.

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

Color convert

RGB 204 201 201 -
CMYK 0 0.01 0.01 0.2
HSL 0.03% 0.79% -
HSV(B) 0.01% 0.8% -
XYZ 56.33 58.83 63.64 -
YUV 201.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 204 201 201 0 0.01 0.01 0.2 0 0.03 0.79
Hex CC C9 C9 0 1 1 14 0 3 4F
Octal 314 311 311 0 1 1 24 0 3 117
Binary 11001100 11001001 11001001 0 1 1 10100 0 11 1001111

Color Harmonies of #CCC9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9C9

Black with #CCC9C9

Text Example


Text Example

White with #CCC9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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