Shades of Fallow #C29873
Tints of Fallow #C29873
RGB
CMYK
RGB Variations
Color information
#C29873 (or 0xC29873) is known color: Fallow. HEX triplet: C2, 98 and 73. RGB value is (194,152,115). Sum of RGB (Red+Green+Blue) = 194+152+115=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C29873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29873 is #3D678C. Grayscale: #A0A0A0. Windows color (decimal): -4024205 or 7575746. OLE color: 7575746.
HSL color Cylindrical-coordinate representation of color #C29873: hue angle of 28.1º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C29873 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 115 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.24 |
| HSL | 28.1º | 0.39% | 0.61% | - |
| HSV(B) | 28.1º | 0.41% | 0.76% | - |
| XYZ | 36.57 | 35.16 | 21.08 | - |
| YUV | 160.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 115 | 0 | 0.22 | 0.41 | 0.24 | 28.1 | 0.39 | 0.61 |
| Hex | C2 | 98 | 73 | 0 | 16 | 29 | 18 | 1C | 27 | 3D |
| Octal | 302 | 230 | 163 | 0 | 26 | 51 | 30 | 34 | 47 | 75 |
| Binary | 11000010 | 10011000 | 1110011 | 0 | 10110 | 101001 | 11000 | 11100 | 100111 | 111101 |
Color Harmonies of #C29873
Complementary color
Monochromatic Colors of #C29873
Black with #C29873
Text Example
Text Example
White with #C29873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29873; }
p { color: rgb(194,152,115); }
H1.HeaderClassName
{
color: #C29873;
}
.AnyTagClassName
{
color: #C29873;
}
</style>
background-color css
<style>
a { background-color: #C29873; }
a { background-color: rgb(194,152,115); }
div.DivClassName
{
background-color: #C29873;
}
.BgClassName
{
background-color: #C29873;
}
</style>
border-color css
<style>
span { border-color: #C29873; }
span { border-color: rgb(194,152,115); }
td.TdClassName
{
border-color: #C29873;
}
.TagClassName
{
border-color: #C29873;
}
</style>