Shades of Fallow #C19C66
Tints of Fallow #C19C66
RGB
CMYK
RGB Variations
Color information
#C19C66 (or 0xC19C66) is known color: Fallow. HEX triplet: C1, 9C and 66. RGB value is (193,156,102). Sum of RGB (Red+Green+Blue) = 193+156+102=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C66 is #3E6399. Grayscale: #A1A1A1. Windows color (decimal): -4088730 or 6724801. OLE color: 6724801.
HSL color Cylindrical-coordinate representation of color #C19C66: hue angle of 35.6º 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 #C19C66 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 102 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.24 |
| HSL | 35.6º | 0.42% | 0.58% | - |
| HSV(B) | 35.6º | 0.47% | 0.76% | - |
| XYZ | 36.28 | 36.07 | 17.62 | - |
| YUV | 160.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 102 | 0 | 0.19 | 0.47 | 0.24 | 35.6 | 0.42 | 0.58 |
| Hex | C1 | 9C | 66 | 0 | 13 | 2F | 18 | 24 | 2A | 3A |
| Octal | 301 | 234 | 146 | 0 | 23 | 57 | 30 | 44 | 52 | 72 |
| Binary | 11000001 | 10011100 | 1100110 | 0 | 10011 | 101111 | 11000 | 100100 | 101010 | 111010 |
Color Harmonies of #C19C66
Complementary color
Monochromatic Colors of #C19C66
Black with #C19C66
Text Example
Text Example
White with #C19C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C66; }
p { color: rgb(193,156,102); }
H1.HeaderClassName
{
color: #C19C66;
}
.AnyTagClassName
{
color: #C19C66;
}
</style>
background-color css
<style>
a { background-color: #C19C66; }
a { background-color: rgb(193,156,102); }
div.DivClassName
{
background-color: #C19C66;
}
.BgClassName
{
background-color: #C19C66;
}
</style>
border-color css
<style>
span { border-color: #C19C66; }
span { border-color: rgb(193,156,102); }
td.TdClassName
{
border-color: #C19C66;
}
.TagClassName
{
border-color: #C19C66;
}
</style>