Shades of Fallow #C2A477
Tints of Fallow #C2A477
RGB
CMYK
RGB Variations
Color information
#C2A477 (or 0xC2A477) is known color: Fallow. HEX triplet: C2, A4 and 77. RGB value is (194,164,119). Sum of RGB (Red+Green+Blue) = 194+164+119=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A477 is #3D5B88. Grayscale: #A8A8A8. Windows color (decimal): -4021129 or 7840962. OLE color: 7840962.
HSL color Cylindrical-coordinate representation of color #C2A477: hue angle of 36º 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 #C2A477 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 119 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.24 |
| HSL | 36º | 0.38% | 0.61% | - |
| HSV(B) | 36º | 0.39% | 0.76% | - |
| XYZ | 38.85 | 39.35 | 23 | - |
| YUV | 167.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 119 | 0 | 0.15 | 0.39 | 0.24 | 36 | 0.38 | 0.61 |
| Hex | C2 | A4 | 77 | 0 | F | 27 | 18 | 24 | 26 | 3D |
| Octal | 302 | 244 | 167 | 0 | 17 | 47 | 30 | 44 | 46 | 75 |
| Binary | 11000010 | 10100100 | 1110111 | 0 | 1111 | 100111 | 11000 | 100100 | 100110 | 111101 |
Color Harmonies of #C2A477
Complementary color
Monochromatic Colors of #C2A477
Black with #C2A477
Text Example
Text Example
White with #C2A477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A477; }
p { color: rgb(194,164,119); }
H1.HeaderClassName
{
color: #C2A477;
}
.AnyTagClassName
{
color: #C2A477;
}
</style>
background-color css
<style>
a { background-color: #C2A477; }
a { background-color: rgb(194,164,119); }
div.DivClassName
{
background-color: #C2A477;
}
.BgClassName
{
background-color: #C2A477;
}
</style>
border-color css
<style>
span { border-color: #C2A477; }
span { border-color: rgb(194,164,119); }
td.TdClassName
{
border-color: #C2A477;
}
.TagClassName
{
border-color: #C2A477;
}
</style>