Shades of Alto #D7C2BE
Tints of Alto #D7C2BE
RGB
CMYK
RGB Variations
Color information
#D7C2BE (or 0xD7C2BE) is known color: Alto. HEX triplet: D7, C2 and BE. RGB value is (215,194,190). Sum of RGB (Red+Green+Blue) = 215+194+190=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2BE is #283D41. Grayscale: #C7C7C7. Windows color (decimal): -2637122 or 12501719. OLE color: 12501719.
HSL color Cylindrical-coordinate representation of color #D7C2BE: hue angle of 9.6º degrees, saturation: 0.24, 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 #D7C2BE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 190 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.16 |
| HSL | 9.6º | 0.24% | 0.79% | - |
| HSV(B) | 9.6º | 0.12% | 0.84% | - |
| XYZ | 56.61 | 56.75 | 56.69 | - |
| YUV | 199.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 190 | 0 | 0.10 | 0.12 | 0.16 | 9.6 | 0.24 | 0.79 |
| Hex | D7 | C2 | BE | 0 | A | C | 10 | A | 18 | 4F |
| Octal | 327 | 302 | 276 | 0 | 12 | 14 | 20 | 12 | 30 | 117 |
| Binary | 11010111 | 11000010 | 10111110 | 0 | 1010 | 1100 | 10000 | 1010 | 11000 | 1001111 |
Color Harmonies of #D7C2BE
Complementary color
Monochromatic Colors of #D7C2BE
Black with #D7C2BE
Text Example
Text Example
White with #D7C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2BE; }
p { color: rgb(215,194,190); }
H1.HeaderClassName
{
color: #D7C2BE;
}
.AnyTagClassName
{
color: #D7C2BE;
}
</style>
background-color css
<style>
a { background-color: #D7C2BE; }
a { background-color: rgb(215,194,190); }
div.DivClassName
{
background-color: #D7C2BE;
}
.BgClassName
{
background-color: #D7C2BE;
}
</style>
border-color css
<style>
span { border-color: #D7C2BE; }
span { border-color: rgb(215,194,190); }
td.TdClassName
{
border-color: #D7C2BE;
}
.TagClassName
{
border-color: #D7C2BE;
}
</style>