Shades of Fallow #C19565
Tints of Fallow #C19565
RGB
CMYK
RGB Variations
Color information
#C19565 (or 0xC19565) is known color: Fallow. HEX triplet: C1, 95 and 65. RGB value is (193,149,101). Sum of RGB (Red+Green+Blue) = 193+149+101=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C19565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19565 is #3E6A9A. Grayscale: #9C9C9C. Windows color (decimal): -4090523 or 6657473. OLE color: 6657473.
HSL color Cylindrical-coordinate representation of color #C19565: hue angle of 31.3º 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 #C19565 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 101 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.24 |
| HSL | 31.3º | 0.43% | 0.58% | - |
| HSV(B) | 31.3º | 0.48% | 0.76% | - |
| XYZ | 35.09 | 33.77 | 16.98 | - |
| YUV | 156.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 101 | 0 | 0.23 | 0.48 | 0.24 | 31.3 | 0.43 | 0.58 |
| Hex | C1 | 95 | 65 | 0 | 17 | 30 | 18 | 1F | 2B | 3A |
| Octal | 301 | 225 | 145 | 0 | 27 | 60 | 30 | 37 | 53 | 72 |
| Binary | 11000001 | 10010101 | 1100101 | 0 | 10111 | 110000 | 11000 | 11111 | 101011 | 111010 |
Color Harmonies of #C19565
Complementary color
Monochromatic Colors of #C19565
Black with #C19565
Text Example
Text Example
White with #C19565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19565; }
p { color: rgb(193,149,101); }
H1.HeaderClassName
{
color: #C19565;
}
.AnyTagClassName
{
color: #C19565;
}
</style>
background-color css
<style>
a { background-color: #C19565; }
a { background-color: rgb(193,149,101); }
div.DivClassName
{
background-color: #C19565;
}
.BgClassName
{
background-color: #C19565;
}
</style>
border-color css
<style>
span { border-color: #C19565; }
span { border-color: rgb(193,149,101); }
td.TdClassName
{
border-color: #C19565;
}
.TagClassName
{
border-color: #C19565;
}
</style>