Shades of Fallow #C2A177
Tints of Fallow #C2A177
RGB
CMYK
RGB Variations
Color information
#C2A177 (or 0xC2A177) is known color: Fallow. HEX triplet: C2, A1 and 77. RGB value is (194,161,119). Sum of RGB (Red+Green+Blue) = 194+161+119=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A177 is #3D5E88. Grayscale: #A6A6A6. Windows color (decimal): -4021897 or 7840194. OLE color: 7840194.
HSL color Cylindrical-coordinate representation of color #C2A177: hue angle of 33.6º 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 #C2A177 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 119 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.24 |
| HSL | 33.6º | 0.38% | 0.61% | - |
| HSV(B) | 33.6º | 0.39% | 0.76% | - |
| XYZ | 38.32 | 38.29 | 22.82 | - |
| YUV | 166.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 119 | 0 | 0.17 | 0.39 | 0.24 | 33.6 | 0.38 | 0.61 |
| Hex | C2 | A1 | 77 | 0 | 11 | 27 | 18 | 22 | 26 | 3D |
| Octal | 302 | 241 | 167 | 0 | 21 | 47 | 30 | 42 | 46 | 75 |
| Binary | 11000010 | 10100001 | 1110111 | 0 | 10001 | 100111 | 11000 | 100010 | 100110 | 111101 |
Color Harmonies of #C2A177
Complementary color
Monochromatic Colors of #C2A177
Black with #C2A177
Text Example
Text Example
White with #C2A177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A177; }
p { color: rgb(194,161,119); }
H1.HeaderClassName
{
color: #C2A177;
}
.AnyTagClassName
{
color: #C2A177;
}
</style>
background-color css
<style>
a { background-color: #C2A177; }
a { background-color: rgb(194,161,119); }
div.DivClassName
{
background-color: #C2A177;
}
.BgClassName
{
background-color: #C2A177;
}
</style>
border-color css
<style>
span { border-color: #C2A177; }
span { border-color: rgb(194,161,119); }
td.TdClassName
{
border-color: #C2A177;
}
.TagClassName
{
border-color: #C2A177;
}
</style>