Shades of Alto #CEC7C5
Tints of Alto #CEC7C5
RGB
CMYK
RGB Variations
Color information
#CEC7C5 (or 0xCEC7C5) is known color: Alto. HEX triplet: CE, C7 and C5. RGB value is (206,199,197). Sum of RGB (Red+Green+Blue) = 206+199+197=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7C5 is #31383A. Grayscale: #C8C8C8. Windows color (decimal): -3225659 or 12961742. OLE color: 12961742.
HSL color Cylindrical-coordinate representation of color #CEC7C5: hue angle of 13.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC7C5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 197 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.19 |
| HSL | 13.33º | 0.08% | 0.79% | - |
| HSV(B) | 13.33º | 0.04% | 0.81% | - |
| XYZ | 55.96 | 58 | 61.07 | - |
| YUV | 200.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 197 | 0 | 0.03 | 0.04 | 0.19 | 13.33 | 0.08 | 0.79 |
| Hex | CE | C7 | C5 | 0 | 3 | 4 | 13 | D | 8 | 4F |
| Octal | 316 | 307 | 305 | 0 | 3 | 4 | 23 | 15 | 10 | 117 |
| Binary | 11001110 | 11000111 | 11000101 | 0 | 11 | 100 | 10011 | 1101 | 1000 | 1001111 |
Color Harmonies of #CEC7C5
Complementary color
Monochromatic Colors of #CEC7C5
Black with #CEC7C5
Text Example
Text Example
White with #CEC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7C5; }
p { color: rgb(206,199,197); }
H1.HeaderClassName
{
color: #CEC7C5;
}
.AnyTagClassName
{
color: #CEC7C5;
}
</style>
background-color css
<style>
a { background-color: #CEC7C5; }
a { background-color: rgb(206,199,197); }
div.DivClassName
{
background-color: #CEC7C5;
}
.BgClassName
{
background-color: #CEC7C5;
}
</style>
border-color css
<style>
span { border-color: #CEC7C5; }
span { border-color: rgb(206,199,197); }
td.TdClassName
{
border-color: #CEC7C5;
}
.TagClassName
{
border-color: #CEC7C5;
}
</style>