Shades of Fallow #C59972
Tints of Fallow #C59972
RGB
CMYK
RGB Variations
Color information
#C59972 (or 0xC59972) is known color: Fallow. HEX triplet: C5, 99 and 72. RGB value is (197,153,114). Sum of RGB (Red+Green+Blue) = 197+153+114=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C59972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59972 is #3A668D. Grayscale: #A1A1A1. Windows color (decimal): -3827342 or 7510469. OLE color: 7510469.
HSL color Cylindrical-coordinate representation of color #C59972: hue angle of 28.19º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C59972 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 114 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.23 |
| HSL | 28.19º | 0.42% | 0.61% | - |
| HSV(B) | 28.19º | 0.42% | 0.77% | - |
| XYZ | 37.45 | 35.87 | 20.87 | - |
| YUV | 161.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 114 | 0 | 0.22 | 0.42 | 0.23 | 28.19 | 0.42 | 0.61 |
| Hex | C5 | 99 | 72 | 0 | 16 | 2A | 17 | 1C | 2A | 3D |
| Octal | 305 | 231 | 162 | 0 | 26 | 52 | 27 | 34 | 52 | 75 |
| Binary | 11000101 | 10011001 | 1110010 | 0 | 10110 | 101010 | 10111 | 11100 | 101010 | 111101 |
Color Harmonies of #C59972
Complementary color
Monochromatic Colors of #C59972
Black with #C59972
Text Example
Text Example
White with #C59972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59972; }
p { color: rgb(197,153,114); }
H1.HeaderClassName
{
color: #C59972;
}
.AnyTagClassName
{
color: #C59972;
}
</style>
background-color css
<style>
a { background-color: #C59972; }
a { background-color: rgb(197,153,114); }
div.DivClassName
{
background-color: #C59972;
}
.BgClassName
{
background-color: #C59972;
}
</style>
border-color css
<style>
span { border-color: #C59972; }
span { border-color: rgb(197,153,114); }
td.TdClassName
{
border-color: #C59972;
}
.TagClassName
{
border-color: #C59972;
}
</style>