Shades of Fallow #C19773
Tints of Fallow #C19773
RGB
CMYK
RGB Variations
Color information
#C19773 (or 0xC19773) is known color: Fallow. HEX triplet: C1, 97 and 73. RGB value is (193,151,115). Sum of RGB (Red+Green+Blue) = 193+151+115=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19773 is #3E688C. Grayscale: #9F9F9F. Windows color (decimal): -4089997 or 7575489. OLE color: 7575489.
HSL color Cylindrical-coordinate representation of color #C19773: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19773 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 115 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.24 |
| HSL | 27.69º | 0.39% | 0.6% | - |
| HSV(B) | 27.69º | 0.4% | 0.76% | - |
| XYZ | 36.15 | 34.71 | 21.01 | - |
| YUV | 159.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 115 | 0 | 0.22 | 0.40 | 0.24 | 27.69 | 0.39 | 0.6 |
| Hex | C1 | 97 | 73 | 0 | 16 | 28 | 18 | 1C | 27 | 3C |
| Octal | 301 | 227 | 163 | 0 | 26 | 50 | 30 | 34 | 47 | 74 |
| Binary | 11000001 | 10010111 | 1110011 | 0 | 10110 | 101000 | 11000 | 11100 | 100111 | 111100 |
Color Harmonies of #C19773
Complementary color
Monochromatic Colors of #C19773
Black with #C19773
Text Example
Text Example
White with #C19773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19773; }
p { color: rgb(193,151,115); }
H1.HeaderClassName
{
color: #C19773;
}
.AnyTagClassName
{
color: #C19773;
}
</style>
background-color css
<style>
a { background-color: #C19773; }
a { background-color: rgb(193,151,115); }
div.DivClassName
{
background-color: #C19773;
}
.BgClassName
{
background-color: #C19773;
}
</style>
border-color css
<style>
span { border-color: #C19773; }
span { border-color: rgb(193,151,115); }
td.TdClassName
{
border-color: #C19773;
}
.TagClassName
{
border-color: #C19773;
}
</style>