Shades of Alto #CEC4C1
Tints of Alto #CEC4C1
RGB
CMYK
RGB Variations
Color information
#CEC4C1 (or 0xCEC4C1) is known color: Alto. HEX triplet: CE, C4 and C1. RGB value is (206,196,193). Sum of RGB (Red+Green+Blue) = 206+196+193=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4C1 is #313B3E. Grayscale: #C6C6C6. Windows color (decimal): -3226431 or 12698830. OLE color: 12698830.
HSL color Cylindrical-coordinate representation of color #CEC4C1: hue angle of 13.85º 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 #CEC4C1 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 193 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.19 |
| HSL | 13.85º | 0.12% | 0.78% | - |
| HSV(B) | 13.85º | 0.06% | 0.81% | - |
| XYZ | 54.82 | 56.45 | 58.46 | - |
| YUV | 198.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 193 | 0 | 0.05 | 0.06 | 0.19 | 13.85 | 0.12 | 0.78 |
| Hex | CE | C4 | C1 | 0 | 5 | 6 | 13 | E | C | 4E |
| Octal | 316 | 304 | 301 | 0 | 5 | 6 | 23 | 16 | 14 | 116 |
| Binary | 11001110 | 11000100 | 11000001 | 0 | 101 | 110 | 10011 | 1110 | 1100 | 1001110 |
Color Harmonies of #CEC4C1
Complementary color
Monochromatic Colors of #CEC4C1
Black with #CEC4C1
Text Example
Text Example
White with #CEC4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4C1; }
p { color: rgb(206,196,193); }
H1.HeaderClassName
{
color: #CEC4C1;
}
.AnyTagClassName
{
color: #CEC4C1;
}
</style>
background-color css
<style>
a { background-color: #CEC4C1; }
a { background-color: rgb(206,196,193); }
div.DivClassName
{
background-color: #CEC4C1;
}
.BgClassName
{
background-color: #CEC4C1;
}
</style>
border-color css
<style>
span { border-color: #CEC4C1; }
span { border-color: rgb(206,196,193); }
td.TdClassName
{
border-color: #CEC4C1;
}
.TagClassName
{
border-color: #CEC4C1;
}
</style>