Shades of Fallow #C5A372
Tints of Fallow #C5A372
RGB
CMYK
RGB Variations
Color information
#C5A372 (or 0xC5A372) is known color: Fallow. HEX triplet: C5, A3 and 72. RGB value is (197,163,114). Sum of RGB (Red+Green+Blue) = 197+163+114=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A372 is #3A5C8D. Grayscale: #A7A7A7. Windows color (decimal): -3824782 or 7513029. OLE color: 7513029.
HSL color Cylindrical-coordinate representation of color #C5A372: hue angle of 35.42º 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 #C5A372 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 114 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.23 |
| HSL | 35.42º | 0.42% | 0.61% | - |
| HSV(B) | 35.42º | 0.42% | 0.77% | - |
| XYZ | 39.16 | 39.28 | 21.44 | - |
| YUV | 167.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 114 | 0 | 0.17 | 0.42 | 0.23 | 35.42 | 0.42 | 0.61 |
| Hex | C5 | A3 | 72 | 0 | 11 | 2A | 17 | 23 | 2A | 3D |
| Octal | 305 | 243 | 162 | 0 | 21 | 52 | 27 | 43 | 52 | 75 |
| Binary | 11000101 | 10100011 | 1110010 | 0 | 10001 | 101010 | 10111 | 100011 | 101010 | 111101 |
Color Harmonies of #C5A372
Complementary color
Monochromatic Colors of #C5A372
Black with #C5A372
Text Example
Text Example
White with #C5A372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A372; }
p { color: rgb(197,163,114); }
H1.HeaderClassName
{
color: #C5A372;
}
.AnyTagClassName
{
color: #C5A372;
}
</style>
background-color css
<style>
a { background-color: #C5A372; }
a { background-color: rgb(197,163,114); }
div.DivClassName
{
background-color: #C5A372;
}
.BgClassName
{
background-color: #C5A372;
}
</style>
border-color css
<style>
span { border-color: #C5A372; }
span { border-color: rgb(197,163,114); }
td.TdClassName
{
border-color: #C5A372;
}
.TagClassName
{
border-color: #C5A372;
}
</style>