#CACAB4

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

Shades of Moon Mist #CACAB4

Tints of Moon Mist #CACAB4

Color information

#CACAB4 (or 0xCACAB4) is unknown color: approx Moon Mist. HEX triplet: CA, CA and B4. RGB value is (202,202,180). Sum of RGB (Red+Green+Blue) = 202+202+180=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAB4 is #35354B. Grayscale: #C7C7C7. Windows color (decimal): -3487052 or 11848394. OLE color: 11848394.

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

Color convert

RGB202202180-
CMYK000.110.21
HSL60º17.19%74.9%-
HSV(B)60º10.89%79.22%-
XYZ53.7258.0951.56-
YUV199.49117129.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=34.59%
G=34.59%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202180000.110.216017.1974.9
HexCACAB400B153c114b
Octal3123122640013257421113
Binary11001010110010101011010000101110101111100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAB4; }

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

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

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

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

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

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

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

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