Shades of Alto #CEC0BF
Tints of Alto #CEC0BF
RGB
CMYK
RGB Variations
Color information
#CEC0BF (or 0xCEC0BF) is known color: Alto. HEX triplet: CE, C0 and BF. RGB value is (206,192,191). Sum of RGB (Red+Green+Blue) = 206+192+191=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0BF is #313F40. Grayscale: #C4C4C4. Windows color (decimal): -3227457 or 12566734. OLE color: 12566734.
HSL color Cylindrical-coordinate representation of color #CEC0BF: hue angle of 4º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC0BF is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 191 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.19 |
| HSL | 4º | 0.13% | 0.78% | - |
| HSV(B) | 4º | 0.07% | 0.81% | - |
| XYZ | 53.71 | 54.58 | 57 | - |
| YUV | 196.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 191 | 0 | 0.07 | 0.07 | 0.19 | 4 | 0.13 | 0.78 |
| Hex | CE | C0 | BF | 0 | 7 | 7 | 13 | 4 | D | 4E |
| Octal | 316 | 300 | 277 | 0 | 7 | 7 | 23 | 4 | 15 | 116 |
| Binary | 11001110 | 11000000 | 10111111 | 0 | 111 | 111 | 10011 | 100 | 1101 | 1001110 |
Color Harmonies of #CEC0BF
Complementary color
Monochromatic Colors of #CEC0BF
Black with #CEC0BF
Text Example
Text Example
White with #CEC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0BF; }
p { color: rgb(206,192,191); }
H1.HeaderClassName
{
color: #CEC0BF;
}
.AnyTagClassName
{
color: #CEC0BF;
}
</style>
background-color css
<style>
a { background-color: #CEC0BF; }
a { background-color: rgb(206,192,191); }
div.DivClassName
{
background-color: #CEC0BF;
}
.BgClassName
{
background-color: #CEC0BF;
}
</style>
border-color css
<style>
span { border-color: #CEC0BF; }
span { border-color: rgb(206,192,191); }
td.TdClassName
{
border-color: #CEC0BF;
}
.TagClassName
{
border-color: #CEC0BF;
}
</style>