Shades of Alto #CEC9C7
Tints of Alto #CEC9C7
RGB
CMYK
RGB Variations
Color information
#CEC9C7 (or 0xCEC9C7) is known color: Alto. HEX triplet: CE, C9 and C7. RGB value is (206,201,199). Sum of RGB (Red+Green+Blue) = 206+201+199=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9C7 is #313638. Grayscale: #CACACA. Windows color (decimal): -3225145 or 13093326. OLE color: 13093326.
HSL color Cylindrical-coordinate representation of color #CEC9C7: hue angle of 17.14º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC9C7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 201 | 199 | - |
CMYK | 0 | 0.02 | 0.03 | 0.19 |
HSL | 17.14º | 0.07% | 0.79% | - |
HSV(B) | 17.14º | 0.03% | 0.81% | - |
XYZ | 56.65 | 59.02 | 62.44 | - |
YUV | 202.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 199 | 0 | 0.02 | 0.03 | 0.19 | 17.14 | 0.07 | 0.79 |
Hex | CE | C9 | C7 | 0 | 2 | 3 | 13 | 11 | 7 | 4F |
Octal | 316 | 311 | 307 | 0 | 2 | 3 | 23 | 21 | 7 | 117 |
Binary | 11001110 | 11001001 | 11000111 | 0 | 10 | 11 | 10011 | 10001 | 111 | 1001111 |
Color Harmonies of #CEC9C7
Complementary color
Monochromatic Colors of #CEC9C7
Black with #CEC9C7
Text Example
Text Example
White with #CEC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9C7; }
p { color: rgb(206,201,199); }
H1.HeaderClassName
{
color: #CEC9C7;
}
.AnyTagClassName
{
color: #CEC9C7;
}
</style>
background-color css
<style>
a { background-color: #CEC9C7; }
a { background-color: rgb(206,201,199); }
div.DivClassName
{
background-color: #CEC9C7;
}
.BgClassName
{
background-color: #CEC9C7;
}
</style>
border-color css
<style>
span { border-color: #CEC9C7; }
span { border-color: rgb(206,201,199); }
td.TdClassName
{
border-color: #CEC9C7;
}
.TagClassName
{
border-color: #CEC9C7;
}
</style>