Shades of Alto #CEC2C1
Tints of Alto #CEC2C1
RGB
CMYK
RGB Variations
Color information
#CEC2C1 (or 0xCEC2C1) is known color: Alto. HEX triplet: CE, C2 and C1. RGB value is (206,194,193). Sum of RGB (Red+Green+Blue) = 206+194+193=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2C1 is #313D3E. Grayscale: #C5C5C5. Windows color (decimal): -3226943 or 12698318. OLE color: 12698318.
HSL color Cylindrical-coordinate representation of color #CEC2C1: hue angle of 4.62º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC2C1 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 193 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.19 |
| HSL | 4.62º | 0.12% | 0.78% | - |
| HSV(B) | 4.62º | 0.06% | 0.81% | - |
| XYZ | 54.37 | 55.56 | 58.31 | - |
| YUV | 197.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 193 | 0 | 0.06 | 0.06 | 0.19 | 4.62 | 0.12 | 0.78 |
| Hex | CE | C2 | C1 | 0 | 6 | 6 | 13 | 5 | C | 4E |
| Octal | 316 | 302 | 301 | 0 | 6 | 6 | 23 | 5 | 14 | 116 |
| Binary | 11001110 | 11000010 | 11000001 | 0 | 110 | 110 | 10011 | 101 | 1100 | 1001110 |
Color Harmonies of #CEC2C1
Complementary color
Monochromatic Colors of #CEC2C1
Black with #CEC2C1
Text Example
Text Example
White with #CEC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2C1; }
p { color: rgb(206,194,193); }
H1.HeaderClassName
{
color: #CEC2C1;
}
.AnyTagClassName
{
color: #CEC2C1;
}
</style>
background-color css
<style>
a { background-color: #CEC2C1; }
a { background-color: rgb(206,194,193); }
div.DivClassName
{
background-color: #CEC2C1;
}
.BgClassName
{
background-color: #CEC2C1;
}
</style>
border-color css
<style>
span { border-color: #CEC2C1; }
span { border-color: rgb(206,194,193); }
td.TdClassName
{
border-color: #CEC2C1;
}
.TagClassName
{
border-color: #CEC2C1;
}
</style>