Shades of Fallow #C19771
Tints of Fallow #C19771
RGB
CMYK
RGB Variations
Color information
#C19771 (or 0xC19771) is known color: Fallow. HEX triplet: C1, 97 and 71. RGB value is (193,151,113). Sum of RGB (Red+Green+Blue) = 193+151+113=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C19771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19771 is #3E688E. Grayscale: #9F9F9F. Windows color (decimal): -4089999 or 7444417. OLE color: 7444417.
HSL color Cylindrical-coordinate representation of color #C19771: hue angle of 28.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C19771 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 113 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.24 |
| HSL | 28.5º | 0.39% | 0.6% | - |
| HSV(B) | 28.5º | 0.41% | 0.76% | - |
| XYZ | 36.04 | 34.66 | 20.41 | - |
| YUV | 159.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 113 | 0 | 0.22 | 0.41 | 0.24 | 28.5 | 0.39 | 0.6 |
| Hex | C1 | 97 | 71 | 0 | 16 | 29 | 18 | 1C | 27 | 3C |
| Octal | 301 | 227 | 161 | 0 | 26 | 51 | 30 | 34 | 47 | 74 |
| Binary | 11000001 | 10010111 | 1110001 | 0 | 10110 | 101001 | 11000 | 11100 | 100111 | 111100 |
Color Harmonies of #C19771
Complementary color
Monochromatic Colors of #C19771
Black with #C19771
Text Example
Text Example
White with #C19771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19771; }
p { color: rgb(193,151,113); }
H1.HeaderClassName
{
color: #C19771;
}
.AnyTagClassName
{
color: #C19771;
}
</style>
background-color css
<style>
a { background-color: #C19771; }
a { background-color: rgb(193,151,113); }
div.DivClassName
{
background-color: #C19771;
}
.BgClassName
{
background-color: #C19771;
}
</style>
border-color css
<style>
span { border-color: #C19771; }
span { border-color: rgb(193,151,113); }
td.TdClassName
{
border-color: #C19771;
}
.TagClassName
{
border-color: #C19771;
}
</style>