Shades of Fallow #C59568
Tints of Fallow #C59568
RGB
CMYK
RGB Variations
Color information
#C59568 (or 0xC59568) is known color: Fallow. HEX triplet: C5, 95 and 68. RGB value is (197,149,104). Sum of RGB (Red+Green+Blue) = 197+149+104=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C59568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59568 is #3A6A97. Grayscale: #9E9E9E. Windows color (decimal): -3828376 or 6854085. OLE color: 6854085.
HSL color Cylindrical-coordinate representation of color #C59568: hue angle of 29.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C59568 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 104 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.23 |
| HSL | 29.03º | 0.44% | 0.59% | - |
| HSV(B) | 29.03º | 0.47% | 0.77% | - |
| XYZ | 36.27 | 34.36 | 17.82 | - |
| YUV | 158.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 104 | 0 | 0.24 | 0.47 | 0.23 | 29.03 | 0.44 | 0.59 |
| Hex | C5 | 95 | 68 | 0 | 18 | 2F | 17 | 1D | 2C | 3B |
| Octal | 305 | 225 | 150 | 0 | 30 | 57 | 27 | 35 | 54 | 73 |
| Binary | 11000101 | 10010101 | 1101000 | 0 | 11000 | 101111 | 10111 | 11101 | 101100 | 111011 |
Color Harmonies of #C59568
Complementary color
Monochromatic Colors of #C59568
Black with #C59568
Text Example
Text Example
White with #C59568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59568; }
p { color: rgb(197,149,104); }
H1.HeaderClassName
{
color: #C59568;
}
.AnyTagClassName
{
color: #C59568;
}
</style>
background-color css
<style>
a { background-color: #C59568; }
a { background-color: rgb(197,149,104); }
div.DivClassName
{
background-color: #C59568;
}
.BgClassName
{
background-color: #C59568;
}
</style>
border-color css
<style>
span { border-color: #C59568; }
span { border-color: rgb(197,149,104); }
td.TdClassName
{
border-color: #C59568;
}
.TagClassName
{
border-color: #C59568;
}
</style>