Shades of Moon Mist #CBCBB5
Tints of Moon Mist #CBCBB5
RGB
CMYK
RGB Variations
Color information
#CBCBB5 (or 0xCBCBB5) is known color: Moon Mist. HEX triplet: CB, CB and B5. RGB value is (203,203,181). Sum of RGB (Red+Green+Blue) = 203+203+181=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBB5 is #34344A. Grayscale: #C8C8C8. Windows color (decimal): -3421259 or 11914187. OLE color: 11914187.
HSL color Cylindrical-coordinate representation of color #CBCBB5: hue angle of 60º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCBB5 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 181 | - |
| CMYK | 0 | 0 | 0.11 | 0.20 |
| HSL | 60º | 0.17% | 0.75% | - |
| HSV(B) | 60º | 0.11% | 0.8% | - |
| XYZ | 54.33 | 58.74 | 52.19 | - |
| YUV | 200.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 181 | 0 | 0 | 0.11 | 0.20 | 60 | 0.17 | 0.75 |
| Hex | CB | CB | B5 | 0 | 0 | B | 14 | 3C | 11 | 4B |
| Octal | 313 | 313 | 265 | 0 | 0 | 13 | 24 | 74 | 21 | 113 |
| Binary | 11001011 | 11001011 | 10110101 | 0 | 0 | 1011 | 10100 | 111100 | 10001 | 1001011 |
Color Harmonies of #CBCBB5
Complementary color
Monochromatic Colors of #CBCBB5
Black with #CBCBB5
Text Example
Text Example
White with #CBCBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBB5; }
p { color: rgb(203,203,181); }
H1.HeaderClassName
{
color: #CBCBB5;
}
.AnyTagClassName
{
color: #CBCBB5;
}
</style>
background-color css
<style>
a { background-color: #CBCBB5; }
a { background-color: rgb(203,203,181); }
div.DivClassName
{
background-color: #CBCBB5;
}
.BgClassName
{
background-color: #CBCBB5;
}
</style>
border-color css
<style>
span { border-color: #CBCBB5; }
span { border-color: rgb(203,203,181); }
td.TdClassName
{
border-color: #CBCBB5;
}
.TagClassName
{
border-color: #CBCBB5;
}
</style>