#CCCACA

Color #CCCACA Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #CCCACA

Tints of Very Light Grey #CCCACA

Color information

#CCCACA (or 0xCCCACA) is unknown color: approx Very Light Grey. HEX triplet: CC, CA and CA. RGB value is (204,202,202). Sum of RGB (Red+Green+Blue) = 204+202+202=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACA is #333535. Grayscale: #CACACA. Windows color (decimal): -3355958 or 13290188. OLE color: 13290188.

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

Color convert

RGB204202202-
CMYK00.010.010.2
HSL1.92%79.61%-
HSV(B)0.98%80%-
XYZ56.6859.3464.34-
YUV202.6127.66129-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=33.55%
G=33.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420220200.010.010.201.9279.61
HexCCCACA011140250
Octal3143123120112402120
Binary110011001100101011001010011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCACA; }

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

 H1.HeaderClassName
 {
   color: #CCCACA;
 }
 .AnyTagClassName
 {
   color: #CCCACA;
 }
</style>
background-color css

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

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

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

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

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

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