Shades of Fallow #C59672
Tints of Fallow #C59672
RGB
CMYK
RGB Variations
Color information
#C59672 (or 0xC59672) is known color: Fallow. HEX triplet: C5, 96 and 72. RGB value is (197,150,114). Sum of RGB (Red+Green+Blue) = 197+150+114=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C59672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59672 is #3A698D. Grayscale: #A0A0A0. Windows color (decimal): -3828110 or 7509701. OLE color: 7509701.
HSL color Cylindrical-coordinate representation of color #C59672: hue angle of 26.02º 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 #C59672 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 114 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.23 |
| HSL | 26.02º | 0.42% | 0.61% | - |
| HSV(B) | 26.02º | 0.42% | 0.77% | - |
| XYZ | 36.97 | 34.9 | 20.71 | - |
| YUV | 159.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 114 | 0 | 0.24 | 0.42 | 0.23 | 26.02 | 0.42 | 0.61 |
| Hex | C5 | 96 | 72 | 0 | 18 | 2A | 17 | 1A | 2A | 3D |
| Octal | 305 | 226 | 162 | 0 | 30 | 52 | 27 | 32 | 52 | 75 |
| Binary | 11000101 | 10010110 | 1110010 | 0 | 11000 | 101010 | 10111 | 11010 | 101010 | 111101 |
Color Harmonies of #C59672
Complementary color
Monochromatic Colors of #C59672
Black with #C59672
Text Example
Text Example
White with #C59672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59672; }
p { color: rgb(197,150,114); }
H1.HeaderClassName
{
color: #C59672;
}
.AnyTagClassName
{
color: #C59672;
}
</style>
background-color css
<style>
a { background-color: #C59672; }
a { background-color: rgb(197,150,114); }
div.DivClassName
{
background-color: #C59672;
}
.BgClassName
{
background-color: #C59672;
}
</style>
border-color css
<style>
span { border-color: #C59672; }
span { border-color: rgb(197,150,114); }
td.TdClassName
{
border-color: #C59672;
}
.TagClassName
{
border-color: #C59672;
}
</style>