Shades of Pale Chestnut #CFA7B0
Tints of Pale Chestnut #CFA7B0
RGB
CMYK
RGB Variations
Color information
#CFA7B0 (or 0xCFA7B0) is known color: Pale Chestnut. HEX triplet: CF, A7 and B0. RGB value is (207,167,176). Sum of RGB (Red+Green+Blue) = 207+167+176=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7B0 is #30584F. Grayscale: #B3B3B3. Windows color (decimal): -3168336 or 11577295. OLE color: 11577295.
HSL color Cylindrical-coordinate representation of color #CFA7B0: hue angle of 346.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA7B0 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 176 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.19 |
| HSL | 346.5º | 0.29% | 0.73% | - |
| HSV(B) | 346.5º | 0.19% | 0.81% | - |
| XYZ | 47.39 | 44.04 | 47.08 | - |
| YUV | 179.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 176 | 0 | 0.19 | 0.15 | 0.19 | 346.5 | 0.29 | 0.73 |
| Hex | CF | A7 | B0 | 0 | 13 | F | 13 | 15A | 1D | 49 |
| Octal | 317 | 247 | 260 | 0 | 23 | 17 | 23 | 532 | 35 | 111 |
| Binary | 11001111 | 10100111 | 10110000 | 0 | 10011 | 1111 | 10011 | 101011010 | 11101 | 1001001 |
Color Harmonies of #CFA7B0
Complementary color
Monochromatic Colors of #CFA7B0
Black with #CFA7B0
Text Example
Text Example
White with #CFA7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA7B0; }
p { color: rgb(207,167,176); }
H1.HeaderClassName
{
color: #CFA7B0;
}
.AnyTagClassName
{
color: #CFA7B0;
}
</style>
background-color css
<style>
a { background-color: #CFA7B0; }
a { background-color: rgb(207,167,176); }
div.DivClassName
{
background-color: #CFA7B0;
}
.BgClassName
{
background-color: #CFA7B0;
}
</style>
border-color css
<style>
span { border-color: #CFA7B0; }
span { border-color: rgb(207,167,176); }
td.TdClassName
{
border-color: #CFA7B0;
}
.TagClassName
{
border-color: #CFA7B0;
}
</style>