Shades of Fallow #C5A472
Tints of Fallow #C5A472
RGB
CMYK
RGB Variations
Color information
#C5A472 (or 0xC5A472) is known color: Fallow. HEX triplet: C5, A4 and 72. RGB value is (197,164,114). Sum of RGB (Red+Green+Blue) = 197+164+114=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A472 is #3A5B8D. Grayscale: #A8A8A8. Windows color (decimal): -3824526 or 7513285. OLE color: 7513285.
HSL color Cylindrical-coordinate representation of color #C5A472: hue angle of 36.14º 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 #C5A472 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 114 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.23 |
| HSL | 36.14º | 0.42% | 0.61% | - |
| HSV(B) | 36.14º | 0.42% | 0.77% | - |
| XYZ | 39.34 | 39.64 | 21.5 | - |
| YUV | 168.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 114 | 0 | 0.17 | 0.42 | 0.23 | 36.14 | 0.42 | 0.61 |
| Hex | C5 | A4 | 72 | 0 | 11 | 2A | 17 | 24 | 2A | 3D |
| Octal | 305 | 244 | 162 | 0 | 21 | 52 | 27 | 44 | 52 | 75 |
| Binary | 11000101 | 10100100 | 1110010 | 0 | 10001 | 101010 | 10111 | 100100 | 101010 | 111101 |
Color Harmonies of #C5A472
Complementary color
Monochromatic Colors of #C5A472
Black with #C5A472
Text Example
Text Example
White with #C5A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A472; }
p { color: rgb(197,164,114); }
H1.HeaderClassName
{
color: #C5A472;
}
.AnyTagClassName
{
color: #C5A472;
}
</style>
background-color css
<style>
a { background-color: #C5A472; }
a { background-color: rgb(197,164,114); }
div.DivClassName
{
background-color: #C5A472;
}
.BgClassName
{
background-color: #C5A472;
}
</style>
border-color css
<style>
span { border-color: #C5A472; }
span { border-color: rgb(197,164,114); }
td.TdClassName
{
border-color: #C5A472;
}
.TagClassName
{
border-color: #C5A472;
}
</style>