Shades of Pale Chestnut #CFA9AD
Tints of Pale Chestnut #CFA9AD
RGB
CMYK
RGB Variations
Color information
#CFA9AD (or 0xCFA9AD) is known color: Pale Chestnut. HEX triplet: CF, A9 and AD. RGB value is (207,169,173). Sum of RGB (Red+Green+Blue) = 207+169+173=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9AD is #305652. Grayscale: #B4B4B4. Windows color (decimal): -3167827 or 11381199. OLE color: 11381199.
HSL color Cylindrical-coordinate representation of color #CFA9AD: hue angle of 353.68º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9AD is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 173 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.19 |
| HSL | 353.68º | 0.28% | 0.74% | - |
| HSV(B) | 353.68º | 0.18% | 0.81% | - |
| XYZ | 47.46 | 44.66 | 45.65 | - |
| YUV | 180.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 173 | 0 | 0.18 | 0.16 | 0.19 | 353.68 | 0.28 | 0.74 |
| Hex | CF | A9 | AD | 0 | 12 | 10 | 13 | 162 | 1C | 4A |
| Octal | 317 | 251 | 255 | 0 | 22 | 20 | 23 | 542 | 34 | 112 |
| Binary | 11001111 | 10101001 | 10101101 | 0 | 10010 | 10000 | 10011 | 101100010 | 11100 | 1001010 |
Color Harmonies of #CFA9AD
Complementary color
Monochromatic Colors of #CFA9AD
Black with #CFA9AD
Text Example
Text Example
White with #CFA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9AD; }
p { color: rgb(207,169,173); }
H1.HeaderClassName
{
color: #CFA9AD;
}
.AnyTagClassName
{
color: #CFA9AD;
}
</style>
background-color css
<style>
a { background-color: #CFA9AD; }
a { background-color: rgb(207,169,173); }
div.DivClassName
{
background-color: #CFA9AD;
}
.BgClassName
{
background-color: #CFA9AD;
}
</style>
border-color css
<style>
span { border-color: #CFA9AD; }
span { border-color: rgb(207,169,173); }
td.TdClassName
{
border-color: #CFA9AD;
}
.TagClassName
{
border-color: #CFA9AD;
}
</style>