Shades of Alto #CEC5C4
Tints of Alto #CEC5C4
RGB
CMYK
RGB Variations
Color information
#CEC5C4 (or 0xCEC5C4) is known color: Alto. HEX triplet: CE, C5 and C4. RGB value is (206,197,196). Sum of RGB (Red+Green+Blue) = 206+197+196=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5C4 is #313A3B. Grayscale: #C7C7C7. Windows color (decimal): -3226172 or 12895694. OLE color: 12895694.
HSL color Cylindrical-coordinate representation of color #CEC5C4: hue angle of 6º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC5C4 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 196 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.19 |
| HSL | 6º | 0.09% | 0.79% | - |
| HSV(B) | 6º | 0.05% | 0.81% | - |
| XYZ | 55.38 | 57.04 | 60.32 | - |
| YUV | 199.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 196 | 0 | 0.04 | 0.05 | 0.19 | 6 | 0.09 | 0.79 |
| Hex | CE | C5 | C4 | 0 | 4 | 5 | 13 | 6 | 9 | 4F |
| Octal | 316 | 305 | 304 | 0 | 4 | 5 | 23 | 6 | 11 | 117 |
| Binary | 11001110 | 11000101 | 11000100 | 0 | 100 | 101 | 10011 | 110 | 1001 | 1001111 |
Color Harmonies of #CEC5C4
Complementary color
Monochromatic Colors of #CEC5C4
Black with #CEC5C4
Text Example
Text Example
White with #CEC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5C4; }
p { color: rgb(206,197,196); }
H1.HeaderClassName
{
color: #CEC5C4;
}
.AnyTagClassName
{
color: #CEC5C4;
}
</style>
background-color css
<style>
a { background-color: #CEC5C4; }
a { background-color: rgb(206,197,196); }
div.DivClassName
{
background-color: #CEC5C4;
}
.BgClassName
{
background-color: #CEC5C4;
}
</style>
border-color css
<style>
span { border-color: #CEC5C4; }
span { border-color: rgb(206,197,196); }
td.TdClassName
{
border-color: #CEC5C4;
}
.TagClassName
{
border-color: #CEC5C4;
}
</style>