Shades of Pale Chestnut #CFA8AC
Tints of Pale Chestnut #CFA8AC
RGB
CMYK
RGB Variations
Color information
#CFA8AC (or 0xCFA8AC) is known color: Pale Chestnut. HEX triplet: CF, A8 and AC. RGB value is (207,168,172). Sum of RGB (Red+Green+Blue) = 207+168+172=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8AC is #305753. Grayscale: #B4B4B4. Windows color (decimal): -3168084 or 11315407. OLE color: 11315407.
HSL color Cylindrical-coordinate representation of color #CFA8AC: hue angle of 353.85º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8AC is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 172 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.19 |
| HSL | 353.85º | 0.29% | 0.74% | - |
| HSV(B) | 353.85º | 0.19% | 0.81% | - |
| XYZ | 47.18 | 44.25 | 45.08 | - |
| YUV | 180.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 172 | 0 | 0.19 | 0.17 | 0.19 | 353.85 | 0.29 | 0.74 |
| Hex | CF | A8 | AC | 0 | 13 | 11 | 13 | 162 | 1D | 4A |
| Octal | 317 | 250 | 254 | 0 | 23 | 21 | 23 | 542 | 35 | 112 |
| Binary | 11001111 | 10101000 | 10101100 | 0 | 10011 | 10001 | 10011 | 101100010 | 11101 | 1001010 |
Color Harmonies of #CFA8AC
Complementary color
Monochromatic Colors of #CFA8AC
Black with #CFA8AC
Text Example
Text Example
White with #CFA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8AC; }
p { color: rgb(207,168,172); }
H1.HeaderClassName
{
color: #CFA8AC;
}
.AnyTagClassName
{
color: #CFA8AC;
}
</style>
background-color css
<style>
a { background-color: #CFA8AC; }
a { background-color: rgb(207,168,172); }
div.DivClassName
{
background-color: #CFA8AC;
}
.BgClassName
{
background-color: #CFA8AC;
}
</style>
border-color css
<style>
span { border-color: #CFA8AC; }
span { border-color: rgb(207,168,172); }
td.TdClassName
{
border-color: #CFA8AC;
}
.TagClassName
{
border-color: #CFA8AC;
}
</style>