Shades of Fallow #C49E75
Tints of Fallow #C49E75
RGB
CMYK
RGB Variations
Color information
#C49E75 (or 0xC49E75) is known color: Fallow. HEX triplet: C4, 9E and 75. RGB value is (196,158,117). Sum of RGB (Red+Green+Blue) = 196+158+117=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E75 is #3B618A. Grayscale: #A4A4A4. Windows color (decimal): -3891595 or 7708356. OLE color: 7708356.
HSL color Cylindrical-coordinate representation of color #C49E75: hue angle of 31.14º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C49E75 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 117 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.23 |
| HSL | 31.14º | 0.4% | 0.61% | - |
| HSV(B) | 31.14º | 0.4% | 0.77% | - |
| XYZ | 38.2 | 37.47 | 22.05 | - |
| YUV | 164.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 117 | 0 | 0.19 | 0.40 | 0.23 | 31.14 | 0.4 | 0.61 |
| Hex | C4 | 9E | 75 | 0 | 13 | 28 | 17 | 1F | 28 | 3D |
| Octal | 304 | 236 | 165 | 0 | 23 | 50 | 27 | 37 | 50 | 75 |
| Binary | 11000100 | 10011110 | 1110101 | 0 | 10011 | 101000 | 10111 | 11111 | 101000 | 111101 |
Color Harmonies of #C49E75
Complementary color
Monochromatic Colors of #C49E75
Black with #C49E75
Text Example
Text Example
White with #C49E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E75; }
p { color: rgb(196,158,117); }
H1.HeaderClassName
{
color: #C49E75;
}
.AnyTagClassName
{
color: #C49E75;
}
</style>
background-color css
<style>
a { background-color: #C49E75; }
a { background-color: rgb(196,158,117); }
div.DivClassName
{
background-color: #C49E75;
}
.BgClassName
{
background-color: #C49E75;
}
</style>
border-color css
<style>
span { border-color: #C49E75; }
span { border-color: rgb(196,158,117); }
td.TdClassName
{
border-color: #C49E75;
}
.TagClassName
{
border-color: #C49E75;
}
</style>