Shades of Alto #D6C0BF
Tints of Alto #D6C0BF
RGB
CMYK
RGB Variations
Color information
#D6C0BF (or 0xD6C0BF) is known color: Alto. HEX triplet: D6, C0 and BF. RGB value is (214,192,191). Sum of RGB (Red+Green+Blue) = 214+192+191=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0BF is #293F40. Grayscale: #C6C6C6. Windows color (decimal): -2703169 or 12566742. OLE color: 12566742.
HSL color Cylindrical-coordinate representation of color #D6C0BF: hue angle of 2.61º degrees, saturation: 0.22, 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 #D6C0BF is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 191 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.16 |
| HSL | 2.61º | 0.22% | 0.79% | - |
| HSV(B) | 2.61º | 0.11% | 0.84% | - |
| XYZ | 55.99 | 55.76 | 57.1 | - |
| YUV | 198.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 191 | 0 | 0.10 | 0.11 | 0.16 | 2.61 | 0.22 | 0.79 |
| Hex | D6 | C0 | BF | 0 | A | B | 10 | 3 | 16 | 4F |
| Octal | 326 | 300 | 277 | 0 | 12 | 13 | 20 | 3 | 26 | 117 |
| Binary | 11010110 | 11000000 | 10111111 | 0 | 1010 | 1011 | 10000 | 11 | 10110 | 1001111 |
Color Harmonies of #D6C0BF
Complementary color
Monochromatic Colors of #D6C0BF
Black with #D6C0BF
Text Example
Text Example
White with #D6C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0BF; }
p { color: rgb(214,192,191); }
H1.HeaderClassName
{
color: #D6C0BF;
}
.AnyTagClassName
{
color: #D6C0BF;
}
</style>
background-color css
<style>
a { background-color: #D6C0BF; }
a { background-color: rgb(214,192,191); }
div.DivClassName
{
background-color: #D6C0BF;
}
.BgClassName
{
background-color: #D6C0BF;
}
</style>
border-color css
<style>
span { border-color: #D6C0BF; }
span { border-color: rgb(214,192,191); }
td.TdClassName
{
border-color: #D6C0BF;
}
.TagClassName
{
border-color: #D6C0BF;
}
</style>