Shades of Alto #D3C0BC
Tints of Alto #D3C0BC
RGB
CMYK
RGB Variations
Color information
#D3C0BC (or 0xD3C0BC) is known color: Alto. HEX triplet: D3, C0 and BC. RGB value is (211,192,188). Sum of RGB (Red+Green+Blue) = 211+192+188=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C0BC is #2C3F43. Grayscale: #C5C5C5. Windows color (decimal): -2899780 or 12370131. OLE color: 12370131.
HSL color Cylindrical-coordinate representation of color #D3C0BC: hue angle of 10.43º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C0BC is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 188 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.17 |
| HSL | 10.43º | 0.21% | 0.78% | - |
| HSV(B) | 10.43º | 0.11% | 0.83% | - |
| XYZ | 54.79 | 55.18 | 55.34 | - |
| YUV | 197.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 188 | 0 | 0.09 | 0.11 | 0.17 | 10.43 | 0.21 | 0.78 |
| Hex | D3 | C0 | BC | 0 | 9 | B | 11 | A | 15 | 4E |
| Octal | 323 | 300 | 274 | 0 | 11 | 13 | 21 | 12 | 25 | 116 |
| Binary | 11010011 | 11000000 | 10111100 | 0 | 1001 | 1011 | 10001 | 1010 | 10101 | 1001110 |
Color Harmonies of #D3C0BC
Complementary color
Monochromatic Colors of #D3C0BC
Black with #D3C0BC
Text Example
Text Example
White with #D3C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0BC; }
p { color: rgb(211,192,188); }
H1.HeaderClassName
{
color: #D3C0BC;
}
.AnyTagClassName
{
color: #D3C0BC;
}
</style>
background-color css
<style>
a { background-color: #D3C0BC; }
a { background-color: rgb(211,192,188); }
div.DivClassName
{
background-color: #D3C0BC;
}
.BgClassName
{
background-color: #D3C0BC;
}
</style>
border-color css
<style>
span { border-color: #D3C0BC; }
span { border-color: rgb(211,192,188); }
td.TdClassName
{
border-color: #D3C0BC;
}
.TagClassName
{
border-color: #D3C0BC;
}
</style>