Shades of Alto #D2C0BF
Tints of Alto #D2C0BF
RGB
CMYK
RGB Variations
Color information
#D2C0BF (or 0xD2C0BF) is known color: Alto. HEX triplet: D2, C0 and BF. RGB value is (210,192,191). Sum of RGB (Red+Green+Blue) = 210+192+191=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0BF is #2D3F40. Grayscale: #C5C5C5. Windows color (decimal): -2965313 or 12566738. OLE color: 12566738.
HSL color Cylindrical-coordinate representation of color #D2C0BF: hue angle of 3.16º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C0BF is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 191 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.18 |
| HSL | 3.16º | 0.17% | 0.79% | - |
| HSV(B) | 3.16º | 0.09% | 0.82% | - |
| XYZ | 54.83 | 55.16 | 57.05 | - |
| YUV | 197.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 191 | 0 | 0.09 | 0.09 | 0.18 | 3.16 | 0.17 | 0.79 |
| Hex | D2 | C0 | BF | 0 | 9 | 9 | 12 | 3 | 11 | 4F |
| Octal | 322 | 300 | 277 | 0 | 11 | 11 | 22 | 3 | 21 | 117 |
| Binary | 11010010 | 11000000 | 10111111 | 0 | 1001 | 1001 | 10010 | 11 | 10001 | 1001111 |
Color Harmonies of #D2C0BF
Complementary color
Monochromatic Colors of #D2C0BF
Black with #D2C0BF
Text Example
Text Example
White with #D2C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C0BF; }
p { color: rgb(210,192,191); }
H1.HeaderClassName
{
color: #D2C0BF;
}
.AnyTagClassName
{
color: #D2C0BF;
}
</style>
background-color css
<style>
a { background-color: #D2C0BF; }
a { background-color: rgb(210,192,191); }
div.DivClassName
{
background-color: #D2C0BF;
}
.BgClassName
{
background-color: #D2C0BF;
}
</style>
border-color css
<style>
span { border-color: #D2C0BF; }
span { border-color: rgb(210,192,191); }
td.TdClassName
{
border-color: #D2C0BF;
}
.TagClassName
{
border-color: #D2C0BF;
}
</style>