Shades of Fallow #C4956D
Tints of Fallow #C4956D
RGB
CMYK
RGB Variations
Color information
#C4956D (or 0xC4956D) is known color: Fallow. HEX triplet: C4, 95 and 6D. RGB value is (196,149,109). Sum of RGB (Red+Green+Blue) = 196+149+109=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4956D is #3B6A92. Grayscale: #9E9E9E. Windows color (decimal): -3893907 or 7181764. OLE color: 7181764.
HSL color Cylindrical-coordinate representation of color #C4956D: hue angle of 27.59º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4956D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 109 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.23 |
| HSL | 27.59º | 0.42% | 0.6% | - |
| HSV(B) | 27.59º | 0.44% | 0.77% | - |
| XYZ | 36.27 | 34.33 | 19.18 | - |
| YUV | 158.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 109 | 0 | 0.24 | 0.44 | 0.23 | 27.59 | 0.42 | 0.6 |
| Hex | C4 | 95 | 6D | 0 | 18 | 2C | 17 | 1C | 2A | 3C |
| Octal | 304 | 225 | 155 | 0 | 30 | 54 | 27 | 34 | 52 | 74 |
| Binary | 11000100 | 10010101 | 1101101 | 0 | 11000 | 101100 | 10111 | 11100 | 101010 | 111100 |
Color Harmonies of #C4956D
Complementary color
Monochromatic Colors of #C4956D
Black with #C4956D
Text Example
Text Example
White with #C4956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4956D; }
p { color: rgb(196,149,109); }
H1.HeaderClassName
{
color: #C4956D;
}
.AnyTagClassName
{
color: #C4956D;
}
</style>
background-color css
<style>
a { background-color: #C4956D; }
a { background-color: rgb(196,149,109); }
div.DivClassName
{
background-color: #C4956D;
}
.BgClassName
{
background-color: #C4956D;
}
</style>
border-color css
<style>
span { border-color: #C4956D; }
span { border-color: rgb(196,149,109); }
td.TdClassName
{
border-color: #C4956D;
}
.TagClassName
{
border-color: #C4956D;
}
</style>