Shades of Fallow #C59F71
Tints of Fallow #C59F71
RGB
CMYK
RGB Variations
Color information
#C59F71 (or 0xC59F71) is known color: Fallow. HEX triplet: C5, 9F and 71. RGB value is (197,159,113). Sum of RGB (Red+Green+Blue) = 197+159+113=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F71 is #3A608E. Grayscale: #A5A5A5. Windows color (decimal): -3825807 or 7446469. OLE color: 7446469.
HSL color Cylindrical-coordinate representation of color #C59F71: hue angle of 32.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C59F71 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 113 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.23 |
| HSL | 32.86º | 0.42% | 0.61% | - |
| HSV(B) | 32.86º | 0.43% | 0.77% | - |
| XYZ | 38.4 | 37.86 | 20.91 | - |
| YUV | 165.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 113 | 0 | 0.19 | 0.43 | 0.23 | 32.86 | 0.42 | 0.61 |
| Hex | C5 | 9F | 71 | 0 | 13 | 2B | 17 | 21 | 2A | 3D |
| Octal | 305 | 237 | 161 | 0 | 23 | 53 | 27 | 41 | 52 | 75 |
| Binary | 11000101 | 10011111 | 1110001 | 0 | 10011 | 101011 | 10111 | 100001 | 101010 | 111101 |
Color Harmonies of #C59F71
Complementary color
Monochromatic Colors of #C59F71
Black with #C59F71
Text Example
Text Example
White with #C59F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F71; }
p { color: rgb(197,159,113); }
H1.HeaderClassName
{
color: #C59F71;
}
.AnyTagClassName
{
color: #C59F71;
}
</style>
background-color css
<style>
a { background-color: #C59F71; }
a { background-color: rgb(197,159,113); }
div.DivClassName
{
background-color: #C59F71;
}
.BgClassName
{
background-color: #C59F71;
}
</style>
border-color css
<style>
span { border-color: #C59F71; }
span { border-color: rgb(197,159,113); }
td.TdClassName
{
border-color: #C59F71;
}
.TagClassName
{
border-color: #C59F71;
}
</style>