Shades of Moon Mist #CBC9B2
Tints of Moon Mist #CBC9B2
RGB
CMYK
RGB Variations
Color information
#CBC9B2 (or 0xCBC9B2) is known color: Moon Mist. HEX triplet: CB, C9 and B2. RGB value is (203,201,178). Sum of RGB (Red+Green+Blue) = 203+201+178=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9B2 is #34364D. Grayscale: #C7C7C7. Windows color (decimal): -3421774 or 11717067. OLE color: 11717067.
HSL color Cylindrical-coordinate representation of color #CBC9B2: hue angle of 55.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC9B2 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 178 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.20 |
| HSL | 55.2º | 0.19% | 0.75% | - |
| HSV(B) | 55.2º | 0.12% | 0.8% | - |
| XYZ | 53.55 | 57.68 | 50.43 | - |
| YUV | 198.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 178 | 0 | 0.01 | 0.12 | 0.20 | 55.2 | 0.19 | 0.75 |
| Hex | CB | C9 | B2 | 0 | 1 | C | 14 | 37 | 13 | 4B |
| Octal | 313 | 311 | 262 | 0 | 1 | 14 | 24 | 67 | 23 | 113 |
| Binary | 11001011 | 11001001 | 10110010 | 0 | 1 | 1100 | 10100 | 110111 | 10011 | 1001011 |
Color Harmonies of #CBC9B2
Complementary color
Monochromatic Colors of #CBC9B2
Black with #CBC9B2
Text Example
Text Example
White with #CBC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9B2; }
p { color: rgb(203,201,178); }
H1.HeaderClassName
{
color: #CBC9B2;
}
.AnyTagClassName
{
color: #CBC9B2;
}
</style>
background-color css
<style>
a { background-color: #CBC9B2; }
a { background-color: rgb(203,201,178); }
div.DivClassName
{
background-color: #CBC9B2;
}
.BgClassName
{
background-color: #CBC9B2;
}
</style>
border-color css
<style>
span { border-color: #CBC9B2; }
span { border-color: rgb(203,201,178); }
td.TdClassName
{
border-color: #CBC9B2;
}
.TagClassName
{
border-color: #CBC9B2;
}
</style>