#CAC6C6

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

Shades of Very Light Grey #CAC6C6

Tints of Very Light Grey #CAC6C6

Color information

#CAC6C6 (or 0xCAC6C6) is unknown color: approx Very Light Grey. HEX triplet: CA, C6 and C6. RGB value is (202,198,198). Sum of RGB (Red+Green+Blue) = 202+198+198=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6C6 is #353939. Grayscale: #C7C7C7. Windows color (decimal): -3488058 or 13027018. OLE color: 13027018.

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

Color convert

RGB202198198-
CMYK00.020.020.21
HSL3.64%78.43%-
HSV(B)1.98%79.22%-
XYZ54.7457.0261.55-
YUV199.2127.33130-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=33.78%
G=33.11%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219819800.020.020.2103.6478.43
HexCAC6C602215044e
Octal3123063060222504116
Binary110010101100011011000110010101010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6C6; }

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

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

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

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

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

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

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

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