Shades of Fallow #C19C62
Tints of Fallow #C19C62
RGB
CMYK
RGB Variations
Color information
#C19C62 (or 0xC19C62) is known color: Fallow. HEX triplet: C1, 9C and 62. RGB value is (193,156,98). Sum of RGB (Red+Green+Blue) = 193+156+98=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C62 is #3E639D. Grayscale: #A0A0A0. Windows color (decimal): -4088734 or 6462657. OLE color: 6462657.
HSL color Cylindrical-coordinate representation of color #C19C62: hue angle of 36.63º 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 #C19C62 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 98 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.24 |
| HSL | 36.63º | 0.43% | 0.57% | - |
| HSV(B) | 36.63º | 0.49% | 0.76% | - |
| XYZ | 36.09 | 36 | 16.6 | - |
| YUV | 160.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 98 | 0 | 0.19 | 0.49 | 0.24 | 36.63 | 0.43 | 0.57 |
| Hex | C1 | 9C | 62 | 0 | 13 | 31 | 18 | 25 | 2B | 39 |
| Octal | 301 | 234 | 142 | 0 | 23 | 61 | 30 | 45 | 53 | 71 |
| Binary | 11000001 | 10011100 | 1100010 | 0 | 10011 | 110001 | 11000 | 100101 | 101011 | 111001 |
Color Harmonies of #C19C62
Complementary color
Monochromatic Colors of #C19C62
Black with #C19C62
Text Example
Text Example
White with #C19C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C62; }
p { color: rgb(193,156,98); }
H1.HeaderClassName
{
color: #C19C62;
}
.AnyTagClassName
{
color: #C19C62;
}
</style>
background-color css
<style>
a { background-color: #C19C62; }
a { background-color: rgb(193,156,98); }
div.DivClassName
{
background-color: #C19C62;
}
.BgClassName
{
background-color: #C19C62;
}
</style>
border-color css
<style>
span { border-color: #C19C62; }
span { border-color: rgb(193,156,98); }
td.TdClassName
{
border-color: #C19C62;
}
.TagClassName
{
border-color: #C19C62;
}
</style>