Shades of Moon Mist #CAC9B5
Tints of Moon Mist #CAC9B5
RGB
CMYK
RGB Variations
Color information
#CAC9B5 (or 0xCAC9B5) is known color: Moon Mist. HEX triplet: CA, C9 and B5. RGB value is (202,201,181). Sum of RGB (Red+Green+Blue) = 202+201+181=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9B5 is #35364A. Grayscale: #C7C7C7. Windows color (decimal): -3487307 or 11913674. OLE color: 11913674.
HSL color Cylindrical-coordinate representation of color #CAC9B5: hue angle of 57.14º degrees, saturation: 0.17, 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 #CAC9B5 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 181 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.21 |
| HSL | 57.14º | 0.17% | 0.75% | - |
| HSV(B) | 57.14º | 0.1% | 0.79% | - |
| XYZ | 53.58 | 57.67 | 52.02 | - |
| YUV | 199.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 181 | 0 | 0.00 | 0.10 | 0.21 | 57.14 | 0.17 | 0.75 |
| Hex | CA | C9 | B5 | 0 | 0 | A | 15 | 39 | 11 | 4B |
| Octal | 312 | 311 | 265 | 0 | 0 | 12 | 25 | 71 | 21 | 113 |
| Binary | 11001010 | 11001001 | 10110101 | 0 | 0 | 1010 | 10101 | 111001 | 10001 | 1001011 |
Color Harmonies of #CAC9B5
Complementary color
Monochromatic Colors of #CAC9B5
Black with #CAC9B5
Text Example
Text Example
White with #CAC9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9B5; }
p { color: rgb(202,201,181); }
H1.HeaderClassName
{
color: #CAC9B5;
}
.AnyTagClassName
{
color: #CAC9B5;
}
</style>
background-color css
<style>
a { background-color: #CAC9B5; }
a { background-color: rgb(202,201,181); }
div.DivClassName
{
background-color: #CAC9B5;
}
.BgClassName
{
background-color: #CAC9B5;
}
</style>
border-color css
<style>
span { border-color: #CAC9B5; }
span { border-color: rgb(202,201,181); }
td.TdClassName
{
border-color: #CAC9B5;
}
.TagClassName
{
border-color: #CAC9B5;
}
</style>