Shades of Moon Mist #CBCBAF
Tints of Moon Mist #CBCBAF
RGB
CMYK
RGB Variations
Color information
#CBCBAF (or 0xCBCBAF) is known color: Moon Mist. HEX triplet: CB, CB and AF. RGB value is (203,203,175). Sum of RGB (Red+Green+Blue) = 203+203+175=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCBAF is #343450. Grayscale: #C7C7C7. Windows color (decimal): -3421265 or 11520971. OLE color: 11520971.
HSL color Cylindrical-coordinate representation of color #CBCBAF: hue angle of 60º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCBAF is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 175 | - |
| CMYK | 0 | 0 | 0.14 | 0.20 |
| HSL | 60º | 0.21% | 0.74% | - |
| HSV(B) | 60º | 0.14% | 0.8% | - |
| XYZ | 53.72 | 58.5 | 49.02 | - |
| YUV | 199.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 175 | 0 | 0 | 0.14 | 0.20 | 60 | 0.21 | 0.74 |
| Hex | CB | CB | AF | 0 | 0 | E | 14 | 3C | 15 | 4A |
| Octal | 313 | 313 | 257 | 0 | 0 | 16 | 24 | 74 | 25 | 112 |
| Binary | 11001011 | 11001011 | 10101111 | 0 | 0 | 1110 | 10100 | 111100 | 10101 | 1001010 |
Color Harmonies of #CBCBAF
Complementary color
Monochromatic Colors of #CBCBAF
Black with #CBCBAF
Text Example
Text Example
White with #CBCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBAF; }
p { color: rgb(203,203,175); }
H1.HeaderClassName
{
color: #CBCBAF;
}
.AnyTagClassName
{
color: #CBCBAF;
}
</style>
background-color css
<style>
a { background-color: #CBCBAF; }
a { background-color: rgb(203,203,175); }
div.DivClassName
{
background-color: #CBCBAF;
}
.BgClassName
{
background-color: #CBCBAF;
}
</style>
border-color css
<style>
span { border-color: #CBCBAF; }
span { border-color: rgb(203,203,175); }
td.TdClassName
{
border-color: #CBCBAF;
}
.TagClassName
{
border-color: #CBCBAF;
}
</style>