Shades of Fallow #C39E74
Tints of Fallow #C39E74
RGB
CMYK
RGB Variations
Color information
#C39E74 (or 0xC39E74) is known color: Fallow. HEX triplet: C3, 9E and 74. RGB value is (195,158,116). Sum of RGB (Red+Green+Blue) = 195+158+116=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39E74 is #3C618B. Grayscale: #A4A4A4. Windows color (decimal): -3957132 or 7642819. OLE color: 7642819.
HSL color Cylindrical-coordinate representation of color #C39E74: hue angle of 31.9º degrees, saturation: 0.4, 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 #C39E74 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 116 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.24 |
| HSL | 31.9º | 0.4% | 0.61% | - |
| HSV(B) | 31.9º | 0.41% | 0.76% | - |
| XYZ | 37.88 | 37.32 | 21.73 | - |
| YUV | 164.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 116 | 0 | 0.19 | 0.41 | 0.24 | 31.9 | 0.4 | 0.61 |
| Hex | C3 | 9E | 74 | 0 | 13 | 29 | 18 | 20 | 28 | 3D |
| Octal | 303 | 236 | 164 | 0 | 23 | 51 | 30 | 40 | 50 | 75 |
| Binary | 11000011 | 10011110 | 1110100 | 0 | 10011 | 101001 | 11000 | 100000 | 101000 | 111101 |
Color Harmonies of #C39E74
Complementary color
Monochromatic Colors of #C39E74
Black with #C39E74
Text Example
Text Example
White with #C39E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E74; }
p { color: rgb(195,158,116); }
H1.HeaderClassName
{
color: #C39E74;
}
.AnyTagClassName
{
color: #C39E74;
}
</style>
background-color css
<style>
a { background-color: #C39E74; }
a { background-color: rgb(195,158,116); }
div.DivClassName
{
background-color: #C39E74;
}
.BgClassName
{
background-color: #C39E74;
}
</style>
border-color css
<style>
span { border-color: #C39E74; }
span { border-color: rgb(195,158,116); }
td.TdClassName
{
border-color: #C39E74;
}
.TagClassName
{
border-color: #C39E74;
}
</style>