Shades of Fallow #C59C75
Tints of Fallow #C59C75
RGB
CMYK
RGB Variations
Color information
#C59C75 (or 0xC59C75) is known color: Fallow. HEX triplet: C5, 9C and 75. RGB value is (197,156,117). Sum of RGB (Red+Green+Blue) = 197+156+117=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59C75 is #3A638A. Grayscale: #A4A4A4. Windows color (decimal): -3826571 or 7707845. OLE color: 7707845.
HSL color Cylindrical-coordinate representation of color #C59C75: hue angle of 29.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C59C75 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 117 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.23 |
| HSL | 29.25º | 0.41% | 0.62% | - |
| HSV(B) | 29.25º | 0.41% | 0.77% | - |
| XYZ | 38.13 | 36.93 | 21.95 | - |
| YUV | 163.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 117 | 0 | 0.21 | 0.41 | 0.23 | 29.25 | 0.41 | 0.62 |
| Hex | C5 | 9C | 75 | 0 | 15 | 29 | 17 | 1D | 29 | 3E |
| Octal | 305 | 234 | 165 | 0 | 25 | 51 | 27 | 35 | 51 | 76 |
| Binary | 11000101 | 10011100 | 1110101 | 0 | 10101 | 101001 | 10111 | 11101 | 101001 | 111110 |
Color Harmonies of #C59C75
Complementary color
Monochromatic Colors of #C59C75
Black with #C59C75
Text Example
Text Example
White with #C59C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C75; }
p { color: rgb(197,156,117); }
H1.HeaderClassName
{
color: #C59C75;
}
.AnyTagClassName
{
color: #C59C75;
}
</style>
background-color css
<style>
a { background-color: #C59C75; }
a { background-color: rgb(197,156,117); }
div.DivClassName
{
background-color: #C59C75;
}
.BgClassName
{
background-color: #C59C75;
}
</style>
border-color css
<style>
span { border-color: #C59C75; }
span { border-color: rgb(197,156,117); }
td.TdClassName
{
border-color: #C59C75;
}
.TagClassName
{
border-color: #C59C75;
}
</style>