Shades of Fallow #C19D62
Tints of Fallow #C19D62
RGB
CMYK
RGB Variations
Color information
#C19D62 (or 0xC19D62) is known color: Fallow. HEX triplet: C1, 9D and 62. RGB value is (193,157,98). Sum of RGB (Red+Green+Blue) = 193+157+98=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D62 is #3E629D. Grayscale: #A1A1A1. Windows color (decimal): -4088478 or 6462913. OLE color: 6462913.
HSL color Cylindrical-coordinate representation of color #C19D62: hue angle of 37.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C19D62 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 98 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.24 |
| HSL | 37.26º | 0.43% | 0.57% | - |
| HSV(B) | 37.26º | 0.49% | 0.76% | - |
| XYZ | 36.25 | 36.33 | 16.66 | - |
| YUV | 161.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 98 | 0 | 0.19 | 0.49 | 0.24 | 37.26 | 0.43 | 0.57 |
| Hex | C1 | 9D | 62 | 0 | 13 | 31 | 18 | 25 | 2B | 39 |
| Octal | 301 | 235 | 142 | 0 | 23 | 61 | 30 | 45 | 53 | 71 |
| Binary | 11000001 | 10011101 | 1100010 | 0 | 10011 | 110001 | 11000 | 100101 | 101011 | 111001 |
Color Harmonies of #C19D62
Complementary color
Monochromatic Colors of #C19D62
Black with #C19D62
Text Example
Text Example
White with #C19D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D62; }
p { color: rgb(193,157,98); }
H1.HeaderClassName
{
color: #C19D62;
}
.AnyTagClassName
{
color: #C19D62;
}
</style>
background-color css
<style>
a { background-color: #C19D62; }
a { background-color: rgb(193,157,98); }
div.DivClassName
{
background-color: #C19D62;
}
.BgClassName
{
background-color: #C19D62;
}
</style>
border-color css
<style>
span { border-color: #C19D62; }
span { border-color: rgb(193,157,98); }
td.TdClassName
{
border-color: #C19D62;
}
.TagClassName
{
border-color: #C19D62;
}
</style>