Shades of Fallow #C3A472
Tints of Fallow #C3A472
RGB
CMYK
RGB Variations
Color information
#C3A472 (or 0xC3A472) is known color: Fallow. HEX triplet: C3, A4 and 72. RGB value is (195,164,114). Sum of RGB (Red+Green+Blue) = 195+164+114=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A472 is #3C5B8D. Grayscale: #A7A7A7. Windows color (decimal): -3955598 or 7513283. OLE color: 7513283.
HSL color Cylindrical-coordinate representation of color #C3A472: hue angle of 37.04º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3A472 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 114 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.24 |
| HSL | 37.04º | 0.4% | 0.61% | - |
| HSV(B) | 37.04º | 0.42% | 0.76% | - |
| XYZ | 38.82 | 39.37 | 21.47 | - |
| YUV | 167.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 114 | 0 | 0.16 | 0.42 | 0.24 | 37.04 | 0.4 | 0.61 |
| Hex | C3 | A4 | 72 | 0 | 10 | 2A | 18 | 25 | 28 | 3D |
| Octal | 303 | 244 | 162 | 0 | 20 | 52 | 30 | 45 | 50 | 75 |
| Binary | 11000011 | 10100100 | 1110010 | 0 | 10000 | 101010 | 11000 | 100101 | 101000 | 111101 |
Color Harmonies of #C3A472
Complementary color
Monochromatic Colors of #C3A472
Black with #C3A472
Text Example
Text Example
White with #C3A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A472; }
p { color: rgb(195,164,114); }
H1.HeaderClassName
{
color: #C3A472;
}
.AnyTagClassName
{
color: #C3A472;
}
</style>
background-color css
<style>
a { background-color: #C3A472; }
a { background-color: rgb(195,164,114); }
div.DivClassName
{
background-color: #C3A472;
}
.BgClassName
{
background-color: #C3A472;
}
</style>
border-color css
<style>
span { border-color: #C3A472; }
span { border-color: rgb(195,164,114); }
td.TdClassName
{
border-color: #C3A472;
}
.TagClassName
{
border-color: #C3A472;
}
</style>