Shades of Fallow #C29565
Tints of Fallow #C29565
RGB
CMYK
RGB Variations
Color information
#C29565 (or 0xC29565) is known color: Fallow. HEX triplet: C2, 95 and 65. RGB value is (194,149,101). Sum of RGB (Red+Green+Blue) = 194+149+101=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C29565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29565 is #3D6A9A. Grayscale: #9D9D9D. Windows color (decimal): -4024987 or 6657474. OLE color: 6657474.
HSL color Cylindrical-coordinate representation of color #C29565: hue angle of 30.97º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C29565 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 101 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.24 |
| HSL | 30.97º | 0.43% | 0.58% | - |
| HSV(B) | 30.97º | 0.48% | 0.76% | - |
| XYZ | 35.34 | 33.9 | 16.99 | - |
| YUV | 156.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 101 | 0 | 0.23 | 0.48 | 0.24 | 30.97 | 0.43 | 0.58 |
| Hex | C2 | 95 | 65 | 0 | 17 | 30 | 18 | 1F | 2B | 3A |
| Octal | 302 | 225 | 145 | 0 | 27 | 60 | 30 | 37 | 53 | 72 |
| Binary | 11000010 | 10010101 | 1100101 | 0 | 10111 | 110000 | 11000 | 11111 | 101011 | 111010 |
Color Harmonies of #C29565
Complementary color
Monochromatic Colors of #C29565
Black with #C29565
Text Example
Text Example
White with #C29565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29565; }
p { color: rgb(194,149,101); }
H1.HeaderClassName
{
color: #C29565;
}
.AnyTagClassName
{
color: #C29565;
}
</style>
background-color css
<style>
a { background-color: #C29565; }
a { background-color: rgb(194,149,101); }
div.DivClassName
{
background-color: #C29565;
}
.BgClassName
{
background-color: #C29565;
}
</style>
border-color css
<style>
span { border-color: #C29565; }
span { border-color: rgb(194,149,101); }
td.TdClassName
{
border-color: #C29565;
}
.TagClassName
{
border-color: #C29565;
}
</style>