Shades of Mercury #CECBCA
Tints of Mercury #CECBCA
RGB
CMYK
RGB Variations
Color information
#CECBCA (or 0xCECBCA) is known color: Mercury. HEX triplet: CE, CB and CA. RGB value is (206,203,202). Sum of RGB (Red+Green+Blue) = 206+203+202=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBCA is #313435. Grayscale: #CBCBCB. Windows color (decimal): -3224630 or 13290446. OLE color: 13290446.
HSL color Cylindrical-coordinate representation of color #CECBCA: hue angle of 15º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECBCA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 202 | - |
CMYK | 0 | 0.01 | 0.02 | 0.19 |
HSL | 15º | 0.04% | 0.8% | - |
HSV(B) | 15º | 0.02% | 0.81% | - |
XYZ | 57.47 | 60.1 | 64.45 | - |
YUV | 203.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 202 | 0 | 0.01 | 0.02 | 0.19 | 15 | 0.04 | 0.8 |
Hex | CE | CB | CA | 0 | 1 | 2 | 13 | F | 4 | 50 |
Octal | 316 | 313 | 312 | 0 | 1 | 2 | 23 | 17 | 4 | 120 |
Binary | 11001110 | 11001011 | 11001010 | 0 | 1 | 10 | 10011 | 1111 | 100 | 1010000 |
Color Harmonies of #CECBCA
Complementary color
Monochromatic Colors of #CECBCA
Black with #CECBCA
Text Example
Text Example
White with #CECBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBCA; }
p { color: rgb(206,203,202); }
H1.HeaderClassName
{
color: #CECBCA;
}
.AnyTagClassName
{
color: #CECBCA;
}
</style>
background-color css
<style>
a { background-color: #CECBCA; }
a { background-color: rgb(206,203,202); }
div.DivClassName
{
background-color: #CECBCA;
}
.BgClassName
{
background-color: #CECBCA;
}
</style>
border-color css
<style>
span { border-color: #CECBCA; }
span { border-color: rgb(206,203,202); }
td.TdClassName
{
border-color: #CECBCA;
}
.TagClassName
{
border-color: #CECBCA;
}
</style>