Shades of Pale Chestnut #DCA2A8
Tints of Pale Chestnut #DCA2A8
RGB
CMYK
RGB Variations
Color information
#DCA2A8 (or 0xDCA2A8) is known color: Pale Chestnut. HEX triplet: DC, A2 and A8. RGB value is (220,162,168). Sum of RGB (Red+Green+Blue) = 220+162+168=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2A8 is #235D57. Grayscale: #B4B4B4. Windows color (decimal): -2317656 or 11051740. OLE color: 11051740.
HSL color Cylindrical-coordinate representation of color #DCA2A8: hue angle of 353.79º 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 #DCA2A8 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 162 | 168 | - |
CMYK | 0 | 0.26 | 0.24 | 0.14 |
HSL | 353.79º | 0.45% | 0.75% | - |
HSV(B) | 353.79º | 0.26% | 0.86% | - |
XYZ | 49.5 | 43.88 | 42.91 | - |
YUV | 180.03 | 121.22 | 156.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 162 | 168 | 0 | 0.26 | 0.24 | 0.14 | 353.79 | 0.45 | 0.75 |
Hex | DC | A2 | A8 | 0 | 1A | 18 | E | 162 | 2D | 4B |
Octal | 334 | 242 | 250 | 0 | 32 | 30 | 16 | 542 | 55 | 113 |
Binary | 11011100 | 10100010 | 10101000 | 0 | 11010 | 11000 | 1110 | 101100010 | 101101 | 1001011 |
Color Harmonies of #DCA2A8
Complementary color
Monochromatic Colors of #DCA2A8
Black with #DCA2A8
Text Example
Text Example
White with #DCA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2A8; }
p { color: rgb(220,162,168); }
H1.HeaderClassName
{
color: #DCA2A8;
}
.AnyTagClassName
{
color: #DCA2A8;
}
</style>
background-color css
<style>
a { background-color: #DCA2A8; }
a { background-color: rgb(220,162,168); }
div.DivClassName
{
background-color: #DCA2A8;
}
.BgClassName
{
background-color: #DCA2A8;
}
</style>
border-color css
<style>
span { border-color: #DCA2A8; }
span { border-color: rgb(220,162,168); }
td.TdClassName
{
border-color: #DCA2A8;
}
.TagClassName
{
border-color: #DCA2A8;
}
</style>