Shades of Alto #CEC2C0
Tints of Alto #CEC2C0
RGB
CMYK
RGB Variations
Color information
#CEC2C0 (or 0xCEC2C0) is known color: Alto. HEX triplet: CE, C2 and C0. RGB value is (206,194,192). Sum of RGB (Red+Green+Blue) = 206+194+192=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2C0 is #313D3F. Grayscale: #C5C5C5. Windows color (decimal): -3226944 or 12632782. OLE color: 12632782.
HSL color Cylindrical-coordinate representation of color #CEC2C0: hue angle of 8.57º 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 #CEC2C0 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 194 | 192 | - |
CMYK | 0 | 0.06 | 0.07 | 0.19 |
HSL | 8.57º | 0.13% | 0.78% | - |
HSV(B) | 8.57º | 0.07% | 0.81% | - |
XYZ | 54.26 | 55.51 | 57.72 | - |
YUV | 197.36 | 124.98 | 134.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 192 | 0 | 0.06 | 0.07 | 0.19 | 8.57 | 0.13 | 0.78 |
Hex | CE | C2 | C0 | 0 | 6 | 7 | 13 | 9 | C | 4E |
Octal | 316 | 302 | 300 | 0 | 6 | 7 | 23 | 11 | 14 | 116 |
Binary | 11001110 | 11000010 | 11000000 | 0 | 110 | 111 | 10011 | 1001 | 1100 | 1001110 |
Color Harmonies of #CEC2C0
Complementary color
Monochromatic Colors of #CEC2C0
Black with #CEC2C0
Text Example
Text Example
White with #CEC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2C0; }
p { color: rgb(206,194,192); }
H1.HeaderClassName
{
color: #CEC2C0;
}
.AnyTagClassName
{
color: #CEC2C0;
}
</style>
background-color css
<style>
a { background-color: #CEC2C0; }
a { background-color: rgb(206,194,192); }
div.DivClassName
{
background-color: #CEC2C0;
}
.BgClassName
{
background-color: #CEC2C0;
}
</style>
border-color css
<style>
span { border-color: #CEC2C0; }
span { border-color: rgb(206,194,192); }
td.TdClassName
{
border-color: #CEC2C0;
}
.TagClassName
{
border-color: #CEC2C0;
}
</style>