Shades of Fallow #C29C74
Tints of Fallow #C29C74
RGB
CMYK
RGB Variations
Color information
#C29C74 (or 0xC29C74) is known color: Fallow. HEX triplet: C2, 9C and 74. RGB value is (194,156,116). Sum of RGB (Red+Green+Blue) = 194+156+116=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C74 is #3D638B. Grayscale: #A2A2A2. Windows color (decimal): -4023180 or 7642306. OLE color: 7642306.
HSL color Cylindrical-coordinate representation of color #C29C74: hue angle of 30.77º 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 #C29C74 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 116 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.24 |
| HSL | 30.77º | 0.39% | 0.61% | - |
| HSV(B) | 30.77º | 0.4% | 0.76% | - |
| XYZ | 37.29 | 36.51 | 21.6 | - |
| YUV | 162.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 116 | 0 | 0.20 | 0.40 | 0.24 | 30.77 | 0.39 | 0.61 |
| Hex | C2 | 9C | 74 | 0 | 14 | 28 | 18 | 1F | 27 | 3D |
| Octal | 302 | 234 | 164 | 0 | 24 | 50 | 30 | 37 | 47 | 75 |
| Binary | 11000010 | 10011100 | 1110100 | 0 | 10100 | 101000 | 11000 | 11111 | 100111 | 111101 |
Color Harmonies of #C29C74
Complementary color
Monochromatic Colors of #C29C74
Black with #C29C74
Text Example
Text Example
White with #C29C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C74; }
p { color: rgb(194,156,116); }
H1.HeaderClassName
{
color: #C29C74;
}
.AnyTagClassName
{
color: #C29C74;
}
</style>
background-color css
<style>
a { background-color: #C29C74; }
a { background-color: rgb(194,156,116); }
div.DivClassName
{
background-color: #C29C74;
}
.BgClassName
{
background-color: #C29C74;
}
</style>
border-color css
<style>
span { border-color: #C29C74; }
span { border-color: rgb(194,156,116); }
td.TdClassName
{
border-color: #C29C74;
}
.TagClassName
{
border-color: #C29C74;
}
</style>