Shades of Pale Chestnut #CFAAAF
Tints of Pale Chestnut #CFAAAF
RGB
CMYK
RGB Variations
Color information
#CFAAAF (or 0xCFAAAF) is known color: Pale Chestnut. HEX triplet: CF, AA and AF. RGB value is (207,170,175). Sum of RGB (Red+Green+Blue) = 207+170+175=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAAF is #305550. Grayscale: #B5B5B5. Windows color (decimal): -3167569 or 11512527. OLE color: 11512527.
HSL color Cylindrical-coordinate representation of color #CFAAAF: hue angle of 351.89º 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 #CFAAAF is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 175 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.19 |
| HSL | 351.89º | 0.28% | 0.74% | - |
| HSV(B) | 351.89º | 0.18% | 0.81% | - |
| XYZ | 47.84 | 45.11 | 46.74 | - |
| YUV | 181.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 175 | 0 | 0.18 | 0.15 | 0.19 | 351.89 | 0.28 | 0.74 |
| Hex | CF | AA | AF | 0 | 12 | F | 13 | 160 | 1C | 4A |
| Octal | 317 | 252 | 257 | 0 | 22 | 17 | 23 | 540 | 34 | 112 |
| Binary | 11001111 | 10101010 | 10101111 | 0 | 10010 | 1111 | 10011 | 101100000 | 11100 | 1001010 |
Color Harmonies of #CFAAAF
Complementary color
Monochromatic Colors of #CFAAAF
Black with #CFAAAF
Text Example
Text Example
White with #CFAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAAF; }
p { color: rgb(207,170,175); }
H1.HeaderClassName
{
color: #CFAAAF;
}
.AnyTagClassName
{
color: #CFAAAF;
}
</style>
background-color css
<style>
a { background-color: #CFAAAF; }
a { background-color: rgb(207,170,175); }
div.DivClassName
{
background-color: #CFAAAF;
}
.BgClassName
{
background-color: #CFAAAF;
}
</style>
border-color css
<style>
span { border-color: #CFAAAF; }
span { border-color: rgb(207,170,175); }
td.TdClassName
{
border-color: #CFAAAF;
}
.TagClassName
{
border-color: #CFAAAF;
}
</style>