Shades of Moon Mist #CACAB0
Tints of Moon Mist #CACAB0
RGB
CMYK
RGB Variations
Color information
#CACAB0 (or 0xCACAB0) is known color: 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
RGB | 202 | 202 | 176 | - |
CMYK | 0 | 0 | 0.13 | 0.21 |
HSL | 60º | 0.2% | 0.74% | - |
HSV(B) | 60º | 0.13% | 0.79% | - |
XYZ | 53.31 | 57.93 | 49.45 | - |
YUV | 199.04 | 115 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 176 | 0 | 0 | 0.13 | 0.21 | 60 | 0.2 | 0.74 |
Hex | CA | CA | B0 | 0 | 0 | D | 15 | 3C | 14 | 4A |
Octal | 312 | 312 | 260 | 0 | 0 | 15 | 25 | 74 | 24 | 112 |
Binary | 11001010 | 11001010 | 10110000 | 0 | 0 | 1101 | 10101 | 111100 | 10100 | 1001010 |
Color Harmonies of #CACAB0
Complementary color
Monochromatic Colors of #CACAB0
Black with #CACAB0
Text Example
Text Example
White with #CACAB0
Text Example
Text Example
HTML Codes & Css Web 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>