Shades of Fallow #C19A74
Tints of Fallow #C19A74
RGB
CMYK
RGB Variations
Color information
#C19A74 (or 0xC19A74) is known color: Fallow. HEX triplet: C1, 9A and 74. RGB value is (193,154,116). Sum of RGB (Red+Green+Blue) = 193+154+116=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A74 is #3E658B. Grayscale: #A1A1A1. Windows color (decimal): -4089228 or 7641793. OLE color: 7641793.
HSL color Cylindrical-coordinate representation of color #C19A74: hue angle of 29.61º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19A74 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 116 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.24 |
| HSL | 29.61º | 0.38% | 0.61% | - |
| HSV(B) | 29.61º | 0.4% | 0.76% | - |
| XYZ | 36.7 | 35.71 | 21.48 | - |
| YUV | 161.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 116 | 0 | 0.20 | 0.40 | 0.24 | 29.61 | 0.38 | 0.61 |
| Hex | C1 | 9A | 74 | 0 | 14 | 28 | 18 | 1E | 26 | 3D |
| Octal | 301 | 232 | 164 | 0 | 24 | 50 | 30 | 36 | 46 | 75 |
| Binary | 11000001 | 10011010 | 1110100 | 0 | 10100 | 101000 | 11000 | 11110 | 100110 | 111101 |
Color Harmonies of #C19A74
Complementary color
Monochromatic Colors of #C19A74
Black with #C19A74
Text Example
Text Example
White with #C19A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A74; }
p { color: rgb(193,154,116); }
H1.HeaderClassName
{
color: #C19A74;
}
.AnyTagClassName
{
color: #C19A74;
}
</style>
background-color css
<style>
a { background-color: #C19A74; }
a { background-color: rgb(193,154,116); }
div.DivClassName
{
background-color: #C19A74;
}
.BgClassName
{
background-color: #C19A74;
}
</style>
border-color css
<style>
span { border-color: #C19A74; }
span { border-color: rgb(193,154,116); }
td.TdClassName
{
border-color: #C19A74;
}
.TagClassName
{
border-color: #C19A74;
}
</style>