Shades of Fallow #C2A178
Tints of Fallow #C2A178
RGB
CMYK
RGB Variations
Color information
#C2A178 (or 0xC2A178) is known color: Fallow. HEX triplet: C2, A1 and 78. RGB value is (194,161,120). Sum of RGB (Red+Green+Blue) = 194+161+120=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A178 is #3D5E87. Grayscale: #A6A6A6. Windows color (decimal): -4021896 or 7905730. OLE color: 7905730.
HSL color Cylindrical-coordinate representation of color #C2A178: hue angle of 33.24º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2A178 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 120 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.24 |
| HSL | 33.24º | 0.38% | 0.62% | - |
| HSV(B) | 33.24º | 0.38% | 0.76% | - |
| XYZ | 38.38 | 38.32 | 23.14 | - |
| YUV | 166.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 120 | 0 | 0.17 | 0.38 | 0.24 | 33.24 | 0.38 | 0.62 |
| Hex | C2 | A1 | 78 | 0 | 11 | 26 | 18 | 21 | 26 | 3E |
| Octal | 302 | 241 | 170 | 0 | 21 | 46 | 30 | 41 | 46 | 76 |
| Binary | 11000010 | 10100001 | 1111000 | 0 | 10001 | 100110 | 11000 | 100001 | 100110 | 111110 |
Color Harmonies of #C2A178
Complementary color
Monochromatic Colors of #C2A178
Black with #C2A178
Text Example
Text Example
White with #C2A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A178; }
p { color: rgb(194,161,120); }
H1.HeaderClassName
{
color: #C2A178;
}
.AnyTagClassName
{
color: #C2A178;
}
</style>
background-color css
<style>
a { background-color: #C2A178; }
a { background-color: rgb(194,161,120); }
div.DivClassName
{
background-color: #C2A178;
}
.BgClassName
{
background-color: #C2A178;
}
</style>
border-color css
<style>
span { border-color: #C2A178; }
span { border-color: rgb(194,161,120); }
td.TdClassName
{
border-color: #C2A178;
}
.TagClassName
{
border-color: #C2A178;
}
</style>