Shades of Mercury #CECCCB
Tints of Mercury #CECCCB
RGB
CMYK
RGB Variations
Color information
#CECCCB (or 0xCECCCB) is known color: Mercury. HEX triplet: CE, CC and CB. RGB value is (206,204,203). Sum of RGB (Red+Green+Blue) = 206+204+203=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCB is #313334. Grayscale: #CCCCCC. Windows color (decimal): -3224373 or 13356238. OLE color: 13356238.
HSL color Cylindrical-coordinate representation of color #CECCCB: hue angle of 20º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECCCB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 203 | - |
CMYK | 0 | 0.01 | 0.01 | 0.19 |
HSL | 20º | 0.03% | 0.8% | - |
HSV(B) | 20º | 0.01% | 0.81% | - |
XYZ | 57.83 | 60.62 | 65.15 | - |
YUV | 204.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 203 | 0 | 0.01 | 0.01 | 0.19 | 20 | 0.03 | 0.8 |
Hex | CE | CC | CB | 0 | 1 | 1 | 13 | 14 | 3 | 50 |
Octal | 316 | 314 | 313 | 0 | 1 | 1 | 23 | 24 | 3 | 120 |
Binary | 11001110 | 11001100 | 11001011 | 0 | 1 | 1 | 10011 | 10100 | 11 | 1010000 |
Color Harmonies of #CECCCB
Complementary color
Monochromatic Colors of #CECCCB
Black with #CECCCB
Text Example
Text Example
White with #CECCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCCB; }
p { color: rgb(206,204,203); }
H1.HeaderClassName
{
color: #CECCCB;
}
.AnyTagClassName
{
color: #CECCCB;
}
</style>
background-color css
<style>
a { background-color: #CECCCB; }
a { background-color: rgb(206,204,203); }
div.DivClassName
{
background-color: #CECCCB;
}
.BgClassName
{
background-color: #CECCCB;
}
</style>
border-color css
<style>
span { border-color: #CECCCB; }
span { border-color: rgb(206,204,203); }
td.TdClassName
{
border-color: #CECCCB;
}
.TagClassName
{
border-color: #CECCCB;
}
</style>