Shades of Pale Chestnut #CDA8AC
Tints of Pale Chestnut #CDA8AC
RGB
CMYK
RGB Variations
Color information
#CDA8AC (or 0xCDA8AC) is known color: Pale Chestnut. HEX triplet: CD, A8 and AC. RGB value is (205,168,172). Sum of RGB (Red+Green+Blue) = 205+168+172=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA8AC is #325753. Grayscale: #B3B3B3. Windows color (decimal): -3299156 or 11315405. OLE color: 11315405.
HSL color Cylindrical-coordinate representation of color #CDA8AC: hue angle of 353.51º 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 #CDA8AC is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 172 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.20 |
| HSL | 353.51º | 0.27% | 0.73% | - |
| HSV(B) | 353.51º | 0.18% | 0.8% | - |
| XYZ | 46.63 | 43.96 | 45.06 | - |
| YUV | 179.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 172 | 0 | 0.18 | 0.16 | 0.20 | 353.51 | 0.27 | 0.73 |
| Hex | CD | A8 | AC | 0 | 12 | 10 | 14 | 162 | 1B | 49 |
| Octal | 315 | 250 | 254 | 0 | 22 | 20 | 24 | 542 | 33 | 111 |
| Binary | 11001101 | 10101000 | 10101100 | 0 | 10010 | 10000 | 10100 | 101100010 | 11011 | 1001001 |
Color Harmonies of #CDA8AC
Complementary color
Monochromatic Colors of #CDA8AC
Black with #CDA8AC
Text Example
Text Example
White with #CDA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8AC; }
p { color: rgb(205,168,172); }
H1.HeaderClassName
{
color: #CDA8AC;
}
.AnyTagClassName
{
color: #CDA8AC;
}
</style>
background-color css
<style>
a { background-color: #CDA8AC; }
a { background-color: rgb(205,168,172); }
div.DivClassName
{
background-color: #CDA8AC;
}
.BgClassName
{
background-color: #CDA8AC;
}
</style>
border-color css
<style>
span { border-color: #CDA8AC; }
span { border-color: rgb(205,168,172); }
td.TdClassName
{
border-color: #CDA8AC;
}
.TagClassName
{
border-color: #CDA8AC;
}
</style>