Shades of Pale Chestnut #DC9FA2
Tints of Pale Chestnut #DC9FA2
RGB
CMYK
RGB Variations
Color information
#DC9FA2 (or 0xDC9FA2) is known color: Pale Chestnut. HEX triplet: DC, 9F and A2. RGB value is (220,159,162). Sum of RGB (Red+Green+Blue) = 220+159+162=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FA2 is #23605D. Grayscale: #B1B1B1. Windows color (decimal): -2318430 or 10657756. OLE color: 10657756.
HSL color Cylindrical-coordinate representation of color #DC9FA2: hue angle of 357.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FA2 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 162 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.14 |
| HSL | 357.05º | 0.47% | 0.74% | - |
| HSV(B) | 357.05º | 0.28% | 0.86% | - |
| XYZ | 48.43 | 42.62 | 39.86 | - |
| YUV | 177.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 162 | 0 | 0.28 | 0.26 | 0.14 | 357.05 | 0.47 | 0.74 |
| Hex | DC | 9F | A2 | 0 | 1C | 1A | E | 165 | 2F | 4A |
| Octal | 334 | 237 | 242 | 0 | 34 | 32 | 16 | 545 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10100010 | 0 | 11100 | 11010 | 1110 | 101100101 | 101111 | 1001010 |
Color Harmonies of #DC9FA2
Complementary color
Monochromatic Colors of #DC9FA2
Black with #DC9FA2
Text Example
Text Example
White with #DC9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FA2; }
p { color: rgb(220,159,162); }
H1.HeaderClassName
{
color: #DC9FA2;
}
.AnyTagClassName
{
color: #DC9FA2;
}
</style>
background-color css
<style>
a { background-color: #DC9FA2; }
a { background-color: rgb(220,159,162); }
div.DivClassName
{
background-color: #DC9FA2;
}
.BgClassName
{
background-color: #DC9FA2;
}
</style>
border-color css
<style>
span { border-color: #DC9FA2; }
span { border-color: rgb(220,159,162); }
td.TdClassName
{
border-color: #DC9FA2;
}
.TagClassName
{
border-color: #DC9FA2;
}
</style>