Shades of Alto #CEC1C0
Tints of Alto #CEC1C0
RGB
CMYK
RGB Variations
Color information
#CEC1C0 (or 0xCEC1C0) is known color: Alto. HEX triplet: CE, C1 and C0. RGB value is (206,193,192). Sum of RGB (Red+Green+Blue) = 206+193+192=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1C0 is #313E3F. Grayscale: #C4C4C4. Windows color (decimal): -3227200 or 12632526. OLE color: 12632526.
HSL color Cylindrical-coordinate representation of color #CEC1C0: hue angle of 4.29º 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 #CEC1C0 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 192 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.19 |
| HSL | 4.29º | 0.13% | 0.78% | - |
| HSV(B) | 4.29º | 0.07% | 0.81% | - |
| XYZ | 54.04 | 55.07 | 57.65 | - |
| YUV | 196.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 192 | 0 | 0.06 | 0.07 | 0.19 | 4.29 | 0.13 | 0.78 |
| Hex | CE | C1 | C0 | 0 | 6 | 7 | 13 | 4 | C | 4E |
| Octal | 316 | 301 | 300 | 0 | 6 | 7 | 23 | 4 | 14 | 116 |
| Binary | 11001110 | 11000001 | 11000000 | 0 | 110 | 111 | 10011 | 100 | 1100 | 1001110 |
Color Harmonies of #CEC1C0
Complementary color
Monochromatic Colors of #CEC1C0
Black with #CEC1C0
Text Example
Text Example
White with #CEC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1C0; }
p { color: rgb(206,193,192); }
H1.HeaderClassName
{
color: #CEC1C0;
}
.AnyTagClassName
{
color: #CEC1C0;
}
</style>
background-color css
<style>
a { background-color: #CEC1C0; }
a { background-color: rgb(206,193,192); }
div.DivClassName
{
background-color: #CEC1C0;
}
.BgClassName
{
background-color: #CEC1C0;
}
</style>
border-color css
<style>
span { border-color: #CEC1C0; }
span { border-color: rgb(206,193,192); }
td.TdClassName
{
border-color: #CEC1C0;
}
.TagClassName
{
border-color: #CEC1C0;
}
</style>