Shades of Fallow #C5956D
Tints of Fallow #C5956D
RGB
CMYK
RGB Variations
Color information
#C5956D (or 0xC5956D) is known color: Fallow. HEX triplet: C5, 95 and 6D. RGB value is (197,149,109). Sum of RGB (Red+Green+Blue) = 197+149+109=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5956D is #3A6A92. Grayscale: #9F9F9F. Windows color (decimal): -3828371 or 7181765. OLE color: 7181765.
HSL color Cylindrical-coordinate representation of color #C5956D: hue angle of 27.27º 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 #C5956D is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 109 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.23 |
| HSL | 27.27º | 0.43% | 0.6% | - |
| HSV(B) | 27.27º | 0.45% | 0.77% | - |
| XYZ | 36.53 | 34.47 | 19.2 | - |
| YUV | 158.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 109 | 0 | 0.24 | 0.45 | 0.23 | 27.27 | 0.43 | 0.6 |
| Hex | C5 | 95 | 6D | 0 | 18 | 2D | 17 | 1B | 2B | 3C |
| Octal | 305 | 225 | 155 | 0 | 30 | 55 | 27 | 33 | 53 | 74 |
| Binary | 11000101 | 10010101 | 1101101 | 0 | 11000 | 101101 | 10111 | 11011 | 101011 | 111100 |
Color Harmonies of #C5956D
Complementary color
Monochromatic Colors of #C5956D
Black with #C5956D
Text Example
Text Example
White with #C5956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5956D; }
p { color: rgb(197,149,109); }
H1.HeaderClassName
{
color: #C5956D;
}
.AnyTagClassName
{
color: #C5956D;
}
</style>
background-color css
<style>
a { background-color: #C5956D; }
a { background-color: rgb(197,149,109); }
div.DivClassName
{
background-color: #C5956D;
}
.BgClassName
{
background-color: #C5956D;
}
</style>
border-color css
<style>
span { border-color: #C5956D; }
span { border-color: rgb(197,149,109); }
td.TdClassName
{
border-color: #C5956D;
}
.TagClassName
{
border-color: #C5956D;
}
</style>