Shades of Fallow #C19E73
Tints of Fallow #C19E73
RGB
CMYK
RGB Variations
Color information
#C19E73 (or 0xC19E73) is known color: Fallow. HEX triplet: C1, 9E and 73. RGB value is (193,158,115). Sum of RGB (Red+Green+Blue) = 193+158+115=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E73 is #3E618C. Grayscale: #A3A3A3. Windows color (decimal): -4088205 or 7577281. OLE color: 7577281.
HSL color Cylindrical-coordinate representation of color #C19E73: hue angle of 33.08º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19E73 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 115 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.24 |
| HSL | 33.08º | 0.39% | 0.6% | - |
| HSV(B) | 33.08º | 0.4% | 0.76% | - |
| XYZ | 37.31 | 37.03 | 21.4 | - |
| YUV | 163.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 115 | 0 | 0.18 | 0.40 | 0.24 | 33.08 | 0.39 | 0.6 |
| Hex | C1 | 9E | 73 | 0 | 12 | 28 | 18 | 21 | 27 | 3C |
| Octal | 301 | 236 | 163 | 0 | 22 | 50 | 30 | 41 | 47 | 74 |
| Binary | 11000001 | 10011110 | 1110011 | 0 | 10010 | 101000 | 11000 | 100001 | 100111 | 111100 |
Color Harmonies of #C19E73
Complementary color
Monochromatic Colors of #C19E73
Black with #C19E73
Text Example
Text Example
White with #C19E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E73; }
p { color: rgb(193,158,115); }
H1.HeaderClassName
{
color: #C19E73;
}
.AnyTagClassName
{
color: #C19E73;
}
</style>
background-color css
<style>
a { background-color: #C19E73; }
a { background-color: rgb(193,158,115); }
div.DivClassName
{
background-color: #C19E73;
}
.BgClassName
{
background-color: #C19E73;
}
</style>
border-color css
<style>
span { border-color: #C19E73; }
span { border-color: rgb(193,158,115); }
td.TdClassName
{
border-color: #C19E73;
}
.TagClassName
{
border-color: #C19E73;
}
</style>