Shades of Moon Mist #CBCAB4
Tints of Moon Mist #CBCAB4
RGB
CMYK
RGB Variations
Color information
#CBCAB4 (or 0xCBCAB4) is known color: Moon Mist. HEX triplet: CB, CA and B4. RGB value is (203,202,180). Sum of RGB (Red+Green+Blue) = 203+202+180=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAB4 is #34354B. Grayscale: #C7C7C7. Windows color (decimal): -3421516 or 11848395. OLE color: 11848395.
HSL color Cylindrical-coordinate representation of color #CBCAB4: hue angle of 57.39º degrees, saturation: 0.18, 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 #CBCAB4 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 180 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.20 |
| HSL | 57.39º | 0.18% | 0.75% | - |
| HSV(B) | 57.39º | 0.11% | 0.8% | - |
| XYZ | 53.99 | 58.23 | 51.57 | - |
| YUV | 199.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 180 | 0 | 0.00 | 0.11 | 0.20 | 57.39 | 0.18 | 0.75 |
| Hex | CB | CA | B4 | 0 | 0 | B | 14 | 39 | 12 | 4B |
| Octal | 313 | 312 | 264 | 0 | 0 | 13 | 24 | 71 | 22 | 113 |
| Binary | 11001011 | 11001010 | 10110100 | 0 | 0 | 1011 | 10100 | 111001 | 10010 | 1001011 |
Color Harmonies of #CBCAB4
Complementary color
Monochromatic Colors of #CBCAB4
Black with #CBCAB4
Text Example
Text Example
White with #CBCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAB4; }
p { color: rgb(203,202,180); }
H1.HeaderClassName
{
color: #CBCAB4;
}
.AnyTagClassName
{
color: #CBCAB4;
}
</style>
background-color css
<style>
a { background-color: #CBCAB4; }
a { background-color: rgb(203,202,180); }
div.DivClassName
{
background-color: #CBCAB4;
}
.BgClassName
{
background-color: #CBCAB4;
}
</style>
border-color css
<style>
span { border-color: #CBCAB4; }
span { border-color: rgb(203,202,180); }
td.TdClassName
{
border-color: #CBCAB4;
}
.TagClassName
{
border-color: #CBCAB4;
}
</style>