Shades of Fallow #C4A174
Tints of Fallow #C4A174
RGB
CMYK
RGB Variations
Color information
#C4A174 (or 0xC4A174) is known color: Fallow. HEX triplet: C4, A1 and 74. RGB value is (196,161,116). Sum of RGB (Red+Green+Blue) = 196+161+116=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A174 is #3B5E8B. Grayscale: #A6A6A6. Windows color (decimal): -3890828 or 7643588. OLE color: 7643588.
HSL color Cylindrical-coordinate representation of color #C4A174: hue angle of 33.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4A174 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 116 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.23 |
| HSL | 33.75º | 0.4% | 0.61% | - |
| HSV(B) | 33.75º | 0.41% | 0.77% | - |
| XYZ | 38.66 | 38.49 | 21.91 | - |
| YUV | 166.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 116 | 0 | 0.18 | 0.41 | 0.23 | 33.75 | 0.4 | 0.61 |
| Hex | C4 | A1 | 74 | 0 | 12 | 29 | 17 | 22 | 28 | 3D |
| Octal | 304 | 241 | 164 | 0 | 22 | 51 | 27 | 42 | 50 | 75 |
| Binary | 11000100 | 10100001 | 1110100 | 0 | 10010 | 101001 | 10111 | 100010 | 101000 | 111101 |
Color Harmonies of #C4A174
Complementary color
Monochromatic Colors of #C4A174
Black with #C4A174
Text Example
Text Example
White with #C4A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A174; }
p { color: rgb(196,161,116); }
H1.HeaderClassName
{
color: #C4A174;
}
.AnyTagClassName
{
color: #C4A174;
}
</style>
background-color css
<style>
a { background-color: #C4A174; }
a { background-color: rgb(196,161,116); }
div.DivClassName
{
background-color: #C4A174;
}
.BgClassName
{
background-color: #C4A174;
}
</style>
border-color css
<style>
span { border-color: #C4A174; }
span { border-color: rgb(196,161,116); }
td.TdClassName
{
border-color: #C4A174;
}
.TagClassName
{
border-color: #C4A174;
}
</style>