Shades of Moon Mist #CBCBC0
Tints of Moon Mist #CBCBC0
RGB
CMYK
RGB Variations
Color information
#CBCBC0 (or 0xCBCBC0) is known color: Moon Mist. HEX triplet: CB, CB and C0. RGB value is (203,203,192). Sum of RGB (Red+Green+Blue) = 203+203+192=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBC0 is #34343F. Grayscale: #C9C9C9. Windows color (decimal): -3421248 or 12635083. OLE color: 12635083.
HSL color Cylindrical-coordinate representation of color #CBCBC0: hue angle of 60º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCBC0 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 192 | - |
| CMYK | 0 | 0 | 0.05 | 0.20 |
| HSL | 60º | 0.1% | 0.77% | - |
| HSV(B) | 60º | 0.05% | 0.8% | - |
| XYZ | 55.5 | 59.21 | 58.37 | - |
| YUV | 201.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 192 | 0 | 0 | 0.05 | 0.20 | 60 | 0.1 | 0.77 |
| Hex | CB | CB | C0 | 0 | 0 | 5 | 14 | 3C | A | 4D |
| Octal | 313 | 313 | 300 | 0 | 0 | 5 | 24 | 74 | 12 | 115 |
| Binary | 11001011 | 11001011 | 11000000 | 0 | 0 | 101 | 10100 | 111100 | 1010 | 1001101 |
Color Harmonies of #CBCBC0
Complementary color
Monochromatic Colors of #CBCBC0
Black with #CBCBC0
Text Example
Text Example
White with #CBCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBC0; }
p { color: rgb(203,203,192); }
H1.HeaderClassName
{
color: #CBCBC0;
}
.AnyTagClassName
{
color: #CBCBC0;
}
</style>
background-color css
<style>
a { background-color: #CBCBC0; }
a { background-color: rgb(203,203,192); }
div.DivClassName
{
background-color: #CBCBC0;
}
.BgClassName
{
background-color: #CBCBC0;
}
</style>
border-color css
<style>
span { border-color: #CBCBC0; }
span { border-color: rgb(203,203,192); }
td.TdClassName
{
border-color: #CBCBC0;
}
.TagClassName
{
border-color: #CBCBC0;
}
</style>