Html Css Color HEX #CCC8C8 Very Light Grey

📋 copy color: '#CCC8C8'

red 204 ◦ green 200 ◦ blue 200

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

Shades of Very Light Grey #CCC8C8

Tints of Very Light Grey #CCC8C8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.11%

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 33.77%
G = 33.11%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CCC8C8 (or 0xCCC8C8) is known color: Very Light Grey. HEX triplet: CC, C8 and C8. RGB value is (204,200,200). Sum of RGB (Red+Green+Blue) = 204+200+200=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8C8 is #333737. Grayscale: #C9C9C9. Windows color (decimal): -3356472 or 13158604. OLE color: 13158604.

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

Color convert

RGB 204 200 200 -
CMYK 0 0.02 0.02 0.2
HSL 0.04% 0.79% -
HSV(B) 0.02% 0.8% -
XYZ 55.98 58.32 62.95 -
YUV 201.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 204 200 200 0 0.02 0.02 0.2 0 0.04 0.79
Hex CC C8 C8 0 2 2 14 0 4 4F
Octal 314 310 310 0 2 2 24 0 4 117
Binary 11001100 11001000 11001000 0 10 10 10100 0 100 1001111

Color Harmonies of #CCC8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8C8

Black with #CCC8C8

Text Example


Text Example

White with #CCC8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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