Shades of Alto #CEC1C1
Tints of Alto #CEC1C1
RGB
CMYK
RGB Variations
Color information
#CEC1C1 (or 0xCEC1C1) is known color: Alto. HEX triplet: CE, C1 and C1. RGB value is (206,193,193). Sum of RGB (Red+Green+Blue) = 206+193+193=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1C1 is #313E3E. Grayscale: #C4C4C4. Windows color (decimal): -3227199 or 12698062. OLE color: 12698062.
HSL color Cylindrical-coordinate representation of color #CEC1C1: hue angle of 0º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC1C1 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 193 | 193 | - |
CMYK | 0 | 0.06 | 0.06 | 0.19 |
HSL | 0º | 0.12% | 0.78% | - |
HSV(B) | 0º | 0.06% | 0.81% | - |
XYZ | 54.15 | 55.11 | 58.24 | - |
YUV | 196.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 193 | 0 | 0.06 | 0.06 | 0.19 | 0 | 0.12 | 0.78 |
Hex | CE | C1 | C1 | 0 | 6 | 6 | 13 | 0 | C | 4E |
Octal | 316 | 301 | 301 | 0 | 6 | 6 | 23 | 0 | 14 | 116 |
Binary | 11001110 | 11000001 | 11000001 | 0 | 110 | 110 | 10011 | 0 | 1100 | 1001110 |
Color Harmonies of #CEC1C1
Complementary color
Monochromatic Colors of #CEC1C1
Black with #CEC1C1
Text Example
Text Example
White with #CEC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1C1; }
p { color: rgb(206,193,193); }
H1.HeaderClassName
{
color: #CEC1C1;
}
.AnyTagClassName
{
color: #CEC1C1;
}
</style>
background-color css
<style>
a { background-color: #CEC1C1; }
a { background-color: rgb(206,193,193); }
div.DivClassName
{
background-color: #CEC1C1;
}
.BgClassName
{
background-color: #CEC1C1;
}
</style>
border-color css
<style>
span { border-color: #CEC1C1; }
span { border-color: rgb(206,193,193); }
td.TdClassName
{
border-color: #CEC1C1;
}
.TagClassName
{
border-color: #CEC1C1;
}
</style>