Shades of Alto #CEC1BD
Tints of Alto #CEC1BD
RGB
CMYK
RGB Variations
Color information
#CEC1BD (or 0xCEC1BD) is known color: Alto. HEX triplet: CE, C1 and BD. RGB value is (206,193,189). Sum of RGB (Red+Green+Blue) = 206+193+189=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1BD is #313E42. Grayscale: #C4C4C4. Windows color (decimal): -3227203 or 12435918. OLE color: 12435918.
HSL color Cylindrical-coordinate representation of color #CEC1BD: hue angle of 14.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC1BD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 189 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.19 |
| HSL | 14.12º | 0.15% | 0.77% | - |
| HSV(B) | 14.12º | 0.08% | 0.81% | - |
| XYZ | 53.71 | 54.94 | 55.92 | - |
| YUV | 196.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 189 | 0 | 0.06 | 0.08 | 0.19 | 14.12 | 0.15 | 0.77 |
| Hex | CE | C1 | BD | 0 | 6 | 8 | 13 | E | F | 4D |
| Octal | 316 | 301 | 275 | 0 | 6 | 10 | 23 | 16 | 17 | 115 |
| Binary | 11001110 | 11000001 | 10111101 | 0 | 110 | 1000 | 10011 | 1110 | 1111 | 1001101 |
Color Harmonies of #CEC1BD
Complementary color
Monochromatic Colors of #CEC1BD
Black with #CEC1BD
Text Example
Text Example
White with #CEC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1BD; }
p { color: rgb(206,193,189); }
H1.HeaderClassName
{
color: #CEC1BD;
}
.AnyTagClassName
{
color: #CEC1BD;
}
</style>
background-color css
<style>
a { background-color: #CEC1BD; }
a { background-color: rgb(206,193,189); }
div.DivClassName
{
background-color: #CEC1BD;
}
.BgClassName
{
background-color: #CEC1BD;
}
</style>
border-color css
<style>
span { border-color: #CEC1BD; }
span { border-color: rgb(206,193,189); }
td.TdClassName
{
border-color: #CEC1BD;
}
.TagClassName
{
border-color: #CEC1BD;
}
</style>