Shades of Fallow #C19A66
Tints of Fallow #C19A66
RGB
CMYK
RGB Variations
Color information
#C19A66 (or 0xC19A66) is known color: Fallow. HEX triplet: C1, 9A and 66. RGB value is (193,154,102). Sum of RGB (Red+Green+Blue) = 193+154+102=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A66 is #3E6599. Grayscale: #9F9F9F. Windows color (decimal): -4089242 or 6724289. OLE color: 6724289.
HSL color Cylindrical-coordinate representation of color #C19A66: hue angle of 34.29º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C19A66 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 102 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.24 |
| HSL | 34.29º | 0.42% | 0.58% | - |
| HSV(B) | 34.29º | 0.47% | 0.76% | - |
| XYZ | 35.95 | 35.41 | 17.51 | - |
| YUV | 159.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 102 | 0 | 0.20 | 0.47 | 0.24 | 34.29 | 0.42 | 0.58 |
| Hex | C1 | 9A | 66 | 0 | 14 | 2F | 18 | 22 | 2A | 3A |
| Octal | 301 | 232 | 146 | 0 | 24 | 57 | 30 | 42 | 52 | 72 |
| Binary | 11000001 | 10011010 | 1100110 | 0 | 10100 | 101111 | 11000 | 100010 | 101010 | 111010 |
Color Harmonies of #C19A66
Complementary color
Monochromatic Colors of #C19A66
Black with #C19A66
Text Example
Text Example
White with #C19A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A66; }
p { color: rgb(193,154,102); }
H1.HeaderClassName
{
color: #C19A66;
}
.AnyTagClassName
{
color: #C19A66;
}
</style>
background-color css
<style>
a { background-color: #C19A66; }
a { background-color: rgb(193,154,102); }
div.DivClassName
{
background-color: #C19A66;
}
.BgClassName
{
background-color: #C19A66;
}
</style>
border-color css
<style>
span { border-color: #C19A66; }
span { border-color: rgb(193,154,102); }
td.TdClassName
{
border-color: #C19A66;
}
.TagClassName
{
border-color: #C19A66;
}
</style>