Shades of Alto #CEC0BE
Tints of Alto #CEC0BE
RGB
CMYK
RGB Variations
Color information
#CEC0BE (or 0xCEC0BE) is known color: Alto. HEX triplet: CE, C0 and BE. RGB value is (206,192,190). Sum of RGB (Red+Green+Blue) = 206+192+190=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0BE is #313F41. Grayscale: #C3C3C3. Windows color (decimal): -3227458 or 12501198. OLE color: 12501198.
HSL color Cylindrical-coordinate representation of color #CEC0BE: hue angle of 7.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC0BE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 190 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.19 |
| HSL | 7.5º | 0.14% | 0.78% | - |
| HSV(B) | 7.5º | 0.08% | 0.81% | - |
| XYZ | 53.6 | 54.54 | 56.42 | - |
| YUV | 195.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 190 | 0 | 0.07 | 0.08 | 0.19 | 7.5 | 0.14 | 0.78 |
| Hex | CE | C0 | BE | 0 | 7 | 8 | 13 | 8 | E | 4E |
| Octal | 316 | 300 | 276 | 0 | 7 | 10 | 23 | 10 | 16 | 116 |
| Binary | 11001110 | 11000000 | 10111110 | 0 | 111 | 1000 | 10011 | 1000 | 1110 | 1001110 |
Color Harmonies of #CEC0BE
Complementary color
Monochromatic Colors of #CEC0BE
Black with #CEC0BE
Text Example
Text Example
White with #CEC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0BE; }
p { color: rgb(206,192,190); }
H1.HeaderClassName
{
color: #CEC0BE;
}
.AnyTagClassName
{
color: #CEC0BE;
}
</style>
background-color css
<style>
a { background-color: #CEC0BE; }
a { background-color: rgb(206,192,190); }
div.DivClassName
{
background-color: #CEC0BE;
}
.BgClassName
{
background-color: #CEC0BE;
}
</style>
border-color css
<style>
span { border-color: #CEC0BE; }
span { border-color: rgb(206,192,190); }
td.TdClassName
{
border-color: #CEC0BE;
}
.TagClassName
{
border-color: #CEC0BE;
}
</style>