Shades of Fallow #C29571
Tints of Fallow #C29571
RGB
CMYK
RGB Variations
Color information
#C29571 (or 0xC29571) is known color: Fallow. HEX triplet: C2, 95 and 71. RGB value is (194,149,113). Sum of RGB (Red+Green+Blue) = 194+149+113=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29571 is #3D6A8E. Grayscale: #9E9E9E. Windows color (decimal): -4024975 or 7443906. OLE color: 7443906.
HSL color Cylindrical-coordinate representation of color #C29571: hue angle of 26.67º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C29571 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 113 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.24 |
| HSL | 26.67º | 0.4% | 0.6% | - |
| HSV(B) | 26.67º | 0.42% | 0.76% | - |
| XYZ | 35.98 | 34.16 | 20.32 | - |
| YUV | 158.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 113 | 0 | 0.23 | 0.42 | 0.24 | 26.67 | 0.4 | 0.6 |
| Hex | C2 | 95 | 71 | 0 | 17 | 2A | 18 | 1B | 28 | 3C |
| Octal | 302 | 225 | 161 | 0 | 27 | 52 | 30 | 33 | 50 | 74 |
| Binary | 11000010 | 10010101 | 1110001 | 0 | 10111 | 101010 | 11000 | 11011 | 101000 | 111100 |
Color Harmonies of #C29571
Complementary color
Monochromatic Colors of #C29571
Black with #C29571
Text Example
Text Example
White with #C29571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29571; }
p { color: rgb(194,149,113); }
H1.HeaderClassName
{
color: #C29571;
}
.AnyTagClassName
{
color: #C29571;
}
</style>
background-color css
<style>
a { background-color: #C29571; }
a { background-color: rgb(194,149,113); }
div.DivClassName
{
background-color: #C29571;
}
.BgClassName
{
background-color: #C29571;
}
</style>
border-color css
<style>
span { border-color: #C29571; }
span { border-color: rgb(194,149,113); }
td.TdClassName
{
border-color: #C29571;
}
.TagClassName
{
border-color: #C29571;
}
</style>