Shades of Fallow #C29961
Tints of Fallow #C29961
RGB
CMYK
RGB Variations
Color information
#C29961 (or 0xC29961) is known color: Fallow. HEX triplet: C2, 99 and 61. RGB value is (194,153,97). Sum of RGB (Red+Green+Blue) = 194+153+97=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C29961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29961 is #3D669E. Grayscale: #9F9F9F. Windows color (decimal): -4023967 or 6396354. OLE color: 6396354.
HSL color Cylindrical-coordinate representation of color #C29961: hue angle of 34.64º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C29961 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 97 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.24 |
| HSL | 34.64º | 0.44% | 0.57% | - |
| HSV(B) | 34.64º | 0.5% | 0.76% | - |
| XYZ | 35.8 | 35.11 | 16.2 | - |
| YUV | 158.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 97 | 0 | 0.21 | 0.50 | 0.24 | 34.64 | 0.44 | 0.57 |
| Hex | C2 | 99 | 61 | 0 | 15 | 32 | 18 | 23 | 2C | 39 |
| Octal | 302 | 231 | 141 | 0 | 25 | 62 | 30 | 43 | 54 | 71 |
| Binary | 11000010 | 10011001 | 1100001 | 0 | 10101 | 110010 | 11000 | 100011 | 101100 | 111001 |
Color Harmonies of #C29961
Complementary color
Monochromatic Colors of #C29961
Black with #C29961
Text Example
Text Example
White with #C29961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29961; }
p { color: rgb(194,153,97); }
H1.HeaderClassName
{
color: #C29961;
}
.AnyTagClassName
{
color: #C29961;
}
</style>
background-color css
<style>
a { background-color: #C29961; }
a { background-color: rgb(194,153,97); }
div.DivClassName
{
background-color: #C29961;
}
.BgClassName
{
background-color: #C29961;
}
</style>
border-color css
<style>
span { border-color: #C29961; }
span { border-color: rgb(194,153,97); }
td.TdClassName
{
border-color: #C29961;
}
.TagClassName
{
border-color: #C29961;
}
</style>