Shades of Fallow #C59F63
Tints of Fallow #C59F63
RGB
CMYK
RGB Variations
Color information
#C59F63 (or 0xC59F63) is known color: Fallow. HEX triplet: C5, 9F and 63. RGB value is (197,159,99). Sum of RGB (Red+Green+Blue) = 197+159+99=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F63 is #3A609C. Grayscale: #A3A3A3. Windows color (decimal): -3825821 or 6528965. OLE color: 6528965.
HSL color Cylindrical-coordinate representation of color #C59F63: hue angle of 36.73º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C59F63 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 99 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.23 |
| HSL | 36.73º | 0.46% | 0.58% | - |
| HSV(B) | 36.73º | 0.5% | 0.77% | - |
| XYZ | 37.68 | 37.57 | 17.07 | - |
| YUV | 163.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 99 | 0 | 0.19 | 0.50 | 0.23 | 36.73 | 0.46 | 0.58 |
| Hex | C5 | 9F | 63 | 0 | 13 | 32 | 17 | 25 | 2E | 3A |
| Octal | 305 | 237 | 143 | 0 | 23 | 62 | 27 | 45 | 56 | 72 |
| Binary | 11000101 | 10011111 | 1100011 | 0 | 10011 | 110010 | 10111 | 100101 | 101110 | 111010 |
Color Harmonies of #C59F63
Complementary color
Monochromatic Colors of #C59F63
Black with #C59F63
Text Example
Text Example
White with #C59F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F63; }
p { color: rgb(197,159,99); }
H1.HeaderClassName
{
color: #C59F63;
}
.AnyTagClassName
{
color: #C59F63;
}
</style>
background-color css
<style>
a { background-color: #C59F63; }
a { background-color: rgb(197,159,99); }
div.DivClassName
{
background-color: #C59F63;
}
.BgClassName
{
background-color: #C59F63;
}
</style>
border-color css
<style>
span { border-color: #C59F63; }
span { border-color: rgb(197,159,99); }
td.TdClassName
{
border-color: #C59F63;
}
.TagClassName
{
border-color: #C59F63;
}
</style>