Shades of Alto #CECAC9
Tints of Alto #CECAC9
RGB
CMYK
RGB Variations
Color information
#CECAC9 (or 0xCECAC9) is known color: Alto. HEX triplet: CE, CA and C9. RGB value is (206,202,201). Sum of RGB (Red+Green+Blue) = 206+202+201=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC9 is #313536. Grayscale: #CBCBCB. Windows color (decimal): -3224887 or 13224654. OLE color: 13224654.
HSL color Cylindrical-coordinate representation of color #CECAC9: hue angle of 12º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECAC9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 201 | - |
CMYK | 0 | 0.02 | 0.02 | 0.19 |
HSL | 12º | 0.05% | 0.8% | - |
HSV(B) | 12º | 0.02% | 0.81% | - |
XYZ | 57.12 | 59.58 | 63.75 | - |
YUV | 203.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 201 | 0 | 0.02 | 0.02 | 0.19 | 12 | 0.05 | 0.8 |
Hex | CE | CA | C9 | 0 | 2 | 2 | 13 | C | 5 | 50 |
Octal | 316 | 312 | 311 | 0 | 2 | 2 | 23 | 14 | 5 | 120 |
Binary | 11001110 | 11001010 | 11001001 | 0 | 10 | 10 | 10011 | 1100 | 101 | 1010000 |
Color Harmonies of #CECAC9
Complementary color
Monochromatic Colors of #CECAC9
Black with #CECAC9
Text Example
Text Example
White with #CECAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAC9; }
p { color: rgb(206,202,201); }
H1.HeaderClassName
{
color: #CECAC9;
}
.AnyTagClassName
{
color: #CECAC9;
}
</style>
background-color css
<style>
a { background-color: #CECAC9; }
a { background-color: rgb(206,202,201); }
div.DivClassName
{
background-color: #CECAC9;
}
.BgClassName
{
background-color: #CECAC9;
}
</style>
border-color css
<style>
span { border-color: #CECAC9; }
span { border-color: rgb(206,202,201); }
td.TdClassName
{
border-color: #CECAC9;
}
.TagClassName
{
border-color: #CECAC9;
}
</style>