Shades of Fallow #CF9E71
Tints of Fallow #CF9E71
RGB
CMYK
RGB Variations
Color information
#CF9E71 (or 0xCF9E71) is known color: Fallow. HEX triplet: CF, 9E and 71. RGB value is (207,158,113). Sum of RGB (Red+Green+Blue) = 207+158+113=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E71 is #30618E. Grayscale: #A7A7A7. Windows color (decimal): -3170703 or 7446223. OLE color: 7446223.
HSL color Cylindrical-coordinate representation of color #CF9E71: hue angle of 28.72º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF9E71 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 113 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.19 |
| HSL | 28.72º | 0.49% | 0.63% | - |
| HSV(B) | 28.72º | 0.45% | 0.81% | - |
| XYZ | 40.94 | 38.91 | 20.98 | - |
| YUV | 167.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 113 | 0 | 0.24 | 0.45 | 0.19 | 28.72 | 0.49 | 0.63 |
| Hex | CF | 9E | 71 | 0 | 18 | 2D | 13 | 1D | 31 | 3F |
| Octal | 317 | 236 | 161 | 0 | 30 | 55 | 23 | 35 | 61 | 77 |
| Binary | 11001111 | 10011110 | 1110001 | 0 | 11000 | 101101 | 10011 | 11101 | 110001 | 111111 |
Color Harmonies of #CF9E71
Complementary color
Monochromatic Colors of #CF9E71
Black with #CF9E71
Text Example
Text Example
White with #CF9E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E71; }
p { color: rgb(207,158,113); }
H1.HeaderClassName
{
color: #CF9E71;
}
.AnyTagClassName
{
color: #CF9E71;
}
</style>
background-color css
<style>
a { background-color: #CF9E71; }
a { background-color: rgb(207,158,113); }
div.DivClassName
{
background-color: #CF9E71;
}
.BgClassName
{
background-color: #CF9E71;
}
</style>
border-color css
<style>
span { border-color: #CF9E71; }
span { border-color: rgb(207,158,113); }
td.TdClassName
{
border-color: #CF9E71;
}
.TagClassName
{
border-color: #CF9E71;
}
</style>