Shades of Moon Mist #CAC9BB
Tints of Moon Mist #CAC9BB
RGB
CMYK
RGB Variations
Color information
#CAC9BB (or 0xCAC9BB) is known color: Moon Mist. HEX triplet: CA, C9 and BB. RGB value is (202,201,187). Sum of RGB (Red+Green+Blue) = 202+201+187=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9BB is #353644. Grayscale: #C7C7C7. Windows color (decimal): -3487301 or 12306890. OLE color: 12306890.
HSL color Cylindrical-coordinate representation of color #CAC9BB: hue angle of 56º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC9BB is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 187 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.21 |
| HSL | 56º | 0.12% | 0.76% | - |
| HSV(B) | 56º | 0.07% | 0.79% | - |
| XYZ | 54.21 | 57.92 | 55.34 | - |
| YUV | 199.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 187 | 0 | 0.00 | 0.07 | 0.21 | 56 | 0.12 | 0.76 |
| Hex | CA | C9 | BB | 0 | 0 | 7 | 15 | 38 | C | 4C |
| Octal | 312 | 311 | 273 | 0 | 0 | 7 | 25 | 70 | 14 | 114 |
| Binary | 11001010 | 11001001 | 10111011 | 0 | 0 | 111 | 10101 | 111000 | 1100 | 1001100 |
Color Harmonies of #CAC9BB
Complementary color
Monochromatic Colors of #CAC9BB
Black with #CAC9BB
Text Example
Text Example
White with #CAC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9BB; }
p { color: rgb(202,201,187); }
H1.HeaderClassName
{
color: #CAC9BB;
}
.AnyTagClassName
{
color: #CAC9BB;
}
</style>
background-color css
<style>
a { background-color: #CAC9BB; }
a { background-color: rgb(202,201,187); }
div.DivClassName
{
background-color: #CAC9BB;
}
.BgClassName
{
background-color: #CAC9BB;
}
</style>
border-color css
<style>
span { border-color: #CAC9BB; }
span { border-color: rgb(202,201,187); }
td.TdClassName
{
border-color: #CAC9BB;
}
.TagClassName
{
border-color: #CAC9BB;
}
</style>