Shades of Pale Chestnut #CDA9AB
Tints of Pale Chestnut #CDA9AB
RGB
CMYK
RGB Variations
Color information
#CDA9AB (or 0xCDA9AB) is known color: Pale Chestnut. HEX triplet: CD, A9 and AB. RGB value is (205,169,171). Sum of RGB (Red+Green+Blue) = 205+169+171=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA9AB is #325654. Grayscale: #B4B4B4. Windows color (decimal): -3298901 or 11250125. OLE color: 11250125.
HSL color Cylindrical-coordinate representation of color #CDA9AB: hue angle of 356.67º 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 #CDA9AB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 171 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.20 |
| HSL | 356.67º | 0.26% | 0.73% | - |
| HSV(B) | 356.67º | 0.18% | 0.8% | - |
| XYZ | 46.72 | 44.3 | 44.62 | - |
| YUV | 179.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 171 | 0 | 0.18 | 0.17 | 0.20 | 356.67 | 0.26 | 0.73 |
| Hex | CD | A9 | AB | 0 | 12 | 11 | 14 | 165 | 1A | 49 |
| Octal | 315 | 251 | 253 | 0 | 22 | 21 | 24 | 545 | 32 | 111 |
| Binary | 11001101 | 10101001 | 10101011 | 0 | 10010 | 10001 | 10100 | 101100101 | 11010 | 1001001 |
Color Harmonies of #CDA9AB
Complementary color
Monochromatic Colors of #CDA9AB
Black with #CDA9AB
Text Example
Text Example
White with #CDA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9AB; }
p { color: rgb(205,169,171); }
H1.HeaderClassName
{
color: #CDA9AB;
}
.AnyTagClassName
{
color: #CDA9AB;
}
</style>
background-color css
<style>
a { background-color: #CDA9AB; }
a { background-color: rgb(205,169,171); }
div.DivClassName
{
background-color: #CDA9AB;
}
.BgClassName
{
background-color: #CDA9AB;
}
</style>
border-color css
<style>
span { border-color: #CDA9AB; }
span { border-color: rgb(205,169,171); }
td.TdClassName
{
border-color: #CDA9AB;
}
.TagClassName
{
border-color: #CDA9AB;
}
</style>