Shades of Fallow #C19765
Tints of Fallow #C19765
RGB
CMYK
RGB Variations
Color information
#C19765 (or 0xC19765) is known color: Fallow. HEX triplet: C1, 97 and 65. RGB value is (193,151,101). Sum of RGB (Red+Green+Blue) = 193+151+101=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C19765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19765 is #3E689A. Grayscale: #9E9E9E. Windows color (decimal): -4090011 or 6657985. OLE color: 6657985.
HSL color Cylindrical-coordinate representation of color #C19765: hue angle of 32.61º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C19765 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 101 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.24 |
| HSL | 32.61º | 0.43% | 0.58% | - |
| HSV(B) | 32.61º | 0.48% | 0.76% | - |
| XYZ | 35.41 | 34.41 | 17.09 | - |
| YUV | 157.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 101 | 0 | 0.22 | 0.48 | 0.24 | 32.61 | 0.43 | 0.58 |
| Hex | C1 | 97 | 65 | 0 | 16 | 30 | 18 | 21 | 2B | 3A |
| Octal | 301 | 227 | 145 | 0 | 26 | 60 | 30 | 41 | 53 | 72 |
| Binary | 11000001 | 10010111 | 1100101 | 0 | 10110 | 110000 | 11000 | 100001 | 101011 | 111010 |
Color Harmonies of #C19765
Complementary color
Monochromatic Colors of #C19765
Black with #C19765
Text Example
Text Example
White with #C19765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19765; }
p { color: rgb(193,151,101); }
H1.HeaderClassName
{
color: #C19765;
}
.AnyTagClassName
{
color: #C19765;
}
</style>
background-color css
<style>
a { background-color: #C19765; }
a { background-color: rgb(193,151,101); }
div.DivClassName
{
background-color: #C19765;
}
.BgClassName
{
background-color: #C19765;
}
</style>
border-color css
<style>
span { border-color: #C19765; }
span { border-color: rgb(193,151,101); }
td.TdClassName
{
border-color: #C19765;
}
.TagClassName
{
border-color: #C19765;
}
</style>