Shades of Fallow #C29364
Tints of Fallow #C29364
RGB
CMYK
RGB Variations
Color information
#C29364 (or 0xC29364) is known color: Fallow. HEX triplet: C2, 93 and 64. RGB value is (194,147,100). Sum of RGB (Red+Green+Blue) = 194+147+100=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C29364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29364 is #3D6C9B. Grayscale: #9B9B9B. Windows color (decimal): -4025500 or 6591426. OLE color: 6591426.
HSL color Cylindrical-coordinate representation of color #C29364: hue angle of 30º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C29364 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 100 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.24 |
| HSL | 30º | 0.44% | 0.58% | - |
| HSV(B) | 30º | 0.48% | 0.76% | - |
| XYZ | 34.98 | 33.26 | 16.63 | - |
| YUV | 155.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 100 | 0 | 0.24 | 0.48 | 0.24 | 30 | 0.44 | 0.58 |
| Hex | C2 | 93 | 64 | 0 | 18 | 30 | 18 | 1E | 2C | 3A |
| Octal | 302 | 223 | 144 | 0 | 30 | 60 | 30 | 36 | 54 | 72 |
| Binary | 11000010 | 10010011 | 1100100 | 0 | 11000 | 110000 | 11000 | 11110 | 101100 | 111010 |
Color Harmonies of #C29364
Complementary color
Monochromatic Colors of #C29364
Black with #C29364
Text Example
Text Example
White with #C29364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29364; }
p { color: rgb(194,147,100); }
H1.HeaderClassName
{
color: #C29364;
}
.AnyTagClassName
{
color: #C29364;
}
</style>
background-color css
<style>
a { background-color: #C29364; }
a { background-color: rgb(194,147,100); }
div.DivClassName
{
background-color: #C29364;
}
.BgClassName
{
background-color: #C29364;
}
</style>
border-color css
<style>
span { border-color: #C29364; }
span { border-color: rgb(194,147,100); }
td.TdClassName
{
border-color: #C29364;
}
.TagClassName
{
border-color: #C29364;
}
</style>