Shades of Fallow #C59963
Tints of Fallow #C59963
RGB
CMYK
RGB Variations
Color information
#C59963 (or 0xC59963) is known color: Fallow. HEX triplet: C5, 99 and 63. RGB value is (197,153,99). Sum of RGB (Red+Green+Blue) = 197+153+99=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C59963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59963 is #3A669C. Grayscale: #A0A0A0. Windows color (decimal): -3827357 or 6527429. OLE color: 6527429.
HSL color Cylindrical-coordinate representation of color #C59963: hue angle of 33.06º 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 #C59963 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 99 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.23 |
| HSL | 33.06º | 0.46% | 0.58% | - |
| HSV(B) | 33.06º | 0.5% | 0.77% | - |
| XYZ | 36.67 | 35.55 | 16.73 | - |
| YUV | 160 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 99 | 0 | 0.22 | 0.50 | 0.23 | 33.06 | 0.46 | 0.58 |
| Hex | C5 | 99 | 63 | 0 | 16 | 32 | 17 | 21 | 2E | 3A |
| Octal | 305 | 231 | 143 | 0 | 26 | 62 | 27 | 41 | 56 | 72 |
| Binary | 11000101 | 10011001 | 1100011 | 0 | 10110 | 110010 | 10111 | 100001 | 101110 | 111010 |
Color Harmonies of #C59963
Complementary color
Monochromatic Colors of #C59963
Black with #C59963
Text Example
Text Example
White with #C59963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59963; }
p { color: rgb(197,153,99); }
H1.HeaderClassName
{
color: #C59963;
}
.AnyTagClassName
{
color: #C59963;
}
</style>
background-color css
<style>
a { background-color: #C59963; }
a { background-color: rgb(197,153,99); }
div.DivClassName
{
background-color: #C59963;
}
.BgClassName
{
background-color: #C59963;
}
</style>
border-color css
<style>
span { border-color: #C59963; }
span { border-color: rgb(197,153,99); }
td.TdClassName
{
border-color: #C59963;
}
.TagClassName
{
border-color: #C59963;
}
</style>