Shades of Moon Mist #CBCBBC
Tints of Moon Mist #CBCBBC
RGB
CMYK
RGB Variations
Color information
#CBCBBC (or 0xCBCBBC) is known color: Moon Mist. HEX triplet: CB, CB and BC. RGB value is (203,203,188). Sum of RGB (Red+Green+Blue) = 203+203+188=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBBC is #343443. Grayscale: #C9C9C9. Windows color (decimal): -3421252 or 12372939. OLE color: 12372939.
HSL color Cylindrical-coordinate representation of color #CBCBBC: hue angle of 60º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCBBC is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 188 | - |
| CMYK | 0 | 0 | 0.07 | 0.20 |
| HSL | 60º | 0.13% | 0.77% | - |
| HSV(B) | 60º | 0.07% | 0.8% | - |
| XYZ | 55.06 | 59.04 | 56.07 | - |
| YUV | 201.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 188 | 0 | 0 | 0.07 | 0.20 | 60 | 0.13 | 0.77 |
| Hex | CB | CB | BC | 0 | 0 | 7 | 14 | 3C | D | 4D |
| Octal | 313 | 313 | 274 | 0 | 0 | 7 | 24 | 74 | 15 | 115 |
| Binary | 11001011 | 11001011 | 10111100 | 0 | 0 | 111 | 10100 | 111100 | 1101 | 1001101 |
Color Harmonies of #CBCBBC
Complementary color
Monochromatic Colors of #CBCBBC
Black with #CBCBBC
Text Example
Text Example
White with #CBCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBBC; }
p { color: rgb(203,203,188); }
H1.HeaderClassName
{
color: #CBCBBC;
}
.AnyTagClassName
{
color: #CBCBBC;
}
</style>
background-color css
<style>
a { background-color: #CBCBBC; }
a { background-color: rgb(203,203,188); }
div.DivClassName
{
background-color: #CBCBBC;
}
.BgClassName
{
background-color: #CBCBBC;
}
</style>
border-color css
<style>
span { border-color: #CBCBBC; }
span { border-color: rgb(203,203,188); }
td.TdClassName
{
border-color: #CBCBBC;
}
.TagClassName
{
border-color: #CBCBBC;
}
</style>