Shades of Fallow #C29F78
Tints of Fallow #C29F78
RGB
CMYK
RGB Variations
Color information
#C29F78 (or 0xC29F78) is known color: Fallow. HEX triplet: C2, 9F and 78. RGB value is (194,159,120). Sum of RGB (Red+Green+Blue) = 194+159+120=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F78 is #3D6087. Grayscale: #A5A5A5. Windows color (decimal): -4022408 or 7905218. OLE color: 7905218.
HSL color Cylindrical-coordinate representation of color #C29F78: hue angle of 31.62º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29F78 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 120 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.24 |
| HSL | 31.62º | 0.38% | 0.62% | - |
| HSV(B) | 31.62º | 0.38% | 0.76% | - |
| XYZ | 38.04 | 37.62 | 23.03 | - |
| YUV | 165.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 120 | 0 | 0.18 | 0.38 | 0.24 | 31.62 | 0.38 | 0.62 |
| Hex | C2 | 9F | 78 | 0 | 12 | 26 | 18 | 20 | 26 | 3E |
| Octal | 302 | 237 | 170 | 0 | 22 | 46 | 30 | 40 | 46 | 76 |
| Binary | 11000010 | 10011111 | 1111000 | 0 | 10010 | 100110 | 11000 | 100000 | 100110 | 111110 |
Color Harmonies of #C29F78
Complementary color
Monochromatic Colors of #C29F78
Black with #C29F78
Text Example
Text Example
White with #C29F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F78; }
p { color: rgb(194,159,120); }
H1.HeaderClassName
{
color: #C29F78;
}
.AnyTagClassName
{
color: #C29F78;
}
</style>
background-color css
<style>
a { background-color: #C29F78; }
a { background-color: rgb(194,159,120); }
div.DivClassName
{
background-color: #C29F78;
}
.BgClassName
{
background-color: #C29F78;
}
</style>
border-color css
<style>
span { border-color: #C29F78; }
span { border-color: rgb(194,159,120); }
td.TdClassName
{
border-color: #C29F78;
}
.TagClassName
{
border-color: #C29F78;
}
</style>