Shades of Alto #CEC1BE
Tints of Alto #CEC1BE
RGB
CMYK
RGB Variations
Color information
#CEC1BE (or 0xCEC1BE) is known color: Alto. HEX triplet: CE, C1 and BE. RGB value is (206,193,190). Sum of RGB (Red+Green+Blue) = 206+193+190=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1BE is #313E41. Grayscale: #C4C4C4. Windows color (decimal): -3227202 or 12501454. OLE color: 12501454.
HSL color Cylindrical-coordinate representation of color #CEC1BE: hue angle of 11.25º 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 #CEC1BE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 190 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.19 |
| HSL | 11.25º | 0.14% | 0.78% | - |
| HSV(B) | 11.25º | 0.08% | 0.81% | - |
| XYZ | 53.82 | 54.98 | 56.49 | - |
| YUV | 196.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 190 | 0 | 0.06 | 0.08 | 0.19 | 11.25 | 0.14 | 0.78 |
| Hex | CE | C1 | BE | 0 | 6 | 8 | 13 | B | E | 4E |
| Octal | 316 | 301 | 276 | 0 | 6 | 10 | 23 | 13 | 16 | 116 |
| Binary | 11001110 | 11000001 | 10111110 | 0 | 110 | 1000 | 10011 | 1011 | 1110 | 1001110 |
Color Harmonies of #CEC1BE
Complementary color
Monochromatic Colors of #CEC1BE
Black with #CEC1BE
Text Example
Text Example
White with #CEC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1BE; }
p { color: rgb(206,193,190); }
H1.HeaderClassName
{
color: #CEC1BE;
}
.AnyTagClassName
{
color: #CEC1BE;
}
</style>
background-color css
<style>
a { background-color: #CEC1BE; }
a { background-color: rgb(206,193,190); }
div.DivClassName
{
background-color: #CEC1BE;
}
.BgClassName
{
background-color: #CEC1BE;
}
</style>
border-color css
<style>
span { border-color: #CEC1BE; }
span { border-color: rgb(206,193,190); }
td.TdClassName
{
border-color: #CEC1BE;
}
.TagClassName
{
border-color: #CEC1BE;
}
</style>