Shades of Alto #D7C0BD
Tints of Alto #D7C0BD
RGB
CMYK
RGB Variations
Color information
#D7C0BD (or 0xD7C0BD) is known color: Alto. HEX triplet: D7, C0 and BD. RGB value is (215,192,189). Sum of RGB (Red+Green+Blue) = 215+192+189=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0BD is #283F42. Grayscale: #C6C6C6. Windows color (decimal): -2637635 or 12435671. OLE color: 12435671.
HSL color Cylindrical-coordinate representation of color #D7C0BD: hue angle of 6.92º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7C0BD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 189 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.16 |
| HSL | 6.92º | 0.25% | 0.79% | - |
| HSV(B) | 6.92º | 0.12% | 0.84% | - |
| XYZ | 56.06 | 55.82 | 55.96 | - |
| YUV | 198.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 189 | 0 | 0.11 | 0.12 | 0.16 | 6.92 | 0.25 | 0.79 |
| Hex | D7 | C0 | BD | 0 | B | C | 10 | 7 | 19 | 4F |
| Octal | 327 | 300 | 275 | 0 | 13 | 14 | 20 | 7 | 31 | 117 |
| Binary | 11010111 | 11000000 | 10111101 | 0 | 1011 | 1100 | 10000 | 111 | 11001 | 1001111 |
Color Harmonies of #D7C0BD
Complementary color
Monochromatic Colors of #D7C0BD
Black with #D7C0BD
Text Example
Text Example
White with #D7C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0BD; }
p { color: rgb(215,192,189); }
H1.HeaderClassName
{
color: #D7C0BD;
}
.AnyTagClassName
{
color: #D7C0BD;
}
</style>
background-color css
<style>
a { background-color: #D7C0BD; }
a { background-color: rgb(215,192,189); }
div.DivClassName
{
background-color: #D7C0BD;
}
.BgClassName
{
background-color: #D7C0BD;
}
</style>
border-color css
<style>
span { border-color: #D7C0BD; }
span { border-color: rgb(215,192,189); }
td.TdClassName
{
border-color: #D7C0BD;
}
.TagClassName
{
border-color: #D7C0BD;
}
</style>