#CACAB8

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

Shades of Moon Mist #CACAB8

Tints of Moon Mist #CACAB8

Color information

#CACAB8 (or 0xCACAB8) is unknown color: approx Moon Mist. HEX triplet: CA, CA and B8. RGB value is (202,202,184). Sum of RGB (Red+Green+Blue) = 202+202+184=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAB8 is #353547. Grayscale: #C8C8C8. Windows color (decimal): -3487048 or 12110538. OLE color: 12110538.

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

Color convert

RGB202202184-
CMYK000.090.21
HSL60º14.52%75.69%-
HSV(B)60º8.91%79.22%-
XYZ54.1358.2653.74-
YUV199.95119129.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=34.35%
G=34.35%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202184000.090.216014.5275.69
HexCACAB8009153cf4c
Octal3123122700011257417114
Binary1100101011001010101110000010011010111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAB8; }

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

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

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

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

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

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

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

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