Shades of Fallow #C19A6E
Tints of Fallow #C19A6E
RGB
CMYK
RGB Variations
Color information
#C19A6E (or 0xC19A6E) is known color: Fallow. HEX triplet: C1, 9A and 6E. RGB value is (193,154,110). Sum of RGB (Red+Green+Blue) = 193+154+110=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A6E is #3E6591. Grayscale: #A0A0A0. Windows color (decimal): -4089234 or 7248577. OLE color: 7248577.
HSL color Cylindrical-coordinate representation of color #C19A6E: hue angle of 31.81º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C19A6E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 110 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.24 |
| HSL | 31.81º | 0.4% | 0.59% | - |
| HSV(B) | 31.81º | 0.43% | 0.76% | - |
| XYZ | 36.36 | 35.57 | 19.7 | - |
| YUV | 160.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 110 | 0 | 0.20 | 0.43 | 0.24 | 31.81 | 0.4 | 0.59 |
| Hex | C1 | 9A | 6E | 0 | 14 | 2B | 18 | 20 | 28 | 3B |
| Octal | 301 | 232 | 156 | 0 | 24 | 53 | 30 | 40 | 50 | 73 |
| Binary | 11000001 | 10011010 | 1101110 | 0 | 10100 | 101011 | 11000 | 100000 | 101000 | 111011 |
Color Harmonies of #C19A6E
Complementary color
Monochromatic Colors of #C19A6E
Black with #C19A6E
Text Example
Text Example
White with #C19A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A6E; }
p { color: rgb(193,154,110); }
H1.HeaderClassName
{
color: #C19A6E;
}
.AnyTagClassName
{
color: #C19A6E;
}
</style>
background-color css
<style>
a { background-color: #C19A6E; }
a { background-color: rgb(193,154,110); }
div.DivClassName
{
background-color: #C19A6E;
}
.BgClassName
{
background-color: #C19A6E;
}
</style>
border-color css
<style>
span { border-color: #C19A6E; }
span { border-color: rgb(193,154,110); }
td.TdClassName
{
border-color: #C19A6E;
}
.TagClassName
{
border-color: #C19A6E;
}
</style>