Shades of Fallow #C19C6C
Tints of Fallow #C19C6C
RGB
CMYK
RGB Variations
Color information
#C19C6C (or 0xC19C6C) is known color: Fallow. HEX triplet: C1, 9C and 6C. RGB value is (193,156,108). Sum of RGB (Red+Green+Blue) = 193+156+108=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C6C is #3E6393. Grayscale: #A1A1A1. Windows color (decimal): -4088724 or 7118017. OLE color: 7118017.
HSL color Cylindrical-coordinate representation of color #C19C6C: hue angle of 33.88º 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 #C19C6C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 108 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.24 |
| HSL | 33.88º | 0.41% | 0.59% | - |
| HSV(B) | 33.88º | 0.44% | 0.76% | - |
| XYZ | 36.59 | 36.2 | 19.25 | - |
| YUV | 161.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 108 | 0 | 0.19 | 0.44 | 0.24 | 33.88 | 0.41 | 0.59 |
| Hex | C1 | 9C | 6C | 0 | 13 | 2C | 18 | 22 | 29 | 3B |
| Octal | 301 | 234 | 154 | 0 | 23 | 54 | 30 | 42 | 51 | 73 |
| Binary | 11000001 | 10011100 | 1101100 | 0 | 10011 | 101100 | 11000 | 100010 | 101001 | 111011 |
Color Harmonies of #C19C6C
Complementary color
Monochromatic Colors of #C19C6C
Black with #C19C6C
Text Example
Text Example
White with #C19C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C6C; }
p { color: rgb(193,156,108); }
H1.HeaderClassName
{
color: #C19C6C;
}
.AnyTagClassName
{
color: #C19C6C;
}
</style>
background-color css
<style>
a { background-color: #C19C6C; }
a { background-color: rgb(193,156,108); }
div.DivClassName
{
background-color: #C19C6C;
}
.BgClassName
{
background-color: #C19C6C;
}
</style>
border-color css
<style>
span { border-color: #C19C6C; }
span { border-color: rgb(193,156,108); }
td.TdClassName
{
border-color: #C19C6C;
}
.TagClassName
{
border-color: #C19C6C;
}
</style>