Shades of Fallow #C2A471
Tints of Fallow #C2A471
RGB
CMYK
RGB Variations
Color information
#C2A471 (or 0xC2A471) is known color: Fallow. HEX triplet: C2, A4 and 71. RGB value is (194,164,113). Sum of RGB (Red+Green+Blue) = 194+164+113=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A471 is #3D5B8E. Grayscale: #A7A7A7. Windows color (decimal): -4021135 or 7447746. OLE color: 7447746.
HSL color Cylindrical-coordinate representation of color #C2A471: hue angle of 37.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2A471 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 113 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.24 |
| HSL | 37.78º | 0.4% | 0.6% | - |
| HSV(B) | 37.78º | 0.42% | 0.76% | - |
| XYZ | 38.5 | 39.21 | 21.16 | - |
| YUV | 167.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 113 | 0 | 0.15 | 0.42 | 0.24 | 37.78 | 0.4 | 0.6 |
| Hex | C2 | A4 | 71 | 0 | F | 2A | 18 | 26 | 28 | 3C |
| Octal | 302 | 244 | 161 | 0 | 17 | 52 | 30 | 46 | 50 | 74 |
| Binary | 11000010 | 10100100 | 1110001 | 0 | 1111 | 101010 | 11000 | 100110 | 101000 | 111100 |
Color Harmonies of #C2A471
Complementary color
Monochromatic Colors of #C2A471
Black with #C2A471
Text Example
Text Example
White with #C2A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A471; }
p { color: rgb(194,164,113); }
H1.HeaderClassName
{
color: #C2A471;
}
.AnyTagClassName
{
color: #C2A471;
}
</style>
background-color css
<style>
a { background-color: #C2A471; }
a { background-color: rgb(194,164,113); }
div.DivClassName
{
background-color: #C2A471;
}
.BgClassName
{
background-color: #C2A471;
}
</style>
border-color css
<style>
span { border-color: #C2A471; }
span { border-color: rgb(194,164,113); }
td.TdClassName
{
border-color: #C2A471;
}
.TagClassName
{
border-color: #C2A471;
}
</style>