Shades of Fallow #C19B74
Tints of Fallow #C19B74
RGB
CMYK
RGB Variations
Color information
#C19B74 (or 0xC19B74) is known color: Fallow. HEX triplet: C1, 9B and 74. RGB value is (193,155,116). Sum of RGB (Red+Green+Blue) = 193+155+116=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B74 is #3E648B. Grayscale: #A2A2A2. Windows color (decimal): -4088972 or 7642049. OLE color: 7642049.
HSL color Cylindrical-coordinate representation of color #C19B74: hue angle of 30.39º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19B74 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 116 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.24 |
| HSL | 30.39º | 0.38% | 0.61% | - |
| HSV(B) | 30.39º | 0.4% | 0.76% | - |
| XYZ | 36.87 | 36.04 | 21.54 | - |
| YUV | 161.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 116 | 0 | 0.20 | 0.40 | 0.24 | 30.39 | 0.38 | 0.61 |
| Hex | C1 | 9B | 74 | 0 | 14 | 28 | 18 | 1E | 26 | 3D |
| Octal | 301 | 233 | 164 | 0 | 24 | 50 | 30 | 36 | 46 | 75 |
| Binary | 11000001 | 10011011 | 1110100 | 0 | 10100 | 101000 | 11000 | 11110 | 100110 | 111101 |
Color Harmonies of #C19B74
Complementary color
Monochromatic Colors of #C19B74
Black with #C19B74
Text Example
Text Example
White with #C19B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B74; }
p { color: rgb(193,155,116); }
H1.HeaderClassName
{
color: #C19B74;
}
.AnyTagClassName
{
color: #C19B74;
}
</style>
background-color css
<style>
a { background-color: #C19B74; }
a { background-color: rgb(193,155,116); }
div.DivClassName
{
background-color: #C19B74;
}
.BgClassName
{
background-color: #C19B74;
}
</style>
border-color css
<style>
span { border-color: #C19B74; }
span { border-color: rgb(193,155,116); }
td.TdClassName
{
border-color: #C19B74;
}
.TagClassName
{
border-color: #C19B74;
}
</style>