Shades of Pale Chestnut #D0A6A8
Tints of Pale Chestnut #D0A6A8
RGB
CMYK
RGB Variations
Color information
#D0A6A8 (or 0xD0A6A8) is known color: Pale Chestnut. HEX triplet: D0, A6 and A8. RGB value is (208,166,168). Sum of RGB (Red+Green+Blue) = 208+166+168=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A6A8 is #2F5957. Grayscale: #B2B2B2. Windows color (decimal): -3103064 or 11052752. OLE color: 11052752.
HSL color Cylindrical-coordinate representation of color #D0A6A8: hue angle of 357.14º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0A6A8 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 168 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.18 |
| HSL | 357.14º | 0.31% | 0.73% | - |
| HSV(B) | 357.14º | 0.2% | 0.82% | - |
| XYZ | 46.72 | 43.51 | 42.98 | - |
| YUV | 178.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 168 | 0 | 0.20 | 0.19 | 0.18 | 357.14 | 0.31 | 0.73 |
| Hex | D0 | A6 | A8 | 0 | 14 | 13 | 12 | 165 | 1F | 49 |
| Octal | 320 | 246 | 250 | 0 | 24 | 23 | 22 | 545 | 37 | 111 |
| Binary | 11010000 | 10100110 | 10101000 | 0 | 10100 | 10011 | 10010 | 101100101 | 11111 | 1001001 |
Color Harmonies of #D0A6A8
Complementary color
Monochromatic Colors of #D0A6A8
Black with #D0A6A8
Text Example
Text Example
White with #D0A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6A8; }
p { color: rgb(208,166,168); }
H1.HeaderClassName
{
color: #D0A6A8;
}
.AnyTagClassName
{
color: #D0A6A8;
}
</style>
background-color css
<style>
a { background-color: #D0A6A8; }
a { background-color: rgb(208,166,168); }
div.DivClassName
{
background-color: #D0A6A8;
}
.BgClassName
{
background-color: #D0A6A8;
}
</style>
border-color css
<style>
span { border-color: #D0A6A8; }
span { border-color: rgb(208,166,168); }
td.TdClassName
{
border-color: #D0A6A8;
}
.TagClassName
{
border-color: #D0A6A8;
}
</style>