#CACAB9

Color #CACAB9 Moon Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Mist #CACAB9

Tints of Moon Mist #CACAB9

Color information

#CACAB9 (or 0xCACAB9) is unknown color: approx Moon Mist. HEX triplet: CA, CA and B9. RGB value is (202,202,185). Sum of RGB (Red+Green+Blue) = 202+202+185=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAB9 is #353546. Grayscale: #C8C8C8. Windows color (decimal): -3487047 or 12176074. OLE color: 12176074.

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

Color convert

RGB202202185-
CMYK000.080.21
HSL60º13.82%75.88%-
HSV(B)60º8.42%79.22%-
XYZ54.2358.354.29-
YUV200.06119.5129.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=34.30%
G=34.30%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202185000.080.216013.8275.88
HexCACAB9008153ce4c
Octal3123122710010257416114
Binary1100101011001010101110010010001010111110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAB9; }

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

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

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

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

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

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

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

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