Shades of Fallow #C29960
Tints of Fallow #C29960
RGB
CMYK
RGB Variations
Color information
#C29960 (or 0xC29960) is known color: Fallow. HEX triplet: C2, 99 and 60. RGB value is (194,153,96). Sum of RGB (Red+Green+Blue) = 194+153+96=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C29960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29960 is #3D669F. Grayscale: #9F9F9F. Windows color (decimal): -4023968 or 6330818. OLE color: 6330818.
HSL color Cylindrical-coordinate representation of color #C29960: hue angle of 34.9º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C29960 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 96 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.24 |
| HSL | 34.9º | 0.45% | 0.57% | - |
| HSV(B) | 34.9º | 0.51% | 0.76% | - |
| XYZ | 35.75 | 35.1 | 15.96 | - |
| YUV | 158.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 96 | 0 | 0.21 | 0.51 | 0.24 | 34.9 | 0.45 | 0.57 |
| Hex | C2 | 99 | 60 | 0 | 15 | 33 | 18 | 23 | 2D | 39 |
| Octal | 302 | 231 | 140 | 0 | 25 | 63 | 30 | 43 | 55 | 71 |
| Binary | 11000010 | 10011001 | 1100000 | 0 | 10101 | 110011 | 11000 | 100011 | 101101 | 111001 |
Color Harmonies of #C29960
Complementary color
Monochromatic Colors of #C29960
Black with #C29960
Text Example
Text Example
White with #C29960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29960; }
p { color: rgb(194,153,96); }
H1.HeaderClassName
{
color: #C29960;
}
.AnyTagClassName
{
color: #C29960;
}
</style>
background-color css
<style>
a { background-color: #C29960; }
a { background-color: rgb(194,153,96); }
div.DivClassName
{
background-color: #C29960;
}
.BgClassName
{
background-color: #C29960;
}
</style>
border-color css
<style>
span { border-color: #C29960; }
span { border-color: rgb(194,153,96); }
td.TdClassName
{
border-color: #C29960;
}
.TagClassName
{
border-color: #C29960;
}
</style>