Shades of Fallow #C59C72
Tints of Fallow #C59C72
RGB
CMYK
RGB Variations
Color information
#C59C72 (or 0xC59C72) is known color: Fallow. HEX triplet: C5, 9C and 72. RGB value is (197,156,114). Sum of RGB (Red+Green+Blue) = 197+156+114=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59C72 is #3A638D. Grayscale: #A3A3A3. Windows color (decimal): -3826574 or 7511237. OLE color: 7511237.
HSL color Cylindrical-coordinate representation of color #C59C72: hue angle of 30.36º 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 #C59C72 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 114 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.23 |
| HSL | 30.36º | 0.42% | 0.61% | - |
| HSV(B) | 30.36º | 0.42% | 0.77% | - |
| XYZ | 37.95 | 36.86 | 21.03 | - |
| YUV | 163.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 114 | 0 | 0.21 | 0.42 | 0.23 | 30.36 | 0.42 | 0.61 |
| Hex | C5 | 9C | 72 | 0 | 15 | 2A | 17 | 1E | 2A | 3D |
| Octal | 305 | 234 | 162 | 0 | 25 | 52 | 27 | 36 | 52 | 75 |
| Binary | 11000101 | 10011100 | 1110010 | 0 | 10101 | 101010 | 10111 | 11110 | 101010 | 111101 |
Color Harmonies of #C59C72
Complementary color
Monochromatic Colors of #C59C72
Black with #C59C72
Text Example
Text Example
White with #C59C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C72; }
p { color: rgb(197,156,114); }
H1.HeaderClassName
{
color: #C59C72;
}
.AnyTagClassName
{
color: #C59C72;
}
</style>
background-color css
<style>
a { background-color: #C59C72; }
a { background-color: rgb(197,156,114); }
div.DivClassName
{
background-color: #C59C72;
}
.BgClassName
{
background-color: #C59C72;
}
</style>
border-color css
<style>
span { border-color: #C59C72; }
span { border-color: rgb(197,156,114); }
td.TdClassName
{
border-color: #C59C72;
}
.TagClassName
{
border-color: #C59C72;
}
</style>