Shades of Fallow #C19974
Tints of Fallow #C19974
RGB
CMYK
RGB Variations
Color information
#C19974 (or 0xC19974) is known color: Fallow. HEX triplet: C1, 99 and 74. RGB value is (193,153,116). Sum of RGB (Red+Green+Blue) = 193+153+116=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C19974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19974 is #3E668B. Grayscale: #A0A0A0. Windows color (decimal): -4089484 or 7641537. OLE color: 7641537.
HSL color Cylindrical-coordinate representation of color #C19974: hue angle of 28.83º 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 #C19974 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 116 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.24 |
| HSL | 28.83º | 0.38% | 0.61% | - |
| HSV(B) | 28.83º | 0.4% | 0.76% | - |
| XYZ | 36.54 | 35.38 | 21.43 | - |
| YUV | 160.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 116 | 0 | 0.21 | 0.40 | 0.24 | 28.83 | 0.38 | 0.61 |
| Hex | C1 | 99 | 74 | 0 | 15 | 28 | 18 | 1D | 26 | 3D |
| Octal | 301 | 231 | 164 | 0 | 25 | 50 | 30 | 35 | 46 | 75 |
| Binary | 11000001 | 10011001 | 1110100 | 0 | 10101 | 101000 | 11000 | 11101 | 100110 | 111101 |
Color Harmonies of #C19974
Complementary color
Monochromatic Colors of #C19974
Black with #C19974
Text Example
Text Example
White with #C19974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19974; }
p { color: rgb(193,153,116); }
H1.HeaderClassName
{
color: #C19974;
}
.AnyTagClassName
{
color: #C19974;
}
</style>
background-color css
<style>
a { background-color: #C19974; }
a { background-color: rgb(193,153,116); }
div.DivClassName
{
background-color: #C19974;
}
.BgClassName
{
background-color: #C19974;
}
</style>
border-color css
<style>
span { border-color: #C19974; }
span { border-color: rgb(193,153,116); }
td.TdClassName
{
border-color: #C19974;
}
.TagClassName
{
border-color: #C19974;
}
</style>