Shades of Alto #D1C0BE
Tints of Alto #D1C0BE
RGB
CMYK
RGB Variations
Color information
#D1C0BE (or 0xD1C0BE) is known color: Alto. HEX triplet: D1, C0 and BE. RGB value is (209,192,190). Sum of RGB (Red+Green+Blue) = 209+192+190=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0BE is #2E3F41. Grayscale: #C4C4C4. Windows color (decimal): -3030850 or 12501201. OLE color: 12501201.
HSL color Cylindrical-coordinate representation of color #D1C0BE: hue angle of 6.32º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C0BE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 190 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.18 |
| HSL | 6.32º | 0.17% | 0.78% | - |
| HSV(B) | 6.32º | 0.09% | 0.82% | - |
| XYZ | 54.44 | 54.97 | 56.46 | - |
| YUV | 196.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 190 | 0 | 0.08 | 0.09 | 0.18 | 6.32 | 0.17 | 0.78 |
| Hex | D1 | C0 | BE | 0 | 8 | 9 | 12 | 6 | 11 | 4E |
| Octal | 321 | 300 | 276 | 0 | 10 | 11 | 22 | 6 | 21 | 116 |
| Binary | 11010001 | 11000000 | 10111110 | 0 | 1000 | 1001 | 10010 | 110 | 10001 | 1001110 |
Color Harmonies of #D1C0BE
Complementary color
Monochromatic Colors of #D1C0BE
Black with #D1C0BE
Text Example
Text Example
White with #D1C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0BE; }
p { color: rgb(209,192,190); }
H1.HeaderClassName
{
color: #D1C0BE;
}
.AnyTagClassName
{
color: #D1C0BE;
}
</style>
background-color css
<style>
a { background-color: #D1C0BE; }
a { background-color: rgb(209,192,190); }
div.DivClassName
{
background-color: #D1C0BE;
}
.BgClassName
{
background-color: #D1C0BE;
}
</style>
border-color css
<style>
span { border-color: #D1C0BE; }
span { border-color: rgb(209,192,190); }
td.TdClassName
{
border-color: #D1C0BE;
}
.TagClassName
{
border-color: #D1C0BE;
}
</style>