Shades of Moon Mist #CACBBB
Tints of Moon Mist #CACBBB
RGB
CMYK
RGB Variations
Color information
#CACBBB (or 0xCACBBB) is known color: Moon Mist. HEX triplet: CA, CB and BB. RGB value is (202,203,187). Sum of RGB (Red+Green+Blue) = 202+203+187=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBBB is #353444. Grayscale: #C8C8C8. Windows color (decimal): -3486789 or 12307402. OLE color: 12307402.
HSL color Cylindrical-coordinate representation of color #CACBBB: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACBBB is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 187 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.20 |
| HSL | 63.75º | 0.13% | 0.76% | - |
| HSV(B) | 63.75º | 0.08% | 0.8% | - |
| XYZ | 54.68 | 58.86 | 55.49 | - |
| YUV | 200.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 187 | 0.00 | 0 | 0.08 | 0.20 | 63.75 | 0.13 | 0.76 |
| Hex | CA | CB | BB | 0 | 0 | 8 | 14 | 40 | D | 4C |
| Octal | 312 | 313 | 273 | 0 | 0 | 10 | 24 | 100 | 15 | 114 |
| Binary | 11001010 | 11001011 | 10111011 | 0 | 0 | 1000 | 10100 | 1000000 | 1101 | 1001100 |
Color Harmonies of #CACBBB
Complementary color
Monochromatic Colors of #CACBBB
Black with #CACBBB
Text Example
Text Example
White with #CACBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBBB; }
p { color: rgb(202,203,187); }
H1.HeaderClassName
{
color: #CACBBB;
}
.AnyTagClassName
{
color: #CACBBB;
}
</style>
background-color css
<style>
a { background-color: #CACBBB; }
a { background-color: rgb(202,203,187); }
div.DivClassName
{
background-color: #CACBBB;
}
.BgClassName
{
background-color: #CACBBB;
}
</style>
border-color css
<style>
span { border-color: #CACBBB; }
span { border-color: rgb(202,203,187); }
td.TdClassName
{
border-color: #CACBBB;
}
.TagClassName
{
border-color: #CACBBB;
}
</style>