Shades of Pale Chestnut #CFABAE
Tints of Pale Chestnut #CFABAE
RGB
CMYK
RGB Variations
Color information
#CFABAE (or 0xCFABAE) is known color: Pale Chestnut. HEX triplet: CF, AB and AE. RGB value is (207,171,174). Sum of RGB (Red+Green+Blue) = 207+171+174=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABAE is #305451. Grayscale: #B6B6B6. Windows color (decimal): -3167314 or 11447247. OLE color: 11447247.
HSL color Cylindrical-coordinate representation of color #CFABAE: hue angle of 355º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABAE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 174 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.19 |
| HSL | 355º | 0.27% | 0.74% | - |
| HSV(B) | 355º | 0.17% | 0.81% | - |
| XYZ | 47.94 | 45.45 | 46.29 | - |
| YUV | 182.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 174 | 0 | 0.17 | 0.16 | 0.19 | 355 | 0.27 | 0.74 |
| Hex | CF | AB | AE | 0 | 11 | 10 | 13 | 163 | 1B | 4A |
| Octal | 317 | 253 | 256 | 0 | 21 | 20 | 23 | 543 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10101110 | 0 | 10001 | 10000 | 10011 | 101100011 | 11011 | 1001010 |
Color Harmonies of #CFABAE
Complementary color
Monochromatic Colors of #CFABAE
Black with #CFABAE
Text Example
Text Example
White with #CFABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABAE; }
p { color: rgb(207,171,174); }
H1.HeaderClassName
{
color: #CFABAE;
}
.AnyTagClassName
{
color: #CFABAE;
}
</style>
background-color css
<style>
a { background-color: #CFABAE; }
a { background-color: rgb(207,171,174); }
div.DivClassName
{
background-color: #CFABAE;
}
.BgClassName
{
background-color: #CFABAE;
}
</style>
border-color css
<style>
span { border-color: #CFABAE; }
span { border-color: rgb(207,171,174); }
td.TdClassName
{
border-color: #CFABAE;
}
.TagClassName
{
border-color: #CFABAE;
}
</style>