Shades of Fallow #C5976C
Tints of Fallow #C5976C
RGB
CMYK
RGB Variations
Color information
#C5976C (or 0xC5976C) is known color: Fallow. HEX triplet: C5, 97 and 6C. RGB value is (197,151,108). Sum of RGB (Red+Green+Blue) = 197+151+108=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5976C is #3A6893. Grayscale: #A0A0A0. Windows color (decimal): -3827860 or 7116741. OLE color: 7116741.
HSL color Cylindrical-coordinate representation of color #C5976C: hue angle of 28.99º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5976C is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 108 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.23 |
| HSL | 28.99º | 0.43% | 0.6% | - |
| HSV(B) | 28.99º | 0.45% | 0.77% | - |
| XYZ | 36.8 | 35.09 | 19.02 | - |
| YUV | 159.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 108 | 0 | 0.23 | 0.45 | 0.23 | 28.99 | 0.43 | 0.6 |
| Hex | C5 | 97 | 6C | 0 | 17 | 2D | 17 | 1D | 2B | 3C |
| Octal | 305 | 227 | 154 | 0 | 27 | 55 | 27 | 35 | 53 | 74 |
| Binary | 11000101 | 10010111 | 1101100 | 0 | 10111 | 101101 | 10111 | 11101 | 101011 | 111100 |
Color Harmonies of #C5976C
Complementary color
Monochromatic Colors of #C5976C
Black with #C5976C
Text Example
Text Example
White with #C5976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5976C; }
p { color: rgb(197,151,108); }
H1.HeaderClassName
{
color: #C5976C;
}
.AnyTagClassName
{
color: #C5976C;
}
</style>
background-color css
<style>
a { background-color: #C5976C; }
a { background-color: rgb(197,151,108); }
div.DivClassName
{
background-color: #C5976C;
}
.BgClassName
{
background-color: #C5976C;
}
</style>
border-color css
<style>
span { border-color: #C5976C; }
span { border-color: rgb(197,151,108); }
td.TdClassName
{
border-color: #C5976C;
}
.TagClassName
{
border-color: #C5976C;
}
</style>