Shades of Alto #CEC9C8
Tints of Alto #CEC9C8
RGB
CMYK
RGB Variations
Color information
#CEC9C8 (or 0xCEC9C8) is known color: Alto. HEX triplet: CE, C9 and C8. RGB value is (206,201,200). Sum of RGB (Red+Green+Blue) = 206+201+200=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9C8 is #313637. Grayscale: #CACACA. Windows color (decimal): -3225144 or 13158862. OLE color: 13158862.
HSL color Cylindrical-coordinate representation of color #CEC9C8: hue angle of 10º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC9C8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 201 | 200 | - |
CMYK | 0 | 0.02 | 0.03 | 0.19 |
HSL | 10º | 0.06% | 0.8% | - |
HSV(B) | 10º | 0.03% | 0.81% | - |
XYZ | 56.77 | 59.07 | 63.05 | - |
YUV | 202.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 200 | 0 | 0.02 | 0.03 | 0.19 | 10 | 0.06 | 0.8 |
Hex | CE | C9 | C8 | 0 | 2 | 3 | 13 | A | 6 | 50 |
Octal | 316 | 311 | 310 | 0 | 2 | 3 | 23 | 12 | 6 | 120 |
Binary | 11001110 | 11001001 | 11001000 | 0 | 10 | 11 | 10011 | 1010 | 110 | 1010000 |
Color Harmonies of #CEC9C8
Complementary color
Monochromatic Colors of #CEC9C8
Black with #CEC9C8
Text Example
Text Example
White with #CEC9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9C8; }
p { color: rgb(206,201,200); }
H1.HeaderClassName
{
color: #CEC9C8;
}
.AnyTagClassName
{
color: #CEC9C8;
}
</style>
background-color css
<style>
a { background-color: #CEC9C8; }
a { background-color: rgb(206,201,200); }
div.DivClassName
{
background-color: #CEC9C8;
}
.BgClassName
{
background-color: #CEC9C8;
}
</style>
border-color css
<style>
span { border-color: #CEC9C8; }
span { border-color: rgb(206,201,200); }
td.TdClassName
{
border-color: #CEC9C8;
}
.TagClassName
{
border-color: #CEC9C8;
}
</style>