Shades of Alto #CEC1BF
Tints of Alto #CEC1BF
RGB
CMYK
RGB Variations
Color information
#CEC1BF (or 0xCEC1BF) is known color: Alto. HEX triplet: CE, C1 and BF. RGB value is (206,193,191). Sum of RGB (Red+Green+Blue) = 206+193+191=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1BF is #313E40. Grayscale: #C4C4C4. Windows color (decimal): -3227201 or 12566990. OLE color: 12566990.
HSL color Cylindrical-coordinate representation of color #CEC1BF: hue angle of 8º 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 #CEC1BF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 191 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.19 |
| HSL | 8º | 0.13% | 0.78% | - |
| HSV(B) | 8º | 0.07% | 0.81% | - |
| XYZ | 53.93 | 55.02 | 57.07 | - |
| YUV | 196.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 191 | 0 | 0.06 | 0.07 | 0.19 | 8 | 0.13 | 0.78 |
| Hex | CE | C1 | BF | 0 | 6 | 7 | 13 | 8 | D | 4E |
| Octal | 316 | 301 | 277 | 0 | 6 | 7 | 23 | 10 | 15 | 116 |
| Binary | 11001110 | 11000001 | 10111111 | 0 | 110 | 111 | 10011 | 1000 | 1101 | 1001110 |
Color Harmonies of #CEC1BF
Complementary color
Monochromatic Colors of #CEC1BF
Black with #CEC1BF
Text Example
Text Example
White with #CEC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1BF; }
p { color: rgb(206,193,191); }
H1.HeaderClassName
{
color: #CEC1BF;
}
.AnyTagClassName
{
color: #CEC1BF;
}
</style>
background-color css
<style>
a { background-color: #CEC1BF; }
a { background-color: rgb(206,193,191); }
div.DivClassName
{
background-color: #CEC1BF;
}
.BgClassName
{
background-color: #CEC1BF;
}
</style>
border-color css
<style>
span { border-color: #CEC1BF; }
span { border-color: rgb(206,193,191); }
td.TdClassName
{
border-color: #CEC1BF;
}
.TagClassName
{
border-color: #CEC1BF;
}
</style>