Shades of Pale Chestnut #CDA8AA
Tints of Pale Chestnut #CDA8AA
RGB
CMYK
RGB Variations
Color information
#CDA8AA (or 0xCDA8AA) is known color: Pale Chestnut. HEX triplet: CD, A8 and AA. RGB value is (205,168,170). Sum of RGB (Red+Green+Blue) = 205+168+170=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA8AA is #325755. Grayscale: #B3B3B3. Windows color (decimal): -3299158 or 11184333. OLE color: 11184333.
HSL color Cylindrical-coordinate representation of color #CDA8AA: hue angle of 356.76º 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 #CDA8AA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 168 | 170 | - |
CMYK | 0 | 0.18 | 0.17 | 0.20 |
HSL | 356.76º | 0.27% | 0.73% | - |
HSV(B) | 356.76º | 0.18% | 0.8% | - |
XYZ | 46.44 | 43.89 | 44.05 | - |
YUV | 179.29 | 122.76 | 146.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 168 | 170 | 0 | 0.18 | 0.17 | 0.20 | 356.76 | 0.27 | 0.73 |
Hex | CD | A8 | AA | 0 | 12 | 11 | 14 | 165 | 1B | 49 |
Octal | 315 | 250 | 252 | 0 | 22 | 21 | 24 | 545 | 33 | 111 |
Binary | 11001101 | 10101000 | 10101010 | 0 | 10010 | 10001 | 10100 | 101100101 | 11011 | 1001001 |
Color Harmonies of #CDA8AA
Complementary color
Monochromatic Colors of #CDA8AA
Black with #CDA8AA
Text Example
Text Example
White with #CDA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8AA; }
p { color: rgb(205,168,170); }
H1.HeaderClassName
{
color: #CDA8AA;
}
.AnyTagClassName
{
color: #CDA8AA;
}
</style>
background-color css
<style>
a { background-color: #CDA8AA; }
a { background-color: rgb(205,168,170); }
div.DivClassName
{
background-color: #CDA8AA;
}
.BgClassName
{
background-color: #CDA8AA;
}
</style>
border-color css
<style>
span { border-color: #CDA8AA; }
span { border-color: rgb(205,168,170); }
td.TdClassName
{
border-color: #CDA8AA;
}
.TagClassName
{
border-color: #CDA8AA;
}
</style>