Shades of Fallow #C19E6C
Tints of Fallow #C19E6C
RGB
CMYK
RGB Variations
Color information
#C19E6C (or 0xC19E6C) is known color: Fallow. HEX triplet: C1, 9E and 6C. RGB value is (193,158,108). Sum of RGB (Red+Green+Blue) = 193+158+108=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E6C is #3E6193. Grayscale: #A3A3A3. Windows color (decimal): -4088212 or 7118529. OLE color: 7118529.
HSL color Cylindrical-coordinate representation of color #C19E6C: hue angle of 35.29º degrees, saturation: 0.41, 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 #C19E6C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 108 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.24 |
| HSL | 35.29º | 0.41% | 0.59% | - |
| HSV(B) | 35.29º | 0.44% | 0.76% | - |
| XYZ | 36.93 | 36.87 | 19.36 | - |
| YUV | 162.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 108 | 0 | 0.18 | 0.44 | 0.24 | 35.29 | 0.41 | 0.59 |
| Hex | C1 | 9E | 6C | 0 | 12 | 2C | 18 | 23 | 29 | 3B |
| Octal | 301 | 236 | 154 | 0 | 22 | 54 | 30 | 43 | 51 | 73 |
| Binary | 11000001 | 10011110 | 1101100 | 0 | 10010 | 101100 | 11000 | 100011 | 101001 | 111011 |
Color Harmonies of #C19E6C
Complementary color
Monochromatic Colors of #C19E6C
Black with #C19E6C
Text Example
Text Example
White with #C19E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E6C; }
p { color: rgb(193,158,108); }
H1.HeaderClassName
{
color: #C19E6C;
}
.AnyTagClassName
{
color: #C19E6C;
}
</style>
background-color css
<style>
a { background-color: #C19E6C; }
a { background-color: rgb(193,158,108); }
div.DivClassName
{
background-color: #C19E6C;
}
.BgClassName
{
background-color: #C19E6C;
}
</style>
border-color css
<style>
span { border-color: #C19E6C; }
span { border-color: rgb(193,158,108); }
td.TdClassName
{
border-color: #C19E6C;
}
.TagClassName
{
border-color: #C19E6C;
}
</style>