Shades of Fallow #C49672
Tints of Fallow #C49672
RGB
CMYK
RGB Variations
Color information
#C49672 (or 0xC49672) is known color: Fallow. HEX triplet: C4, 96 and 72. RGB value is (196,150,114). Sum of RGB (Red+Green+Blue) = 196+150+114=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49672 is #3B698D. Grayscale: #9F9F9F. Windows color (decimal): -3893646 or 7509700. OLE color: 7509700.
HSL color Cylindrical-coordinate representation of color #C49672: hue angle of 26.34º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C49672 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 114 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.23 |
| HSL | 26.34º | 0.41% | 0.61% | - |
| HSV(B) | 26.34º | 0.42% | 0.77% | - |
| XYZ | 36.71 | 34.76 | 20.69 | - |
| YUV | 159.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 114 | 0 | 0.23 | 0.42 | 0.23 | 26.34 | 0.41 | 0.61 |
| Hex | C4 | 96 | 72 | 0 | 17 | 2A | 17 | 1A | 29 | 3D |
| Octal | 304 | 226 | 162 | 0 | 27 | 52 | 27 | 32 | 51 | 75 |
| Binary | 11000100 | 10010110 | 1110010 | 0 | 10111 | 101010 | 10111 | 11010 | 101001 | 111101 |
Color Harmonies of #C49672
Complementary color
Monochromatic Colors of #C49672
Black with #C49672
Text Example
Text Example
White with #C49672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49672; }
p { color: rgb(196,150,114); }
H1.HeaderClassName
{
color: #C49672;
}
.AnyTagClassName
{
color: #C49672;
}
</style>
background-color css
<style>
a { background-color: #C49672; }
a { background-color: rgb(196,150,114); }
div.DivClassName
{
background-color: #C49672;
}
.BgClassName
{
background-color: #C49672;
}
</style>
border-color css
<style>
span { border-color: #C49672; }
span { border-color: rgb(196,150,114); }
td.TdClassName
{
border-color: #C49672;
}
.TagClassName
{
border-color: #C49672;
}
</style>