Shades of Moon Mist #CBCAB3
Tints of Moon Mist #CBCAB3
RGB
CMYK
RGB Variations
Color information
#CBCAB3 (or 0xCBCAB3) is known color: Moon Mist. HEX triplet: CB, CA and B3. RGB value is (203,202,179). Sum of RGB (Red+Green+Blue) = 203+202+179=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAB3 is #34354C. Grayscale: #C7C7C7. Windows color (decimal): -3421517 or 11782859. OLE color: 11782859.
HSL color Cylindrical-coordinate representation of color #CBCAB3: hue angle of 57.5º 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 #CBCAB3 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 179 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.20 |
| HSL | 57.5º | 0.19% | 0.75% | - |
| HSV(B) | 57.5º | 0.12% | 0.8% | - |
| XYZ | 53.89 | 58.19 | 51.04 | - |
| YUV | 199.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 179 | 0 | 0.00 | 0.12 | 0.20 | 57.5 | 0.19 | 0.75 |
| Hex | CB | CA | B3 | 0 | 0 | C | 14 | 3A | 13 | 4B |
| Octal | 313 | 312 | 263 | 0 | 0 | 14 | 24 | 72 | 23 | 113 |
| Binary | 11001011 | 11001010 | 10110011 | 0 | 0 | 1100 | 10100 | 111010 | 10011 | 1001011 |
Color Harmonies of #CBCAB3
Complementary color
Monochromatic Colors of #CBCAB3
Black with #CBCAB3
Text Example
Text Example
White with #CBCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAB3; }
p { color: rgb(203,202,179); }
H1.HeaderClassName
{
color: #CBCAB3;
}
.AnyTagClassName
{
color: #CBCAB3;
}
</style>
background-color css
<style>
a { background-color: #CBCAB3; }
a { background-color: rgb(203,202,179); }
div.DivClassName
{
background-color: #CBCAB3;
}
.BgClassName
{
background-color: #CBCAB3;
}
</style>
border-color css
<style>
span { border-color: #CBCAB3; }
span { border-color: rgb(203,202,179); }
td.TdClassName
{
border-color: #CBCAB3;
}
.TagClassName
{
border-color: #CBCAB3;
}
</style>