Shades of Moon Mist #CBCBB6
Tints of Moon Mist #CBCBB6
RGB
CMYK
RGB Variations
Color information
#CBCBB6 (or 0xCBCBB6) is known color: Moon Mist. HEX triplet: CB, CB and B6. RGB value is (203,203,182). Sum of RGB (Red+Green+Blue) = 203+203+182=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBB6 is #343449. Grayscale: #C8C8C8. Windows color (decimal): -3421258 or 11979723. OLE color: 11979723.
HSL color Cylindrical-coordinate representation of color #CBCBB6: 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.1%. Process color model (Four color, CMYK) of #CBCBB6 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 203 | 182 | - |
CMYK | 0 | 0 | 0.10 | 0.20 |
HSL | 60º | 0.17% | 0.75% | - |
HSV(B) | 60º | 0.1% | 0.8% | - |
XYZ | 54.43 | 58.79 | 52.73 | - |
YUV | 200.61 | 117.5 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 203 | 182 | 0 | 0 | 0.10 | 0.20 | 60 | 0.17 | 0.75 |
Hex | CB | CB | B6 | 0 | 0 | A | 14 | 3C | 11 | 4B |
Octal | 313 | 313 | 266 | 0 | 0 | 12 | 24 | 74 | 21 | 113 |
Binary | 11001011 | 11001011 | 10110110 | 0 | 0 | 1010 | 10100 | 111100 | 10001 | 1001011 |
Color Harmonies of #CBCBB6
Complementary color
Monochromatic Colors of #CBCBB6
Black with #CBCBB6
Text Example
Text Example
White with #CBCBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBB6; }
p { color: rgb(203,203,182); }
H1.HeaderClassName
{
color: #CBCBB6;
}
.AnyTagClassName
{
color: #CBCBB6;
}
</style>
background-color css
<style>
a { background-color: #CBCBB6; }
a { background-color: rgb(203,203,182); }
div.DivClassName
{
background-color: #CBCBB6;
}
.BgClassName
{
background-color: #CBCBB6;
}
</style>
border-color css
<style>
span { border-color: #CBCBB6; }
span { border-color: rgb(203,203,182); }
td.TdClassName
{
border-color: #CBCBB6;
}
.TagClassName
{
border-color: #CBCBB6;
}
</style>