Shades of Alto #D0C0BE
Tints of Alto #D0C0BE
RGB
CMYK
RGB Variations
Color information
#D0C0BE (or 0xD0C0BE) is known color: Alto. HEX triplet: D0, C0 and BE. RGB value is (208,192,190). Sum of RGB (Red+Green+Blue) = 208+192+190=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0BE is #2F3F41. Grayscale: #C4C4C4. Windows color (decimal): -3096386 or 12501200. OLE color: 12501200.
HSL color Cylindrical-coordinate representation of color #D0C0BE: hue angle of 6.67º degrees, saturation: 0.16, 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 #D0C0BE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 190 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.18 |
| HSL | 6.67º | 0.16% | 0.78% | - |
| HSV(B) | 6.67º | 0.09% | 0.82% | - |
| XYZ | 54.16 | 54.83 | 56.44 | - |
| YUV | 196.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 190 | 0 | 0.08 | 0.09 | 0.18 | 6.67 | 0.16 | 0.78 |
| Hex | D0 | C0 | BE | 0 | 8 | 9 | 12 | 7 | 10 | 4E |
| Octal | 320 | 300 | 276 | 0 | 10 | 11 | 22 | 7 | 20 | 116 |
| Binary | 11010000 | 11000000 | 10111110 | 0 | 1000 | 1001 | 10010 | 111 | 10000 | 1001110 |
Color Harmonies of #D0C0BE
Complementary color
Monochromatic Colors of #D0C0BE
Black with #D0C0BE
Text Example
Text Example
White with #D0C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0BE; }
p { color: rgb(208,192,190); }
H1.HeaderClassName
{
color: #D0C0BE;
}
.AnyTagClassName
{
color: #D0C0BE;
}
</style>
background-color css
<style>
a { background-color: #D0C0BE; }
a { background-color: rgb(208,192,190); }
div.DivClassName
{
background-color: #D0C0BE;
}
.BgClassName
{
background-color: #D0C0BE;
}
</style>
border-color css
<style>
span { border-color: #D0C0BE; }
span { border-color: rgb(208,192,190); }
td.TdClassName
{
border-color: #D0C0BE;
}
.TagClassName
{
border-color: #D0C0BE;
}
</style>