#CACAB0

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

Shades of Moon Mist #CACAB0

Tints of Moon Mist #CACAB0

Color information

#CACAB0 (or 0xCACAB0) is unknown color: approx Moon Mist. HEX triplet: CA, CA and B0. RGB value is (202,202,176). Sum of RGB (Red+Green+Blue) = 202+202+176=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAB0 is #35354F. Grayscale: #C7C7C7. Windows color (decimal): -3487056 or 11586250. OLE color: 11586250.

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

Color convert

RGB202202176-
CMYK000.130.21
HSL60º19.7%74.12%-
HSV(B)60º12.87%79.22%-
XYZ53.3157.9349.45-
YUV199.04115130.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 176 (69.14% from 255) = 30.34%
R=34.83%
G=34.83%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202176000.130.216019.774.12
HexCACAB000D153c144a
Octal3123122600015257424112
Binary11001010110010101011000000110110101111100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAB0; }

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

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

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

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

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

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

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

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