Shades of Fallow #C19772
Tints of Fallow #C19772
RGB
CMYK
RGB Variations
Color information
#C19772 (or 0xC19772) is known color: Fallow. HEX triplet: C1, 97 and 72. RGB value is (193,151,114). Sum of RGB (Red+Green+Blue) = 193+151+114=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C19772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19772 is #3E688D. Grayscale: #9F9F9F. Windows color (decimal): -4089998 or 7509953. OLE color: 7509953.
HSL color Cylindrical-coordinate representation of color #C19772: hue angle of 28.1º 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 #C19772 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 114 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.24 |
| HSL | 28.1º | 0.39% | 0.6% | - |
| HSV(B) | 28.1º | 0.41% | 0.76% | - |
| XYZ | 36.1 | 34.69 | 20.71 | - |
| YUV | 159.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 114 | 0 | 0.22 | 0.41 | 0.24 | 28.1 | 0.39 | 0.6 |
| Hex | C1 | 97 | 72 | 0 | 16 | 29 | 18 | 1C | 27 | 3C |
| Octal | 301 | 227 | 162 | 0 | 26 | 51 | 30 | 34 | 47 | 74 |
| Binary | 11000001 | 10010111 | 1110010 | 0 | 10110 | 101001 | 11000 | 11100 | 100111 | 111100 |
Color Harmonies of #C19772
Complementary color
Monochromatic Colors of #C19772
Black with #C19772
Text Example
Text Example
White with #C19772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19772; }
p { color: rgb(193,151,114); }
H1.HeaderClassName
{
color: #C19772;
}
.AnyTagClassName
{
color: #C19772;
}
</style>
background-color css
<style>
a { background-color: #C19772; }
a { background-color: rgb(193,151,114); }
div.DivClassName
{
background-color: #C19772;
}
.BgClassName
{
background-color: #C19772;
}
</style>
border-color css
<style>
span { border-color: #C19772; }
span { border-color: rgb(193,151,114); }
td.TdClassName
{
border-color: #C19772;
}
.TagClassName
{
border-color: #C19772;
}
</style>