Shades of Fallow #C19C73
Tints of Fallow #C19C73
RGB
CMYK
RGB Variations
Color information
#C19C73 (or 0xC19C73) is known color: Fallow. HEX triplet: C1, 9C and 73. RGB value is (193,156,115). Sum of RGB (Red+Green+Blue) = 193+156+115=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C73 is #3E638C. Grayscale: #A2A2A2. Windows color (decimal): -4088717 or 7576769. OLE color: 7576769.
HSL color Cylindrical-coordinate representation of color #C19C73: hue angle of 31.54º 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 #C19C73 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 115 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.24 |
| HSL | 31.54º | 0.39% | 0.6% | - |
| HSV(B) | 31.54º | 0.4% | 0.76% | - |
| XYZ | 36.98 | 36.35 | 21.29 | - |
| YUV | 162.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 115 | 0 | 0.19 | 0.40 | 0.24 | 31.54 | 0.39 | 0.6 |
| Hex | C1 | 9C | 73 | 0 | 13 | 28 | 18 | 20 | 27 | 3C |
| Octal | 301 | 234 | 163 | 0 | 23 | 50 | 30 | 40 | 47 | 74 |
| Binary | 11000001 | 10011100 | 1110011 | 0 | 10011 | 101000 | 11000 | 100000 | 100111 | 111100 |
Color Harmonies of #C19C73
Complementary color
Monochromatic Colors of #C19C73
Black with #C19C73
Text Example
Text Example
White with #C19C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C73; }
p { color: rgb(193,156,115); }
H1.HeaderClassName
{
color: #C19C73;
}
.AnyTagClassName
{
color: #C19C73;
}
</style>
background-color css
<style>
a { background-color: #C19C73; }
a { background-color: rgb(193,156,115); }
div.DivClassName
{
background-color: #C19C73;
}
.BgClassName
{
background-color: #C19C73;
}
</style>
border-color css
<style>
span { border-color: #C19C73; }
span { border-color: rgb(193,156,115); }
td.TdClassName
{
border-color: #C19C73;
}
.TagClassName
{
border-color: #C19C73;
}
</style>