Shades of Pale Chestnut #CFAAAE
Tints of Pale Chestnut #CFAAAE
RGB
CMYK
RGB Variations
Color information
#CFAAAE (or 0xCFAAAE) is known color: Pale Chestnut. HEX triplet: CF, AA and AE. RGB value is (207,170,174). Sum of RGB (Red+Green+Blue) = 207+170+174=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAAE is #305551. Grayscale: #B5B5B5. Windows color (decimal): -3167570 or 11446991. OLE color: 11446991.
HSL color Cylindrical-coordinate representation of color #CFAAAE: hue angle of 353.51º 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 #CFAAAE is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 174 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.19 |
| HSL | 353.51º | 0.28% | 0.74% | - |
| HSV(B) | 353.51º | 0.18% | 0.81% | - |
| XYZ | 47.75 | 45.07 | 46.23 | - |
| YUV | 181.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 174 | 0 | 0.18 | 0.16 | 0.19 | 353.51 | 0.28 | 0.74 |
| Hex | CF | AA | AE | 0 | 12 | 10 | 13 | 162 | 1C | 4A |
| Octal | 317 | 252 | 256 | 0 | 22 | 20 | 23 | 542 | 34 | 112 |
| Binary | 11001111 | 10101010 | 10101110 | 0 | 10010 | 10000 | 10011 | 101100010 | 11100 | 1001010 |
Color Harmonies of #CFAAAE
Complementary color
Monochromatic Colors of #CFAAAE
Black with #CFAAAE
Text Example
Text Example
White with #CFAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAAE; }
p { color: rgb(207,170,174); }
H1.HeaderClassName
{
color: #CFAAAE;
}
.AnyTagClassName
{
color: #CFAAAE;
}
</style>
background-color css
<style>
a { background-color: #CFAAAE; }
a { background-color: rgb(207,170,174); }
div.DivClassName
{
background-color: #CFAAAE;
}
.BgClassName
{
background-color: #CFAAAE;
}
</style>
border-color css
<style>
span { border-color: #CFAAAE; }
span { border-color: rgb(207,170,174); }
td.TdClassName
{
border-color: #CFAAAE;
}
.TagClassName
{
border-color: #CFAAAE;
}
</style>