Shades of Fallow #C2A474
Tints of Fallow #C2A474
RGB
CMYK
RGB Variations
Color information
#C2A474 (or 0xC2A474) is known color: Fallow. HEX triplet: C2, A4 and 74. RGB value is (194,164,116). Sum of RGB (Red+Green+Blue) = 194+164+116=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A474 is #3D5B8B. Grayscale: #A7A7A7. Windows color (decimal): -4021132 or 7644354. OLE color: 7644354.
HSL color Cylindrical-coordinate representation of color #C2A474: hue angle of 36.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2A474 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 116 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.24 |
| HSL | 36.92º | 0.39% | 0.61% | - |
| HSV(B) | 36.92º | 0.4% | 0.76% | - |
| XYZ | 38.68 | 39.28 | 22.07 | - |
| YUV | 167.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 116 | 0 | 0.15 | 0.40 | 0.24 | 36.92 | 0.39 | 0.61 |
| Hex | C2 | A4 | 74 | 0 | F | 28 | 18 | 25 | 27 | 3D |
| Octal | 302 | 244 | 164 | 0 | 17 | 50 | 30 | 45 | 47 | 75 |
| Binary | 11000010 | 10100100 | 1110100 | 0 | 1111 | 101000 | 11000 | 100101 | 100111 | 111101 |
Color Harmonies of #C2A474
Complementary color
Monochromatic Colors of #C2A474
Black with #C2A474
Text Example
Text Example
White with #C2A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A474; }
p { color: rgb(194,164,116); }
H1.HeaderClassName
{
color: #C2A474;
}
.AnyTagClassName
{
color: #C2A474;
}
</style>
background-color css
<style>
a { background-color: #C2A474; }
a { background-color: rgb(194,164,116); }
div.DivClassName
{
background-color: #C2A474;
}
.BgClassName
{
background-color: #C2A474;
}
</style>
border-color css
<style>
span { border-color: #C2A474; }
span { border-color: rgb(194,164,116); }
td.TdClassName
{
border-color: #C2A474;
}
.TagClassName
{
border-color: #C2A474;
}
</style>