Shades of Alto #CEC3C2
Tints of Alto #CEC3C2
RGB
CMYK
RGB Variations
Color information
#CEC3C2 (or 0xCEC3C2) is known color: Alto. HEX triplet: CE, C3 and C2. RGB value is (206,195,194). Sum of RGB (Red+Green+Blue) = 206+195+194=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3C2 is #313C3D. Grayscale: #C6C6C6. Windows color (decimal): -3226686 or 12764110. OLE color: 12764110.
HSL color Cylindrical-coordinate representation of color #CEC3C2: hue angle of 5º degrees, saturation: 0.11, 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 #CEC3C2 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 194 | - |
CMYK | 0 | 0.05 | 0.06 | 0.19 |
HSL | 5º | 0.11% | 0.78% | - |
HSV(B) | 5º | 0.06% | 0.81% | - |
XYZ | 54.71 | 56.05 | 58.97 | - |
YUV | 198.18 | 125.64 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 194 | 0 | 0.05 | 0.06 | 0.19 | 5 | 0.11 | 0.78 |
Hex | CE | C3 | C2 | 0 | 5 | 6 | 13 | 5 | B | 4E |
Octal | 316 | 303 | 302 | 0 | 5 | 6 | 23 | 5 | 13 | 116 |
Binary | 11001110 | 11000011 | 11000010 | 0 | 101 | 110 | 10011 | 101 | 1011 | 1001110 |
Color Harmonies of #CEC3C2
Complementary color
Monochromatic Colors of #CEC3C2
Black with #CEC3C2
Text Example
Text Example
White with #CEC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3C2; }
p { color: rgb(206,195,194); }
H1.HeaderClassName
{
color: #CEC3C2;
}
.AnyTagClassName
{
color: #CEC3C2;
}
</style>
background-color css
<style>
a { background-color: #CEC3C2; }
a { background-color: rgb(206,195,194); }
div.DivClassName
{
background-color: #CEC3C2;
}
.BgClassName
{
background-color: #CEC3C2;
}
</style>
border-color css
<style>
span { border-color: #CEC3C2; }
span { border-color: rgb(206,195,194); }
td.TdClassName
{
border-color: #CEC3C2;
}
.TagClassName
{
border-color: #CEC3C2;
}
</style>