Shades of Fallow #C29262
Tints of Fallow #C29262
RGB
CMYK
RGB Variations
Color information
#C29262 (or 0xC29262) is known color: Fallow. HEX triplet: C2, 92 and 62. RGB value is (194,146,98). Sum of RGB (Red+Green+Blue) = 194+146+98=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C29262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29262 is #3D6D9D. Grayscale: #9B9B9B. Windows color (decimal): -4025758 or 6460098. OLE color: 6460098.
HSL color Cylindrical-coordinate representation of color #C29262: hue angle of 30º 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 #C29262 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 98 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.24 |
| HSL | 30º | 0.44% | 0.57% | - |
| HSV(B) | 30º | 0.49% | 0.76% | - |
| XYZ | 34.73 | 32.91 | 16.08 | - |
| YUV | 154.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 98 | 0 | 0.25 | 0.49 | 0.24 | 30 | 0.44 | 0.57 |
| Hex | C2 | 92 | 62 | 0 | 19 | 31 | 18 | 1E | 2C | 39 |
| Octal | 302 | 222 | 142 | 0 | 31 | 61 | 30 | 36 | 54 | 71 |
| Binary | 11000010 | 10010010 | 1100010 | 0 | 11001 | 110001 | 11000 | 11110 | 101100 | 111001 |
Color Harmonies of #C29262
Complementary color
Monochromatic Colors of #C29262
Black with #C29262
Text Example
Text Example
White with #C29262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29262; }
p { color: rgb(194,146,98); }
H1.HeaderClassName
{
color: #C29262;
}
.AnyTagClassName
{
color: #C29262;
}
</style>
background-color css
<style>
a { background-color: #C29262; }
a { background-color: rgb(194,146,98); }
div.DivClassName
{
background-color: #C29262;
}
.BgClassName
{
background-color: #C29262;
}
</style>
border-color css
<style>
span { border-color: #C29262; }
span { border-color: rgb(194,146,98); }
td.TdClassName
{
border-color: #C29262;
}
.TagClassName
{
border-color: #C29262;
}
</style>