Shades of Fallow #C19D6D
Tints of Fallow #C19D6D
RGB
CMYK
RGB Variations
Color information
#C19D6D (or 0xC19D6D) is known color: Fallow. HEX triplet: C1, 9D and 6D. RGB value is (193,157,109). Sum of RGB (Red+Green+Blue) = 193+157+109=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D6D is #3E6292. Grayscale: #A2A2A2. Windows color (decimal): -4088467 or 7183809. OLE color: 7183809.
HSL color Cylindrical-coordinate representation of color #C19D6D: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C19D6D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 109 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.24 |
| HSL | 34.29º | 0.4% | 0.59% | - |
| HSV(B) | 34.29º | 0.44% | 0.76% | - |
| XYZ | 36.81 | 36.56 | 19.58 | - |
| YUV | 162.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 109 | 0 | 0.19 | 0.44 | 0.24 | 34.29 | 0.4 | 0.59 |
| Hex | C1 | 9D | 6D | 0 | 13 | 2C | 18 | 22 | 28 | 3B |
| Octal | 301 | 235 | 155 | 0 | 23 | 54 | 30 | 42 | 50 | 73 |
| Binary | 11000001 | 10011101 | 1101101 | 0 | 10011 | 101100 | 11000 | 100010 | 101000 | 111011 |
Color Harmonies of #C19D6D
Complementary color
Monochromatic Colors of #C19D6D
Black with #C19D6D
Text Example
Text Example
White with #C19D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D6D; }
p { color: rgb(193,157,109); }
H1.HeaderClassName
{
color: #C19D6D;
}
.AnyTagClassName
{
color: #C19D6D;
}
</style>
background-color css
<style>
a { background-color: #C19D6D; }
a { background-color: rgb(193,157,109); }
div.DivClassName
{
background-color: #C19D6D;
}
.BgClassName
{
background-color: #C19D6D;
}
</style>
border-color css
<style>
span { border-color: #C19D6D; }
span { border-color: rgb(193,157,109); }
td.TdClassName
{
border-color: #C19D6D;
}
.TagClassName
{
border-color: #C19D6D;
}
</style>