Shades of Pale Chestnut #CDA8AB
Tints of Pale Chestnut #CDA8AB
RGB
CMYK
RGB Variations
Color information
#CDA8AB (or 0xCDA8AB) is known color: Pale Chestnut. HEX triplet: CD, A8 and AB. RGB value is (205,168,171). Sum of RGB (Red+Green+Blue) = 205+168+171=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA8AB is #325754. Grayscale: #B3B3B3. Windows color (decimal): -3299157 or 11249869. OLE color: 11249869.
HSL color Cylindrical-coordinate representation of color #CDA8AB: hue angle of 355.14º degrees, saturation: 0.27, 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 #CDA8AB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 171 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.20 |
| HSL | 355.14º | 0.27% | 0.73% | - |
| HSV(B) | 355.14º | 0.18% | 0.8% | - |
| XYZ | 46.53 | 43.92 | 44.55 | - |
| YUV | 179.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 171 | 0 | 0.18 | 0.17 | 0.20 | 355.14 | 0.27 | 0.73 |
| Hex | CD | A8 | AB | 0 | 12 | 11 | 14 | 163 | 1B | 49 |
| Octal | 315 | 250 | 253 | 0 | 22 | 21 | 24 | 543 | 33 | 111 |
| Binary | 11001101 | 10101000 | 10101011 | 0 | 10010 | 10001 | 10100 | 101100011 | 11011 | 1001001 |
Color Harmonies of #CDA8AB
Complementary color
Monochromatic Colors of #CDA8AB
Black with #CDA8AB
Text Example
Text Example
White with #CDA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8AB; }
p { color: rgb(205,168,171); }
H1.HeaderClassName
{
color: #CDA8AB;
}
.AnyTagClassName
{
color: #CDA8AB;
}
</style>
background-color css
<style>
a { background-color: #CDA8AB; }
a { background-color: rgb(205,168,171); }
div.DivClassName
{
background-color: #CDA8AB;
}
.BgClassName
{
background-color: #CDA8AB;
}
</style>
border-color css
<style>
span { border-color: #CDA8AB; }
span { border-color: rgb(205,168,171); }
td.TdClassName
{
border-color: #CDA8AB;
}
.TagClassName
{
border-color: #CDA8AB;
}
</style>