Shades of Alto #D7C0BC
Tints of Alto #D7C0BC
RGB
CMYK
RGB Variations
Color information
#D7C0BC (or 0xD7C0BC) is known color: Alto. HEX triplet: D7, C0 and BC. RGB value is (215,192,188). Sum of RGB (Red+Green+Blue) = 215+192+188=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0BC is #283F43. Grayscale: #C6C6C6. Windows color (decimal): -2637636 or 12370135. OLE color: 12370135.
HSL color Cylindrical-coordinate representation of color #D7C0BC: hue angle of 8.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7C0BC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 188 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.16 |
| HSL | 8.89º | 0.25% | 0.79% | - |
| HSV(B) | 8.89º | 0.13% | 0.84% | - |
| XYZ | 55.95 | 55.78 | 55.39 | - |
| YUV | 198.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 188 | 0 | 0.11 | 0.13 | 0.16 | 8.89 | 0.25 | 0.79 |
| Hex | D7 | C0 | BC | 0 | B | D | 10 | 9 | 19 | 4F |
| Octal | 327 | 300 | 274 | 0 | 13 | 15 | 20 | 11 | 31 | 117 |
| Binary | 11010111 | 11000000 | 10111100 | 0 | 1011 | 1101 | 10000 | 1001 | 11001 | 1001111 |
Color Harmonies of #D7C0BC
Complementary color
Monochromatic Colors of #D7C0BC
Black with #D7C0BC
Text Example
Text Example
White with #D7C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0BC; }
p { color: rgb(215,192,188); }
H1.HeaderClassName
{
color: #D7C0BC;
}
.AnyTagClassName
{
color: #D7C0BC;
}
</style>
background-color css
<style>
a { background-color: #D7C0BC; }
a { background-color: rgb(215,192,188); }
div.DivClassName
{
background-color: #D7C0BC;
}
.BgClassName
{
background-color: #D7C0BC;
}
</style>
border-color css
<style>
span { border-color: #D7C0BC; }
span { border-color: rgb(215,192,188); }
td.TdClassName
{
border-color: #D7C0BC;
}
.TagClassName
{
border-color: #D7C0BC;
}
</style>