Shades of Fallow #C19B6C
Tints of Fallow #C19B6C
RGB
CMYK
RGB Variations
Color information
#C19B6C (or 0xC19B6C) is known color: Fallow. HEX triplet: C1, 9B and 6C. RGB value is (193,155,108). Sum of RGB (Red+Green+Blue) = 193+155+108=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B6C is #3E6493. Grayscale: #A1A1A1. Windows color (decimal): -4088980 or 7117761. OLE color: 7117761.
HSL color Cylindrical-coordinate representation of color #C19B6C: hue angle of 33.18º 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 #C19B6C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 108 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.24 |
| HSL | 33.18º | 0.41% | 0.59% | - |
| HSV(B) | 33.18º | 0.44% | 0.76% | - |
| XYZ | 36.42 | 35.86 | 19.19 | - |
| YUV | 161 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 108 | 0 | 0.20 | 0.44 | 0.24 | 33.18 | 0.41 | 0.59 |
| Hex | C1 | 9B | 6C | 0 | 14 | 2C | 18 | 21 | 29 | 3B |
| Octal | 301 | 233 | 154 | 0 | 24 | 54 | 30 | 41 | 51 | 73 |
| Binary | 11000001 | 10011011 | 1101100 | 0 | 10100 | 101100 | 11000 | 100001 | 101001 | 111011 |
Color Harmonies of #C19B6C
Complementary color
Monochromatic Colors of #C19B6C
Black with #C19B6C
Text Example
Text Example
White with #C19B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B6C; }
p { color: rgb(193,155,108); }
H1.HeaderClassName
{
color: #C19B6C;
}
.AnyTagClassName
{
color: #C19B6C;
}
</style>
background-color css
<style>
a { background-color: #C19B6C; }
a { background-color: rgb(193,155,108); }
div.DivClassName
{
background-color: #C19B6C;
}
.BgClassName
{
background-color: #C19B6C;
}
</style>
border-color css
<style>
span { border-color: #C19B6C; }
span { border-color: rgb(193,155,108); }
td.TdClassName
{
border-color: #C19B6C;
}
.TagClassName
{
border-color: #C19B6C;
}
</style>