Shades of Fallow #C29B60
Tints of Fallow #C29B60
RGB
CMYK
RGB Variations
Color information
#C29B60 (or 0xC29B60) is known color: Fallow. HEX triplet: C2, 9B and 60. RGB value is (194,155,96). Sum of RGB (Red+Green+Blue) = 194+155+96=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B60 is #3D649F. Grayscale: #A0A0A0. Windows color (decimal): -4023456 or 6331330. OLE color: 6331330.
HSL color Cylindrical-coordinate representation of color #C29B60: hue angle of 36.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C29B60 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 96 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.24 |
| HSL | 36.12º | 0.45% | 0.57% | - |
| HSV(B) | 36.12º | 0.51% | 0.76% | - |
| XYZ | 36.08 | 35.76 | 16.07 | - |
| YUV | 159.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 96 | 0 | 0.20 | 0.51 | 0.24 | 36.12 | 0.45 | 0.57 |
| Hex | C2 | 9B | 60 | 0 | 14 | 33 | 18 | 24 | 2D | 39 |
| Octal | 302 | 233 | 140 | 0 | 24 | 63 | 30 | 44 | 55 | 71 |
| Binary | 11000010 | 10011011 | 1100000 | 0 | 10100 | 110011 | 11000 | 100100 | 101101 | 111001 |
Color Harmonies of #C29B60
Complementary color
Monochromatic Colors of #C29B60
Black with #C29B60
Text Example
Text Example
White with #C29B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B60; }
p { color: rgb(194,155,96); }
H1.HeaderClassName
{
color: #C29B60;
}
.AnyTagClassName
{
color: #C29B60;
}
</style>
background-color css
<style>
a { background-color: #C29B60; }
a { background-color: rgb(194,155,96); }
div.DivClassName
{
background-color: #C29B60;
}
.BgClassName
{
background-color: #C29B60;
}
</style>
border-color css
<style>
span { border-color: #C29B60; }
span { border-color: rgb(194,155,96); }
td.TdClassName
{
border-color: #C29B60;
}
.TagClassName
{
border-color: #C29B60;
}
</style>