Shades of Fallow #C19871
Tints of Fallow #C19871
RGB
CMYK
RGB Variations
Color information
#C19871 (or 0xC19871) is known color: Fallow. HEX triplet: C1, 98 and 71. RGB value is (193,152,113). Sum of RGB (Red+Green+Blue) = 193+152+113=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C19871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19871 is #3E678E. Grayscale: #A0A0A0. Windows color (decimal): -4089743 or 7444673. OLE color: 7444673.
HSL color Cylindrical-coordinate representation of color #C19871: hue angle of 29.25º 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 #C19871 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 113 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.24 |
| HSL | 29.25º | 0.39% | 0.6% | - |
| HSV(B) | 29.25º | 0.41% | 0.76% | - |
| XYZ | 36.2 | 34.99 | 20.47 | - |
| YUV | 159.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 113 | 0 | 0.21 | 0.41 | 0.24 | 29.25 | 0.39 | 0.6 |
| Hex | C1 | 98 | 71 | 0 | 15 | 29 | 18 | 1D | 27 | 3C |
| Octal | 301 | 230 | 161 | 0 | 25 | 51 | 30 | 35 | 47 | 74 |
| Binary | 11000001 | 10011000 | 1110001 | 0 | 10101 | 101001 | 11000 | 11101 | 100111 | 111100 |
Color Harmonies of #C19871
Complementary color
Monochromatic Colors of #C19871
Black with #C19871
Text Example
Text Example
White with #C19871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19871; }
p { color: rgb(193,152,113); }
H1.HeaderClassName
{
color: #C19871;
}
.AnyTagClassName
{
color: #C19871;
}
</style>
background-color css
<style>
a { background-color: #C19871; }
a { background-color: rgb(193,152,113); }
div.DivClassName
{
background-color: #C19871;
}
.BgClassName
{
background-color: #C19871;
}
</style>
border-color css
<style>
span { border-color: #C19871; }
span { border-color: rgb(193,152,113); }
td.TdClassName
{
border-color: #C19871;
}
.TagClassName
{
border-color: #C19871;
}
</style>