Shades of Moon Mist #CAC9BC
Tints of Moon Mist #CAC9BC
RGB
CMYK
RGB Variations
Color information
#CAC9BC (or 0xCAC9BC) is known color: Moon Mist. HEX triplet: CA, C9 and BC. RGB value is (202,201,188). Sum of RGB (Red+Green+Blue) = 202+201+188=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9BC is #353643. Grayscale: #C7C7C7. Windows color (decimal): -3487300 or 12372426. OLE color: 12372426.
HSL color Cylindrical-coordinate representation of color #CAC9BC: hue angle of 55.71º 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 #CAC9BC is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 188 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.21 |
| HSL | 55.71º | 0.12% | 0.76% | - |
| HSV(B) | 55.71º | 0.07% | 0.79% | - |
| XYZ | 54.32 | 57.96 | 55.9 | - |
| YUV | 199.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 188 | 0 | 0.00 | 0.07 | 0.21 | 55.71 | 0.12 | 0.76 |
| Hex | CA | C9 | BC | 0 | 0 | 7 | 15 | 38 | C | 4C |
| Octal | 312 | 311 | 274 | 0 | 0 | 7 | 25 | 70 | 14 | 114 |
| Binary | 11001010 | 11001001 | 10111100 | 0 | 0 | 111 | 10101 | 111000 | 1100 | 1001100 |
Color Harmonies of #CAC9BC
Complementary color
Monochromatic Colors of #CAC9BC
Black with #CAC9BC
Text Example
Text Example
White with #CAC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9BC; }
p { color: rgb(202,201,188); }
H1.HeaderClassName
{
color: #CAC9BC;
}
.AnyTagClassName
{
color: #CAC9BC;
}
</style>
background-color css
<style>
a { background-color: #CAC9BC; }
a { background-color: rgb(202,201,188); }
div.DivClassName
{
background-color: #CAC9BC;
}
.BgClassName
{
background-color: #CAC9BC;
}
</style>
border-color css
<style>
span { border-color: #CAC9BC; }
span { border-color: rgb(202,201,188); }
td.TdClassName
{
border-color: #CAC9BC;
}
.TagClassName
{
border-color: #CAC9BC;
}
</style>