Shades of Fallow #C29763
Tints of Fallow #C29763
RGB
CMYK
RGB Variations
Color information
#C29763 (or 0xC29763) is known color: Fallow. HEX triplet: C2, 97 and 63. RGB value is (194,151,99). Sum of RGB (Red+Green+Blue) = 194+151+99=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C29763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29763 is #3D689C. Grayscale: #9E9E9E. Windows color (decimal): -4024477 or 6526914. OLE color: 6526914.
HSL color Cylindrical-coordinate representation of color #C29763: hue angle of 32.84º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C29763 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 99 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.24 |
| HSL | 32.84º | 0.44% | 0.57% | - |
| HSV(B) | 32.84º | 0.49% | 0.76% | - |
| XYZ | 35.57 | 34.5 | 16.59 | - |
| YUV | 157.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 99 | 0 | 0.22 | 0.49 | 0.24 | 32.84 | 0.44 | 0.57 |
| Hex | C2 | 97 | 63 | 0 | 16 | 31 | 18 | 21 | 2C | 39 |
| Octal | 302 | 227 | 143 | 0 | 26 | 61 | 30 | 41 | 54 | 71 |
| Binary | 11000010 | 10010111 | 1100011 | 0 | 10110 | 110001 | 11000 | 100001 | 101100 | 111001 |
Color Harmonies of #C29763
Complementary color
Monochromatic Colors of #C29763
Black with #C29763
Text Example
Text Example
White with #C29763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29763; }
p { color: rgb(194,151,99); }
H1.HeaderClassName
{
color: #C29763;
}
.AnyTagClassName
{
color: #C29763;
}
</style>
background-color css
<style>
a { background-color: #C29763; }
a { background-color: rgb(194,151,99); }
div.DivClassName
{
background-color: #C29763;
}
.BgClassName
{
background-color: #C29763;
}
</style>
border-color css
<style>
span { border-color: #C29763; }
span { border-color: rgb(194,151,99); }
td.TdClassName
{
border-color: #C29763;
}
.TagClassName
{
border-color: #C29763;
}
</style>