Shades of Alto #CEC0C0
Tints of Alto #CEC0C0
RGB
CMYK
RGB Variations
Color information
#CEC0C0 (or 0xCEC0C0) is known color: Alto. HEX triplet: CE, C0 and C0. RGB value is (206,192,192). Sum of RGB (Red+Green+Blue) = 206+192+192=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0C0 is #313F3F. Grayscale: #C4C4C4. Windows color (decimal): -3227456 or 12632270. OLE color: 12632270.
HSL color Cylindrical-coordinate representation of color #CEC0C0: hue angle of 0º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC0C0 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 192 | 192 | - |
CMYK | 0 | 0.07 | 0.07 | 0.19 |
HSL | 0º | 0.13% | 0.78% | - |
HSV(B) | 0º | 0.07% | 0.81% | - |
XYZ | 53.82 | 54.63 | 57.58 | - |
YUV | 196.19 | 125.64 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 192 | 0 | 0.07 | 0.07 | 0.19 | 0 | 0.13 | 0.78 |
Hex | CE | C0 | C0 | 0 | 7 | 7 | 13 | 0 | C | 4E |
Octal | 316 | 300 | 300 | 0 | 7 | 7 | 23 | 0 | 14 | 116 |
Binary | 11001110 | 11000000 | 11000000 | 0 | 111 | 111 | 10011 | 0 | 1100 | 1001110 |
Color Harmonies of #CEC0C0
Complementary color
Monochromatic Colors of #CEC0C0
Black with #CEC0C0
Text Example
Text Example
White with #CEC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0C0; }
p { color: rgb(206,192,192); }
H1.HeaderClassName
{
color: #CEC0C0;
}
.AnyTagClassName
{
color: #CEC0C0;
}
</style>
background-color css
<style>
a { background-color: #CEC0C0; }
a { background-color: rgb(206,192,192); }
div.DivClassName
{
background-color: #CEC0C0;
}
.BgClassName
{
background-color: #CEC0C0;
}
</style>
border-color css
<style>
span { border-color: #CEC0C0; }
span { border-color: rgb(206,192,192); }
td.TdClassName
{
border-color: #CEC0C0;
}
.TagClassName
{
border-color: #CEC0C0;
}
</style>