Shades of Fallow #C29F76
Tints of Fallow #C29F76
RGB
CMYK
RGB Variations
Color information
#C29F76 (or 0xC29F76) is known color: Fallow. HEX triplet: C2, 9F and 76. RGB value is (194,159,118). Sum of RGB (Red+Green+Blue) = 194+159+118=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F76 is #3D6089. Grayscale: #A4A4A4. Windows color (decimal): -4022410 or 7774146. OLE color: 7774146.
HSL color Cylindrical-coordinate representation of color #C29F76: hue angle of 32.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29F76 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 118 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.24 |
| HSL | 32.37º | 0.38% | 0.61% | - |
| HSV(B) | 32.37º | 0.39% | 0.76% | - |
| XYZ | 37.92 | 37.57 | 22.39 | - |
| YUV | 164.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 118 | 0 | 0.18 | 0.39 | 0.24 | 32.37 | 0.38 | 0.61 |
| Hex | C2 | 9F | 76 | 0 | 12 | 27 | 18 | 20 | 26 | 3D |
| Octal | 302 | 237 | 166 | 0 | 22 | 47 | 30 | 40 | 46 | 75 |
| Binary | 11000010 | 10011111 | 1110110 | 0 | 10010 | 100111 | 11000 | 100000 | 100110 | 111101 |
Color Harmonies of #C29F76
Complementary color
Monochromatic Colors of #C29F76
Black with #C29F76
Text Example
Text Example
White with #C29F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F76; }
p { color: rgb(194,159,118); }
H1.HeaderClassName
{
color: #C29F76;
}
.AnyTagClassName
{
color: #C29F76;
}
</style>
background-color css
<style>
a { background-color: #C29F76; }
a { background-color: rgb(194,159,118); }
div.DivClassName
{
background-color: #C29F76;
}
.BgClassName
{
background-color: #C29F76;
}
</style>
border-color css
<style>
span { border-color: #C29F76; }
span { border-color: rgb(194,159,118); }
td.TdClassName
{
border-color: #C29F76;
}
.TagClassName
{
border-color: #C29F76;
}
</style>