Shades of Fallow #C2A470
Tints of Fallow #C2A470
RGB
CMYK
RGB Variations
Color information
#C2A470 (or 0xC2A470) is known color: Fallow. HEX triplet: C2, A4 and 70. RGB value is (194,164,112). Sum of RGB (Red+Green+Blue) = 194+164+112=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A470 is #3D5B8F. Grayscale: #A7A7A7. Windows color (decimal): -4021136 or 7382210. OLE color: 7382210.
HSL color Cylindrical-coordinate representation of color #C2A470: hue angle of 38.05º 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 #C2A470 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 112 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.24 |
| HSL | 38.05º | 0.4% | 0.6% | - |
| HSV(B) | 38.05º | 0.42% | 0.76% | - |
| XYZ | 38.45 | 39.19 | 20.87 | - |
| YUV | 167.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 112 | 0 | 0.15 | 0.42 | 0.24 | 38.05 | 0.4 | 0.6 |
| Hex | C2 | A4 | 70 | 0 | F | 2A | 18 | 26 | 28 | 3C |
| Octal | 302 | 244 | 160 | 0 | 17 | 52 | 30 | 46 | 50 | 74 |
| Binary | 11000010 | 10100100 | 1110000 | 0 | 1111 | 101010 | 11000 | 100110 | 101000 | 111100 |
Color Harmonies of #C2A470
Complementary color
Monochromatic Colors of #C2A470
Black with #C2A470
Text Example
Text Example
White with #C2A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A470; }
p { color: rgb(194,164,112); }
H1.HeaderClassName
{
color: #C2A470;
}
.AnyTagClassName
{
color: #C2A470;
}
</style>
background-color css
<style>
a { background-color: #C2A470; }
a { background-color: rgb(194,164,112); }
div.DivClassName
{
background-color: #C2A470;
}
.BgClassName
{
background-color: #C2A470;
}
</style>
border-color css
<style>
span { border-color: #C2A470; }
span { border-color: rgb(194,164,112); }
td.TdClassName
{
border-color: #C2A470;
}
.TagClassName
{
border-color: #C2A470;
}
</style>