Shades of Pale Chestnut #D7A8B0
Tints of Pale Chestnut #D7A8B0
RGB
CMYK
RGB Variations
Color information
#D7A8B0 (or 0xD7A8B0) is known color: Pale Chestnut. HEX triplet: D7, A8 and B0. RGB value is (215,168,176). Sum of RGB (Red+Green+Blue) = 215+168+176=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A8B0 is #28574F. Grayscale: #B6B6B6. Windows color (decimal): -2643792 or 11577559. OLE color: 11577559.
HSL color Cylindrical-coordinate representation of color #D7A8B0: hue angle of 349.79º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8B0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 176 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.16 |
| HSL | 349.79º | 0.37% | 0.75% | - |
| HSV(B) | 349.79º | 0.22% | 0.84% | - |
| XYZ | 49.86 | 45.59 | 47.25 | - |
| YUV | 182.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 176 | 0 | 0.22 | 0.18 | 0.16 | 349.79 | 0.37 | 0.75 |
| Hex | D7 | A8 | B0 | 0 | 16 | 12 | 10 | 15E | 25 | 4B |
| Octal | 327 | 250 | 260 | 0 | 26 | 22 | 20 | 536 | 45 | 113 |
| Binary | 11010111 | 10101000 | 10110000 | 0 | 10110 | 10010 | 10000 | 101011110 | 100101 | 1001011 |
Color Harmonies of #D7A8B0
Complementary color
Monochromatic Colors of #D7A8B0
Black with #D7A8B0
Text Example
Text Example
White with #D7A8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8B0; }
p { color: rgb(215,168,176); }
H1.HeaderClassName
{
color: #D7A8B0;
}
.AnyTagClassName
{
color: #D7A8B0;
}
</style>
background-color css
<style>
a { background-color: #D7A8B0; }
a { background-color: rgb(215,168,176); }
div.DivClassName
{
background-color: #D7A8B0;
}
.BgClassName
{
background-color: #D7A8B0;
}
</style>
border-color css
<style>
span { border-color: #D7A8B0; }
span { border-color: rgb(215,168,176); }
td.TdClassName
{
border-color: #D7A8B0;
}
.TagClassName
{
border-color: #D7A8B0;
}
</style>