Shades of Pale Chestnut #DCA2A6
Tints of Pale Chestnut #DCA2A6
RGB
CMYK
RGB Variations
Color information
#DCA2A6 (or 0xDCA2A6) is known color: Pale Chestnut. HEX triplet: DC, A2 and A6. RGB value is (220,162,166). Sum of RGB (Red+Green+Blue) = 220+162+166=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2A6 is #235D59. Grayscale: #B3B3B3. Windows color (decimal): -2317658 or 10920668. OLE color: 10920668.
HSL color Cylindrical-coordinate representation of color #DCA2A6: hue angle of 355.86º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2A6 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 166 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.14 |
| HSL | 355.86º | 0.45% | 0.75% | - |
| HSV(B) | 355.86º | 0.26% | 0.86% | - |
| XYZ | 49.32 | 43.81 | 41.93 | - |
| YUV | 179.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 166 | 0 | 0.26 | 0.25 | 0.14 | 355.86 | 0.45 | 0.75 |
| Hex | DC | A2 | A6 | 0 | 1A | 19 | E | 164 | 2D | 4B |
| Octal | 334 | 242 | 246 | 0 | 32 | 31 | 16 | 544 | 55 | 113 |
| Binary | 11011100 | 10100010 | 10100110 | 0 | 11010 | 11001 | 1110 | 101100100 | 101101 | 1001011 |
Color Harmonies of #DCA2A6
Complementary color
Monochromatic Colors of #DCA2A6
Black with #DCA2A6
Text Example
Text Example
White with #DCA2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2A6; }
p { color: rgb(220,162,166); }
H1.HeaderClassName
{
color: #DCA2A6;
}
.AnyTagClassName
{
color: #DCA2A6;
}
</style>
background-color css
<style>
a { background-color: #DCA2A6; }
a { background-color: rgb(220,162,166); }
div.DivClassName
{
background-color: #DCA2A6;
}
.BgClassName
{
background-color: #DCA2A6;
}
</style>
border-color css
<style>
span { border-color: #DCA2A6; }
span { border-color: rgb(220,162,166); }
td.TdClassName
{
border-color: #DCA2A6;
}
.TagClassName
{
border-color: #DCA2A6;
}
</style>