Shades of Fallow #C19D61
Tints of Fallow #C19D61
RGB
CMYK
RGB Variations
Color information
#C19D61 (or 0xC19D61) is known color: Fallow. HEX triplet: C1, 9D and 61. RGB value is (193,157,97). Sum of RGB (Red+Green+Blue) = 193+157+97=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D61 is #3E629E. Grayscale: #A1A1A1. Windows color (decimal): -4088479 or 6397377. OLE color: 6397377.
HSL color Cylindrical-coordinate representation of color #C19D61: hue angle of 37.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C19D61 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 97 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.24 |
| HSL | 37.5º | 0.44% | 0.57% | - |
| HSV(B) | 37.5º | 0.5% | 0.76% | - |
| XYZ | 36.21 | 36.31 | 16.41 | - |
| YUV | 160.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 97 | 0 | 0.19 | 0.50 | 0.24 | 37.5 | 0.44 | 0.57 |
| Hex | C1 | 9D | 61 | 0 | 13 | 32 | 18 | 26 | 2C | 39 |
| Octal | 301 | 235 | 141 | 0 | 23 | 62 | 30 | 46 | 54 | 71 |
| Binary | 11000001 | 10011101 | 1100001 | 0 | 10011 | 110010 | 11000 | 100110 | 101100 | 111001 |
Color Harmonies of #C19D61
Complementary color
Monochromatic Colors of #C19D61
Black with #C19D61
Text Example
Text Example
White with #C19D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D61; }
p { color: rgb(193,157,97); }
H1.HeaderClassName
{
color: #C19D61;
}
.AnyTagClassName
{
color: #C19D61;
}
</style>
background-color css
<style>
a { background-color: #C19D61; }
a { background-color: rgb(193,157,97); }
div.DivClassName
{
background-color: #C19D61;
}
.BgClassName
{
background-color: #C19D61;
}
</style>
border-color css
<style>
span { border-color: #C19D61; }
span { border-color: rgb(193,157,97); }
td.TdClassName
{
border-color: #C19D61;
}
.TagClassName
{
border-color: #C19D61;
}
</style>