Shades of Pale Chestnut #CDA9AC
Tints of Pale Chestnut #CDA9AC
RGB
CMYK
RGB Variations
Color information
#CDA9AC (or 0xCDA9AC) is known color: Pale Chestnut. HEX triplet: CD, A9 and AC. RGB value is (205,169,172). Sum of RGB (Red+Green+Blue) = 205+169+172=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA9AC is #325653. Grayscale: #B4B4B4. Windows color (decimal): -3298900 or 11315661. OLE color: 11315661.
HSL color Cylindrical-coordinate representation of color #CDA9AC: hue angle of 355º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9AC is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 172 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.20 |
| HSL | 355º | 0.26% | 0.73% | - |
| HSV(B) | 355º | 0.18% | 0.8% | - |
| XYZ | 46.81 | 44.33 | 45.12 | - |
| YUV | 180.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 172 | 0 | 0.18 | 0.16 | 0.20 | 355 | 0.26 | 0.73 |
| Hex | CD | A9 | AC | 0 | 12 | 10 | 14 | 163 | 1A | 49 |
| Octal | 315 | 251 | 254 | 0 | 22 | 20 | 24 | 543 | 32 | 111 |
| Binary | 11001101 | 10101001 | 10101100 | 0 | 10010 | 10000 | 10100 | 101100011 | 11010 | 1001001 |
Color Harmonies of #CDA9AC
Complementary color
Monochromatic Colors of #CDA9AC
Black with #CDA9AC
Text Example
Text Example
White with #CDA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9AC; }
p { color: rgb(205,169,172); }
H1.HeaderClassName
{
color: #CDA9AC;
}
.AnyTagClassName
{
color: #CDA9AC;
}
</style>
background-color css
<style>
a { background-color: #CDA9AC; }
a { background-color: rgb(205,169,172); }
div.DivClassName
{
background-color: #CDA9AC;
}
.BgClassName
{
background-color: #CDA9AC;
}
</style>
border-color css
<style>
span { border-color: #CDA9AC; }
span { border-color: rgb(205,169,172); }
td.TdClassName
{
border-color: #CDA9AC;
}
.TagClassName
{
border-color: #CDA9AC;
}
</style>