Shades of Fallow #C3A471
Tints of Fallow #C3A471
RGB
CMYK
RGB Variations
Color information
#C3A471 (or 0xC3A471) is known color: Fallow. HEX triplet: C3, A4 and 71. RGB value is (195,164,113). Sum of RGB (Red+Green+Blue) = 195+164+113=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A471 is #3C5B8E. Grayscale: #A7A7A7. Windows color (decimal): -3955599 or 7447747. OLE color: 7447747.
HSL color Cylindrical-coordinate representation of color #C3A471: hue angle of 37.32º degrees, saturation: 0.41, 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 #C3A471 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 113 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.24 |
| HSL | 37.32º | 0.41% | 0.6% | - |
| HSV(B) | 37.32º | 0.42% | 0.76% | - |
| XYZ | 38.76 | 39.35 | 21.17 | - |
| YUV | 167.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 113 | 0 | 0.16 | 0.42 | 0.24 | 37.32 | 0.41 | 0.6 |
| Hex | C3 | A4 | 71 | 0 | 10 | 2A | 18 | 25 | 29 | 3C |
| Octal | 303 | 244 | 161 | 0 | 20 | 52 | 30 | 45 | 51 | 74 |
| Binary | 11000011 | 10100100 | 1110001 | 0 | 10000 | 101010 | 11000 | 100101 | 101001 | 111100 |
Color Harmonies of #C3A471
Complementary color
Monochromatic Colors of #C3A471
Black with #C3A471
Text Example
Text Example
White with #C3A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A471; }
p { color: rgb(195,164,113); }
H1.HeaderClassName
{
color: #C3A471;
}
.AnyTagClassName
{
color: #C3A471;
}
</style>
background-color css
<style>
a { background-color: #C3A471; }
a { background-color: rgb(195,164,113); }
div.DivClassName
{
background-color: #C3A471;
}
.BgClassName
{
background-color: #C3A471;
}
</style>
border-color css
<style>
span { border-color: #C3A471; }
span { border-color: rgb(195,164,113); }
td.TdClassName
{
border-color: #C3A471;
}
.TagClassName
{
border-color: #C3A471;
}
</style>