Shades of Moon Mist #CACAB6
Tints of Moon Mist #CACAB6
RGB
CMYK
RGB Variations
Color information
#CACAB6 (or 0xCACAB6) is known color: Moon Mist. HEX triplet: CA, CA and B6. RGB value is (202,202,182). Sum of RGB (Red+Green+Blue) = 202+202+182=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAB6 is #353549. Grayscale: #C7C7C7. Windows color (decimal): -3487050 or 11979466. OLE color: 11979466.
HSL color Cylindrical-coordinate representation of color #CACAB6: hue angle of 60º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACAB6 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 182 | - |
| CMYK | 0 | 0 | 0.10 | 0.21 |
| HSL | 60º | 0.16% | 0.75% | - |
| HSV(B) | 60º | 0.1% | 0.79% | - |
| XYZ | 53.92 | 58.18 | 52.64 | - |
| YUV | 199.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 182 | 0 | 0 | 0.10 | 0.21 | 60 | 0.16 | 0.75 |
| Hex | CA | CA | B6 | 0 | 0 | A | 15 | 3C | 10 | 4B |
| Octal | 312 | 312 | 266 | 0 | 0 | 12 | 25 | 74 | 20 | 113 |
| Binary | 11001010 | 11001010 | 10110110 | 0 | 0 | 1010 | 10101 | 111100 | 10000 | 1001011 |
Color Harmonies of #CACAB6
Complementary color
Monochromatic Colors of #CACAB6
Black with #CACAB6
Text Example
Text Example
White with #CACAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAB6; }
p { color: rgb(202,202,182); }
H1.HeaderClassName
{
color: #CACAB6;
}
.AnyTagClassName
{
color: #CACAB6;
}
</style>
background-color css
<style>
a { background-color: #CACAB6; }
a { background-color: rgb(202,202,182); }
div.DivClassName
{
background-color: #CACAB6;
}
.BgClassName
{
background-color: #CACAB6;
}
</style>
border-color css
<style>
span { border-color: #CACAB6; }
span { border-color: rgb(202,202,182); }
td.TdClassName
{
border-color: #CACAB6;
}
.TagClassName
{
border-color: #CACAB6;
}
</style>