Shades of Fallow #C29F74
Tints of Fallow #C29F74
RGB
CMYK
RGB Variations
Color information
#C29F74 (or 0xC29F74) is known color: Fallow. HEX triplet: C2, 9F and 74. RGB value is (194,159,116). Sum of RGB (Red+Green+Blue) = 194+159+116=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F74 is #3D608B. Grayscale: #A4A4A4. Windows color (decimal): -4022412 or 7643074. OLE color: 7643074.
HSL color Cylindrical-coordinate representation of color #C29F74: hue angle of 33.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C29F74 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 116 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.24 |
| HSL | 33.08º | 0.39% | 0.61% | - |
| HSV(B) | 33.08º | 0.4% | 0.76% | - |
| XYZ | 37.8 | 37.53 | 21.77 | - |
| YUV | 164.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 116 | 0 | 0.18 | 0.40 | 0.24 | 33.08 | 0.39 | 0.61 |
| Hex | C2 | 9F | 74 | 0 | 12 | 28 | 18 | 21 | 27 | 3D |
| Octal | 302 | 237 | 164 | 0 | 22 | 50 | 30 | 41 | 47 | 75 |
| Binary | 11000010 | 10011111 | 1110100 | 0 | 10010 | 101000 | 11000 | 100001 | 100111 | 111101 |
Color Harmonies of #C29F74
Complementary color
Monochromatic Colors of #C29F74
Black with #C29F74
Text Example
Text Example
White with #C29F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F74; }
p { color: rgb(194,159,116); }
H1.HeaderClassName
{
color: #C29F74;
}
.AnyTagClassName
{
color: #C29F74;
}
</style>
background-color css
<style>
a { background-color: #C29F74; }
a { background-color: rgb(194,159,116); }
div.DivClassName
{
background-color: #C29F74;
}
.BgClassName
{
background-color: #C29F74;
}
</style>
border-color css
<style>
span { border-color: #C29F74; }
span { border-color: rgb(194,159,116); }
td.TdClassName
{
border-color: #C29F74;
}
.TagClassName
{
border-color: #C29F74;
}
</style>