Shades of Fallow #C19B6D
Tints of Fallow #C19B6D
RGB
CMYK
RGB Variations
Color information
#C19B6D (or 0xC19B6D) is known color: Fallow. HEX triplet: C1, 9B and 6D. RGB value is (193,155,109). Sum of RGB (Red+Green+Blue) = 193+155+109=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B6D is #3E6492. Grayscale: #A1A1A1. Windows color (decimal): -4088979 or 7183297. OLE color: 7183297.
HSL color Cylindrical-coordinate representation of color #C19B6D: hue angle of 32.86º degrees, saturation: 0.4, 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 #C19B6D is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 109 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.24 |
| HSL | 32.86º | 0.4% | 0.59% | - |
| HSV(B) | 32.86º | 0.44% | 0.76% | - |
| XYZ | 36.47 | 35.88 | 19.47 | - |
| YUV | 161.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 109 | 0 | 0.20 | 0.44 | 0.24 | 32.86 | 0.4 | 0.59 |
| Hex | C1 | 9B | 6D | 0 | 14 | 2C | 18 | 21 | 28 | 3B |
| Octal | 301 | 233 | 155 | 0 | 24 | 54 | 30 | 41 | 50 | 73 |
| Binary | 11000001 | 10011011 | 1101101 | 0 | 10100 | 101100 | 11000 | 100001 | 101000 | 111011 |
Color Harmonies of #C19B6D
Complementary color
Monochromatic Colors of #C19B6D
Black with #C19B6D
Text Example
Text Example
White with #C19B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B6D; }
p { color: rgb(193,155,109); }
H1.HeaderClassName
{
color: #C19B6D;
}
.AnyTagClassName
{
color: #C19B6D;
}
</style>
background-color css
<style>
a { background-color: #C19B6D; }
a { background-color: rgb(193,155,109); }
div.DivClassName
{
background-color: #C19B6D;
}
.BgClassName
{
background-color: #C19B6D;
}
</style>
border-color css
<style>
span { border-color: #C19B6D; }
span { border-color: rgb(193,155,109); }
td.TdClassName
{
border-color: #C19B6D;
}
.TagClassName
{
border-color: #C19B6D;
}
</style>