Shades of Fallow #C19C65
Tints of Fallow #C19C65
RGB
CMYK
RGB Variations
Color information
#C19C65 (or 0xC19C65) is known color: Fallow. HEX triplet: C1, 9C and 65. RGB value is (193,156,101). Sum of RGB (Red+Green+Blue) = 193+156+101=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C65 is #3E639A. Grayscale: #A1A1A1. Windows color (decimal): -4088731 or 6659265. OLE color: 6659265.
HSL color Cylindrical-coordinate representation of color #C19C65: hue angle of 35.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C19C65 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 101 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.24 |
| HSL | 35.87º | 0.43% | 0.58% | - |
| HSV(B) | 35.87º | 0.48% | 0.76% | - |
| XYZ | 36.23 | 36.05 | 17.36 | - |
| YUV | 160.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 101 | 0 | 0.19 | 0.48 | 0.24 | 35.87 | 0.43 | 0.58 |
| Hex | C1 | 9C | 65 | 0 | 13 | 30 | 18 | 24 | 2B | 3A |
| Octal | 301 | 234 | 145 | 0 | 23 | 60 | 30 | 44 | 53 | 72 |
| Binary | 11000001 | 10011100 | 1100101 | 0 | 10011 | 110000 | 11000 | 100100 | 101011 | 111010 |
Color Harmonies of #C19C65
Complementary color
Monochromatic Colors of #C19C65
Black with #C19C65
Text Example
Text Example
White with #C19C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C65; }
p { color: rgb(193,156,101); }
H1.HeaderClassName
{
color: #C19C65;
}
.AnyTagClassName
{
color: #C19C65;
}
</style>
background-color css
<style>
a { background-color: #C19C65; }
a { background-color: rgb(193,156,101); }
div.DivClassName
{
background-color: #C19C65;
}
.BgClassName
{
background-color: #C19C65;
}
</style>
border-color css
<style>
span { border-color: #C19C65; }
span { border-color: rgb(193,156,101); }
td.TdClassName
{
border-color: #C19C65;
}
.TagClassName
{
border-color: #C19C65;
}
</style>