Shades of Fallow #C59864
Tints of Fallow #C59864
RGB
CMYK
RGB Variations
Color information
#C59864 (or 0xC59864) is known color: Fallow. HEX triplet: C5, 98 and 64. RGB value is (197,152,100). Sum of RGB (Red+Green+Blue) = 197+152+100=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C59864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59864 is #3A679B. Grayscale: #9F9F9F. Windows color (decimal): -3827612 or 6592709. OLE color: 6592709.
HSL color Cylindrical-coordinate representation of color #C59864: hue angle of 32.16º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C59864 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 100 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.23 |
| HSL | 32.16º | 0.46% | 0.58% | - |
| HSV(B) | 32.16º | 0.49% | 0.77% | - |
| XYZ | 36.55 | 35.25 | 16.93 | - |
| YUV | 159.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 100 | 0 | 0.23 | 0.49 | 0.23 | 32.16 | 0.46 | 0.58 |
| Hex | C5 | 98 | 64 | 0 | 17 | 31 | 17 | 20 | 2E | 3A |
| Octal | 305 | 230 | 144 | 0 | 27 | 61 | 27 | 40 | 56 | 72 |
| Binary | 11000101 | 10011000 | 1100100 | 0 | 10111 | 110001 | 10111 | 100000 | 101110 | 111010 |
Color Harmonies of #C59864
Complementary color
Monochromatic Colors of #C59864
Black with #C59864
Text Example
Text Example
White with #C59864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59864; }
p { color: rgb(197,152,100); }
H1.HeaderClassName
{
color: #C59864;
}
.AnyTagClassName
{
color: #C59864;
}
</style>
background-color css
<style>
a { background-color: #C59864; }
a { background-color: rgb(197,152,100); }
div.DivClassName
{
background-color: #C59864;
}
.BgClassName
{
background-color: #C59864;
}
</style>
border-color css
<style>
span { border-color: #C59864; }
span { border-color: rgb(197,152,100); }
td.TdClassName
{
border-color: #C59864;
}
.TagClassName
{
border-color: #C59864;
}
</style>