Shades of Fallow #C59870
Tints of Fallow #C59870
RGB
CMYK
RGB Variations
Color information
#C59870 (or 0xC59870) is known color: Fallow. HEX triplet: C5, 98 and 70. RGB value is (197,152,112). Sum of RGB (Red+Green+Blue) = 197+152+112=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C59870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59870 is #3A678F. Grayscale: #A1A1A1. Windows color (decimal): -3827600 or 7379141. OLE color: 7379141.
HSL color Cylindrical-coordinate representation of color #C59870: hue angle of 28.24º 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 #C59870 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 112 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.23 |
| HSL | 28.24º | 0.42% | 0.61% | - |
| HSV(B) | 28.24º | 0.43% | 0.77% | - |
| XYZ | 37.18 | 35.5 | 20.22 | - |
| YUV | 160.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 112 | 0 | 0.23 | 0.43 | 0.23 | 28.24 | 0.42 | 0.61 |
| Hex | C5 | 98 | 70 | 0 | 17 | 2B | 17 | 1C | 2A | 3D |
| Octal | 305 | 230 | 160 | 0 | 27 | 53 | 27 | 34 | 52 | 75 |
| Binary | 11000101 | 10011000 | 1110000 | 0 | 10111 | 101011 | 10111 | 11100 | 101010 | 111101 |
Color Harmonies of #C59870
Complementary color
Monochromatic Colors of #C59870
Black with #C59870
Text Example
Text Example
White with #C59870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59870; }
p { color: rgb(197,152,112); }
H1.HeaderClassName
{
color: #C59870;
}
.AnyTagClassName
{
color: #C59870;
}
</style>
background-color css
<style>
a { background-color: #C59870; }
a { background-color: rgb(197,152,112); }
div.DivClassName
{
background-color: #C59870;
}
.BgClassName
{
background-color: #C59870;
}
</style>
border-color css
<style>
span { border-color: #C59870; }
span { border-color: rgb(197,152,112); }
td.TdClassName
{
border-color: #C59870;
}
.TagClassName
{
border-color: #C59870;
}
</style>