Shades of Fallow #C2A077
Tints of Fallow #C2A077
RGB
CMYK
RGB Variations
Color information
#C2A077 (or 0xC2A077) is known color: Fallow. HEX triplet: C2, A0 and 77. RGB value is (194,160,119). Sum of RGB (Red+Green+Blue) = 194+160+119=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A077 is #3D5F88. Grayscale: #A5A5A5. Windows color (decimal): -4022153 or 7839938. OLE color: 7839938.
HSL color Cylindrical-coordinate representation of color #C2A077: hue angle of 32.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2A077 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 119 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.24 |
| HSL | 32.8º | 0.38% | 0.61% | - |
| HSV(B) | 32.8º | 0.39% | 0.76% | - |
| XYZ | 38.15 | 37.94 | 22.77 | - |
| YUV | 165.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 119 | 0 | 0.18 | 0.39 | 0.24 | 32.8 | 0.38 | 0.61 |
| Hex | C2 | A0 | 77 | 0 | 12 | 27 | 18 | 21 | 26 | 3D |
| Octal | 302 | 240 | 167 | 0 | 22 | 47 | 30 | 41 | 46 | 75 |
| Binary | 11000010 | 10100000 | 1110111 | 0 | 10010 | 100111 | 11000 | 100001 | 100110 | 111101 |
Color Harmonies of #C2A077
Complementary color
Monochromatic Colors of #C2A077
Black with #C2A077
Text Example
Text Example
White with #C2A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A077; }
p { color: rgb(194,160,119); }
H1.HeaderClassName
{
color: #C2A077;
}
.AnyTagClassName
{
color: #C2A077;
}
</style>
background-color css
<style>
a { background-color: #C2A077; }
a { background-color: rgb(194,160,119); }
div.DivClassName
{
background-color: #C2A077;
}
.BgClassName
{
background-color: #C2A077;
}
</style>
border-color css
<style>
span { border-color: #C2A077; }
span { border-color: rgb(194,160,119); }
td.TdClassName
{
border-color: #C2A077;
}
.TagClassName
{
border-color: #C2A077;
}
</style>