Shades of Moon Mist #CBCABB
Tints of Moon Mist #CBCABB
RGB
CMYK
RGB Variations
Color information
#CBCABB (or 0xCBCABB) is known color: Moon Mist. HEX triplet: CB, CA and BB. RGB value is (203,202,187). Sum of RGB (Red+Green+Blue) = 203+202+187=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCABB is #343544. Grayscale: #C8C8C8. Windows color (decimal): -3421509 or 12307147. OLE color: 12307147.
HSL color Cylindrical-coordinate representation of color #CBCABB: hue angle of 56.25º 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 #CBCABB is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 187 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.20 |
| HSL | 56.25º | 0.13% | 0.76% | - |
| HSV(B) | 56.25º | 0.08% | 0.8% | - |
| XYZ | 54.72 | 58.53 | 55.43 | - |
| YUV | 200.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 187 | 0 | 0.00 | 0.08 | 0.20 | 56.25 | 0.13 | 0.76 |
| Hex | CB | CA | BB | 0 | 0 | 8 | 14 | 38 | D | 4C |
| Octal | 313 | 312 | 273 | 0 | 0 | 10 | 24 | 70 | 15 | 114 |
| Binary | 11001011 | 11001010 | 10111011 | 0 | 0 | 1000 | 10100 | 111000 | 1101 | 1001100 |
Color Harmonies of #CBCABB
Complementary color
Monochromatic Colors of #CBCABB
Black with #CBCABB
Text Example
Text Example
White with #CBCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCABB; }
p { color: rgb(203,202,187); }
H1.HeaderClassName
{
color: #CBCABB;
}
.AnyTagClassName
{
color: #CBCABB;
}
</style>
background-color css
<style>
a { background-color: #CBCABB; }
a { background-color: rgb(203,202,187); }
div.DivClassName
{
background-color: #CBCABB;
}
.BgClassName
{
background-color: #CBCABB;
}
</style>
border-color css
<style>
span { border-color: #CBCABB; }
span { border-color: rgb(203,202,187); }
td.TdClassName
{
border-color: #CBCABB;
}
.TagClassName
{
border-color: #CBCABB;
}
</style>