Shades of Pale Chestnut #D2A6A8
Tints of Pale Chestnut #D2A6A8
RGB
CMYK
RGB Variations
Color information
#D2A6A8 (or 0xD2A6A8) is known color: Pale Chestnut. HEX triplet: D2, A6 and A8. RGB value is (210,166,168). Sum of RGB (Red+Green+Blue) = 210+166+168=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A6A8 is #2D5957. Grayscale: #B3B3B3. Windows color (decimal): -2971992 or 11052754. OLE color: 11052754.
HSL color Cylindrical-coordinate representation of color #D2A6A8: hue angle of 357.27º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6A8 is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 168 | - |
| CMYK | 0 | 0.21 | 0.2 | 0.18 |
| HSL | 357.27º | 0.33% | 0.74% | - |
| HSV(B) | 357.27º | 0.21% | 0.82% | - |
| XYZ | 47.28 | 43.8 | 43.01 | - |
| YUV | 179.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 168 | 0 | 0.21 | 0.2 | 0.18 | 357.27 | 0.33 | 0.74 |
| Hex | D2 | A6 | A8 | 0 | 15 | 14 | 12 | 165 | 21 | 4A |
| Octal | 322 | 246 | 250 | 0 | 25 | 24 | 22 | 545 | 41 | 112 |
| Binary | 11010010 | 10100110 | 10101000 | 0 | 10101 | 10100 | 10010 | 101100101 | 100001 | 1001010 |
Color Harmonies of #D2A6A8
Complementary color
Monochromatic Colors of #D2A6A8
Black with #D2A6A8
Text Example
Text Example
White with #D2A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A6A8; }
p { color: rgb(210,166,168); }
H1.HeaderClassName
{
color: #D2A6A8;
}
.AnyTagClassName
{
color: #D2A6A8;
}
</style>
background-color css
<style>
a { background-color: #D2A6A8; }
a { background-color: rgb(210,166,168); }
div.DivClassName
{
background-color: #D2A6A8;
}
.BgClassName
{
background-color: #D2A6A8;
}
</style>
border-color css
<style>
span { border-color: #D2A6A8; }
span { border-color: rgb(210,166,168); }
td.TdClassName
{
border-color: #D2A6A8;
}
.TagClassName
{
border-color: #D2A6A8;
}
</style>