Shades of Fallow #C49673
Tints of Fallow #C49673
RGB
CMYK
RGB Variations
Color information
#C49673 (or 0xC49673) is known color: Fallow. HEX triplet: C4, 96 and 73. RGB value is (196,150,115). Sum of RGB (Red+Green+Blue) = 196+150+115=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49673 is #3B698C. Grayscale: #9F9F9F. Windows color (decimal): -3893645 or 7575236. OLE color: 7575236.
HSL color Cylindrical-coordinate representation of color #C49673: hue angle of 25.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49673 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 115 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.23 |
| HSL | 25.93º | 0.41% | 0.61% | - |
| HSV(B) | 25.93º | 0.41% | 0.77% | - |
| XYZ | 36.77 | 34.79 | 21 | - |
| YUV | 159.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 115 | 0 | 0.23 | 0.41 | 0.23 | 25.93 | 0.41 | 0.61 |
| Hex | C4 | 96 | 73 | 0 | 17 | 29 | 17 | 1A | 29 | 3D |
| Octal | 304 | 226 | 163 | 0 | 27 | 51 | 27 | 32 | 51 | 75 |
| Binary | 11000100 | 10010110 | 1110011 | 0 | 10111 | 101001 | 10111 | 11010 | 101001 | 111101 |
Color Harmonies of #C49673
Complementary color
Monochromatic Colors of #C49673
Black with #C49673
Text Example
Text Example
White with #C49673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49673; }
p { color: rgb(196,150,115); }
H1.HeaderClassName
{
color: #C49673;
}
.AnyTagClassName
{
color: #C49673;
}
</style>
background-color css
<style>
a { background-color: #C49673; }
a { background-color: rgb(196,150,115); }
div.DivClassName
{
background-color: #C49673;
}
.BgClassName
{
background-color: #C49673;
}
</style>
border-color css
<style>
span { border-color: #C49673; }
span { border-color: rgb(196,150,115); }
td.TdClassName
{
border-color: #C49673;
}
.TagClassName
{
border-color: #C49673;
}
</style>