Shades of Fallow #C4A070
Tints of Fallow #C4A070
RGB
CMYK
RGB Variations
Color information
#C4A070 (or 0xC4A070) is known color: Fallow. HEX triplet: C4, A0 and 70. RGB value is (196,160,112). Sum of RGB (Red+Green+Blue) = 196+160+112=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A070 is #3B5F8F. Grayscale: #A5A5A5. Windows color (decimal): -3891088 or 7381188. OLE color: 7381188.
HSL color Cylindrical-coordinate representation of color #C4A070: hue angle of 34.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4A070 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 112 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.23 |
| HSL | 34.29º | 0.42% | 0.6% | - |
| HSV(B) | 34.29º | 0.43% | 0.77% | - |
| XYZ | 38.26 | 38.05 | 20.66 | - |
| YUV | 165.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 112 | 0 | 0.18 | 0.43 | 0.23 | 34.29 | 0.42 | 0.6 |
| Hex | C4 | A0 | 70 | 0 | 12 | 2B | 17 | 22 | 2A | 3C |
| Octal | 304 | 240 | 160 | 0 | 22 | 53 | 27 | 42 | 52 | 74 |
| Binary | 11000100 | 10100000 | 1110000 | 0 | 10010 | 101011 | 10111 | 100010 | 101010 | 111100 |
Color Harmonies of #C4A070
Complementary color
Monochromatic Colors of #C4A070
Black with #C4A070
Text Example
Text Example
White with #C4A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A070; }
p { color: rgb(196,160,112); }
H1.HeaderClassName
{
color: #C4A070;
}
.AnyTagClassName
{
color: #C4A070;
}
</style>
background-color css
<style>
a { background-color: #C4A070; }
a { background-color: rgb(196,160,112); }
div.DivClassName
{
background-color: #C4A070;
}
.BgClassName
{
background-color: #C4A070;
}
</style>
border-color css
<style>
span { border-color: #C4A070; }
span { border-color: rgb(196,160,112); }
td.TdClassName
{
border-color: #C4A070;
}
.TagClassName
{
border-color: #C4A070;
}
</style>