Shades of Fallow #C19A6D
Tints of Fallow #C19A6D
RGB
CMYK
RGB Variations
Color information
#C19A6D (or 0xC19A6D) is known color: Fallow. HEX triplet: C1, 9A and 6D. RGB value is (193,154,109). Sum of RGB (Red+Green+Blue) = 193+154+109=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A6D is #3E6592. Grayscale: #A0A0A0. Windows color (decimal): -4089235 or 7183041. OLE color: 7183041.
HSL color Cylindrical-coordinate representation of color #C19A6D: hue angle of 32.14º 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 #C19A6D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 109 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.24 |
| HSL | 32.14º | 0.4% | 0.59% | - |
| HSV(B) | 32.14º | 0.44% | 0.76% | - |
| XYZ | 36.31 | 35.55 | 19.42 | - |
| YUV | 160.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 109 | 0 | 0.20 | 0.44 | 0.24 | 32.14 | 0.4 | 0.59 |
| Hex | C1 | 9A | 6D | 0 | 14 | 2C | 18 | 20 | 28 | 3B |
| Octal | 301 | 232 | 155 | 0 | 24 | 54 | 30 | 40 | 50 | 73 |
| Binary | 11000001 | 10011010 | 1101101 | 0 | 10100 | 101100 | 11000 | 100000 | 101000 | 111011 |
Color Harmonies of #C19A6D
Complementary color
Monochromatic Colors of #C19A6D
Black with #C19A6D
Text Example
Text Example
White with #C19A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A6D; }
p { color: rgb(193,154,109); }
H1.HeaderClassName
{
color: #C19A6D;
}
.AnyTagClassName
{
color: #C19A6D;
}
</style>
background-color css
<style>
a { background-color: #C19A6D; }
a { background-color: rgb(193,154,109); }
div.DivClassName
{
background-color: #C19A6D;
}
.BgClassName
{
background-color: #C19A6D;
}
</style>
border-color css
<style>
span { border-color: #C19A6D; }
span { border-color: rgb(193,154,109); }
td.TdClassName
{
border-color: #C19A6D;
}
.TagClassName
{
border-color: #C19A6D;
}
</style>