Shades of Fallow #C29465
Tints of Fallow #C29465
RGB
CMYK
RGB Variations
Color information
#C29465 (or 0xC29465) is known color: Fallow. HEX triplet: C2, 94 and 65. RGB value is (194,148,101). Sum of RGB (Red+Green+Blue) = 194+148+101=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C29465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29465 is #3D6B9A. Grayscale: #9C9C9C. Windows color (decimal): -4025243 or 6657218. OLE color: 6657218.
HSL color Cylindrical-coordinate representation of color #C29465: hue angle of 30.32º degrees, saturation: 0.43, 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 #C29465 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 101 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.24 |
| HSL | 30.32º | 0.43% | 0.58% | - |
| HSV(B) | 30.32º | 0.48% | 0.76% | - |
| XYZ | 35.19 | 33.59 | 16.94 | - |
| YUV | 156.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 101 | 0 | 0.24 | 0.48 | 0.24 | 30.32 | 0.43 | 0.58 |
| Hex | C2 | 94 | 65 | 0 | 18 | 30 | 18 | 1E | 2B | 3A |
| Octal | 302 | 224 | 145 | 0 | 30 | 60 | 30 | 36 | 53 | 72 |
| Binary | 11000010 | 10010100 | 1100101 | 0 | 11000 | 110000 | 11000 | 11110 | 101011 | 111010 |
Color Harmonies of #C29465
Complementary color
Monochromatic Colors of #C29465
Black with #C29465
Text Example
Text Example
White with #C29465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29465; }
p { color: rgb(194,148,101); }
H1.HeaderClassName
{
color: #C29465;
}
.AnyTagClassName
{
color: #C29465;
}
</style>
background-color css
<style>
a { background-color: #C29465; }
a { background-color: rgb(194,148,101); }
div.DivClassName
{
background-color: #C29465;
}
.BgClassName
{
background-color: #C29465;
}
</style>
border-color css
<style>
span { border-color: #C29465; }
span { border-color: rgb(194,148,101); }
td.TdClassName
{
border-color: #C29465;
}
.TagClassName
{
border-color: #C29465;
}
</style>