Shades of Alto #D5C0BF
Tints of Alto #D5C0BF
RGB
CMYK
RGB Variations
Color information
#D5C0BF (or 0xD5C0BF) is known color: Alto. HEX triplet: D5, C0 and BF. RGB value is (213,192,191). Sum of RGB (Red+Green+Blue) = 213+192+191=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0BF is #2A3F40. Grayscale: #C6C6C6. Windows color (decimal): -2768705 or 12566741. OLE color: 12566741.
HSL color Cylindrical-coordinate representation of color #D5C0BF: hue angle of 2.73º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C0BF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 191 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.16 |
| HSL | 2.73º | 0.21% | 0.79% | - |
| HSV(B) | 2.73º | 0.1% | 0.84% | - |
| XYZ | 55.69 | 55.61 | 57.09 | - |
| YUV | 198.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 191 | 0 | 0.10 | 0.10 | 0.16 | 2.73 | 0.21 | 0.79 |
| Hex | D5 | C0 | BF | 0 | A | A | 10 | 3 | 15 | 4F |
| Octal | 325 | 300 | 277 | 0 | 12 | 12 | 20 | 3 | 25 | 117 |
| Binary | 11010101 | 11000000 | 10111111 | 0 | 1010 | 1010 | 10000 | 11 | 10101 | 1001111 |
Color Harmonies of #D5C0BF
Complementary color
Monochromatic Colors of #D5C0BF
Black with #D5C0BF
Text Example
Text Example
White with #D5C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C0BF; }
p { color: rgb(213,192,191); }
H1.HeaderClassName
{
color: #D5C0BF;
}
.AnyTagClassName
{
color: #D5C0BF;
}
</style>
background-color css
<style>
a { background-color: #D5C0BF; }
a { background-color: rgb(213,192,191); }
div.DivClassName
{
background-color: #D5C0BF;
}
.BgClassName
{
background-color: #D5C0BF;
}
</style>
border-color css
<style>
span { border-color: #D5C0BF; }
span { border-color: rgb(213,192,191); }
td.TdClassName
{
border-color: #D5C0BF;
}
.TagClassName
{
border-color: #D5C0BF;
}
</style>