Shades of Fallow #C19271
Tints of Fallow #C19271
RGB
CMYK
RGB Variations
Color information
#C19271 (or 0xC19271) is known color: Fallow. HEX triplet: C1, 92 and 71. RGB value is (193,146,113). Sum of RGB (Red+Green+Blue) = 193+146+113=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C19271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19271 is #3E6D8E. Grayscale: #9C9C9C. Windows color (decimal): -4091279 or 7443137. OLE color: 7443137.
HSL color Cylindrical-coordinate representation of color #C19271: hue angle of 24.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C19271 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 113 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.24 |
| HSL | 24.75º | 0.39% | 0.6% | - |
| HSV(B) | 24.75º | 0.41% | 0.76% | - |
| XYZ | 35.25 | 33.09 | 20.15 | - |
| YUV | 156.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 113 | 0 | 0.24 | 0.41 | 0.24 | 24.75 | 0.39 | 0.6 |
| Hex | C1 | 92 | 71 | 0 | 18 | 29 | 18 | 19 | 27 | 3C |
| Octal | 301 | 222 | 161 | 0 | 30 | 51 | 30 | 31 | 47 | 74 |
| Binary | 11000001 | 10010010 | 1110001 | 0 | 11000 | 101001 | 11000 | 11001 | 100111 | 111100 |
Color Harmonies of #C19271
Complementary color
Monochromatic Colors of #C19271
Black with #C19271
Text Example
Text Example
White with #C19271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19271; }
p { color: rgb(193,146,113); }
H1.HeaderClassName
{
color: #C19271;
}
.AnyTagClassName
{
color: #C19271;
}
</style>
background-color css
<style>
a { background-color: #C19271; }
a { background-color: rgb(193,146,113); }
div.DivClassName
{
background-color: #C19271;
}
.BgClassName
{
background-color: #C19271;
}
</style>
border-color css
<style>
span { border-color: #C19271; }
span { border-color: rgb(193,146,113); }
td.TdClassName
{
border-color: #C19271;
}
.TagClassName
{
border-color: #C19271;
}
</style>