Shades of Fallow #C19270
Tints of Fallow #C19270
RGB
CMYK
RGB Variations
Color information
#C19270 (or 0xC19270) is known color: Fallow. HEX triplet: C1, 92 and 70. RGB value is (193,146,112). Sum of RGB (Red+Green+Blue) = 193+146+112=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C19270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19270 is #3E6D8F. Grayscale: #9C9C9C. Windows color (decimal): -4091280 or 7377601. OLE color: 7377601.
HSL color Cylindrical-coordinate representation of color #C19270: hue angle of 25.19º 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 #C19270 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 112 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.24 |
| HSL | 25.19º | 0.4% | 0.6% | - |
| HSV(B) | 25.19º | 0.42% | 0.76% | - |
| XYZ | 35.2 | 33.07 | 19.86 | - |
| YUV | 156.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 112 | 0 | 0.24 | 0.42 | 0.24 | 25.19 | 0.4 | 0.6 |
| Hex | C1 | 92 | 70 | 0 | 18 | 2A | 18 | 19 | 28 | 3C |
| Octal | 301 | 222 | 160 | 0 | 30 | 52 | 30 | 31 | 50 | 74 |
| Binary | 11000001 | 10010010 | 1110000 | 0 | 11000 | 101010 | 11000 | 11001 | 101000 | 111100 |
Color Harmonies of #C19270
Complementary color
Monochromatic Colors of #C19270
Black with #C19270
Text Example
Text Example
White with #C19270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19270; }
p { color: rgb(193,146,112); }
H1.HeaderClassName
{
color: #C19270;
}
.AnyTagClassName
{
color: #C19270;
}
</style>
background-color css
<style>
a { background-color: #C19270; }
a { background-color: rgb(193,146,112); }
div.DivClassName
{
background-color: #C19270;
}
.BgClassName
{
background-color: #C19270;
}
</style>
border-color css
<style>
span { border-color: #C19270; }
span { border-color: rgb(193,146,112); }
td.TdClassName
{
border-color: #C19270;
}
.TagClassName
{
border-color: #C19270;
}
</style>