Shades of Fallow #C19370
Tints of Fallow #C19370
RGB
CMYK
RGB Variations
Color information
#C19370 (or 0xC19370) is known color: Fallow. HEX triplet: C1, 93 and 70. RGB value is (193,147,112). Sum of RGB (Red+Green+Blue) = 193+147+112=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C19370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19370 is #3E6C8F. Grayscale: #9C9C9C. Windows color (decimal): -4091024 or 7377857. OLE color: 7377857.
HSL color Cylindrical-coordinate representation of color #C19370: hue angle of 25.93º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C19370 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 112 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.24 |
| HSL | 25.93º | 0.4% | 0.6% | - |
| HSV(B) | 25.93º | 0.42% | 0.76% | - |
| XYZ | 35.35 | 33.37 | 19.91 | - |
| YUV | 156.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 112 | 0 | 0.24 | 0.42 | 0.24 | 25.93 | 0.4 | 0.6 |
| Hex | C1 | 93 | 70 | 0 | 18 | 2A | 18 | 1A | 28 | 3C |
| Octal | 301 | 223 | 160 | 0 | 30 | 52 | 30 | 32 | 50 | 74 |
| Binary | 11000001 | 10010011 | 1110000 | 0 | 11000 | 101010 | 11000 | 11010 | 101000 | 111100 |
Color Harmonies of #C19370
Complementary color
Monochromatic Colors of #C19370
Black with #C19370
Text Example
Text Example
White with #C19370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19370; }
p { color: rgb(193,147,112); }
H1.HeaderClassName
{
color: #C19370;
}
.AnyTagClassName
{
color: #C19370;
}
</style>
background-color css
<style>
a { background-color: #C19370; }
a { background-color: rgb(193,147,112); }
div.DivClassName
{
background-color: #C19370;
}
.BgClassName
{
background-color: #C19370;
}
</style>
border-color css
<style>
span { border-color: #C19370; }
span { border-color: rgb(193,147,112); }
td.TdClassName
{
border-color: #C19370;
}
.TagClassName
{
border-color: #C19370;
}
</style>