Shades of Alto #CEC3C1
Tints of Alto #CEC3C1
RGB
CMYK
RGB Variations
Color information
#CEC3C1 (or 0xCEC3C1) is known color: Alto. HEX triplet: CE, C3 and C1. RGB value is (206,195,193). Sum of RGB (Red+Green+Blue) = 206+195+193=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3C1 is #313C3E. Grayscale: #C6C6C6. Windows color (decimal): -3226687 or 12698574. OLE color: 12698574.
HSL color Cylindrical-coordinate representation of color #CEC3C1: hue angle of 9.23º 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 #CEC3C1 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 193 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.19 |
| HSL | 9.23º | 0.12% | 0.78% | - |
| HSV(B) | 9.23º | 0.06% | 0.81% | - |
| XYZ | 54.59 | 56 | 58.38 | - |
| YUV | 198.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 193 | 0 | 0.05 | 0.06 | 0.19 | 9.23 | 0.12 | 0.78 |
| Hex | CE | C3 | C1 | 0 | 5 | 6 | 13 | 9 | C | 4E |
| Octal | 316 | 303 | 301 | 0 | 5 | 6 | 23 | 11 | 14 | 116 |
| Binary | 11001110 | 11000011 | 11000001 | 0 | 101 | 110 | 10011 | 1001 | 1100 | 1001110 |
Color Harmonies of #CEC3C1
Complementary color
Monochromatic Colors of #CEC3C1
Black with #CEC3C1
Text Example
Text Example
White with #CEC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3C1; }
p { color: rgb(206,195,193); }
H1.HeaderClassName
{
color: #CEC3C1;
}
.AnyTagClassName
{
color: #CEC3C1;
}
</style>
background-color css
<style>
a { background-color: #CEC3C1; }
a { background-color: rgb(206,195,193); }
div.DivClassName
{
background-color: #CEC3C1;
}
.BgClassName
{
background-color: #CEC3C1;
}
</style>
border-color css
<style>
span { border-color: #CEC3C1; }
span { border-color: rgb(206,195,193); }
td.TdClassName
{
border-color: #CEC3C1;
}
.TagClassName
{
border-color: #CEC3C1;
}
</style>