Shades of Alto #D6C0BE
Tints of Alto #D6C0BE
RGB
CMYK
RGB Variations
Color information
#D6C0BE (or 0xD6C0BE) is known color: Alto. HEX triplet: D6, C0 and BE. RGB value is (214,192,190). Sum of RGB (Red+Green+Blue) = 214+192+190=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0BE is #293F41. Grayscale: #C6C6C6. Windows color (decimal): -2703170 or 12501206. OLE color: 12501206.
HSL color Cylindrical-coordinate representation of color #D6C0BE: hue angle of 5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C0BE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 190 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.16 |
| HSL | 5º | 0.23% | 0.79% | - |
| HSV(B) | 5º | 0.11% | 0.84% | - |
| XYZ | 55.88 | 55.71 | 56.52 | - |
| YUV | 198.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 190 | 0 | 0.10 | 0.11 | 0.16 | 5 | 0.23 | 0.79 |
| Hex | D6 | C0 | BE | 0 | A | B | 10 | 5 | 17 | 4F |
| Octal | 326 | 300 | 276 | 0 | 12 | 13 | 20 | 5 | 27 | 117 |
| Binary | 11010110 | 11000000 | 10111110 | 0 | 1010 | 1011 | 10000 | 101 | 10111 | 1001111 |
Color Harmonies of #D6C0BE
Complementary color
Monochromatic Colors of #D6C0BE
Black with #D6C0BE
Text Example
Text Example
White with #D6C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0BE; }
p { color: rgb(214,192,190); }
H1.HeaderClassName
{
color: #D6C0BE;
}
.AnyTagClassName
{
color: #D6C0BE;
}
</style>
background-color css
<style>
a { background-color: #D6C0BE; }
a { background-color: rgb(214,192,190); }
div.DivClassName
{
background-color: #D6C0BE;
}
.BgClassName
{
background-color: #D6C0BE;
}
</style>
border-color css
<style>
span { border-color: #D6C0BE; }
span { border-color: rgb(214,192,190); }
td.TdClassName
{
border-color: #D6C0BE;
}
.TagClassName
{
border-color: #D6C0BE;
}
</style>