Shades of Moon Mist #CAC9BD
Tints of Moon Mist #CAC9BD
RGB
CMYK
RGB Variations
Color information
#CAC9BD (or 0xCAC9BD) is known color: Moon Mist. HEX triplet: CA, C9 and BD. RGB value is (202,201,189). Sum of RGB (Red+Green+Blue) = 202+201+189=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9BD is #353642. Grayscale: #C7C7C7. Windows color (decimal): -3487299 or 12437962. OLE color: 12437962.
HSL color Cylindrical-coordinate representation of color #CAC9BD: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC9BD is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 189 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.21 |
| HSL | 55.38º | 0.11% | 0.77% | - |
| HSV(B) | 55.38º | 0.06% | 0.79% | - |
| XYZ | 54.43 | 58 | 56.47 | - |
| YUV | 199.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 189 | 0 | 0.00 | 0.06 | 0.21 | 55.38 | 0.11 | 0.77 |
| Hex | CA | C9 | BD | 0 | 0 | 6 | 15 | 37 | B | 4D |
| Octal | 312 | 311 | 275 | 0 | 0 | 6 | 25 | 67 | 13 | 115 |
| Binary | 11001010 | 11001001 | 10111101 | 0 | 0 | 110 | 10101 | 110111 | 1011 | 1001101 |
Color Harmonies of #CAC9BD
Complementary color
Monochromatic Colors of #CAC9BD
Black with #CAC9BD
Text Example
Text Example
White with #CAC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9BD; }
p { color: rgb(202,201,189); }
H1.HeaderClassName
{
color: #CAC9BD;
}
.AnyTagClassName
{
color: #CAC9BD;
}
</style>
background-color css
<style>
a { background-color: #CAC9BD; }
a { background-color: rgb(202,201,189); }
div.DivClassName
{
background-color: #CAC9BD;
}
.BgClassName
{
background-color: #CAC9BD;
}
</style>
border-color css
<style>
span { border-color: #CAC9BD; }
span { border-color: rgb(202,201,189); }
td.TdClassName
{
border-color: #CAC9BD;
}
.TagClassName
{
border-color: #CAC9BD;
}
</style>