Shades of Fallow #C39C5E
Tints of Fallow #C39C5E
RGB
CMYK
RGB Variations
Color information
#C39C5E (or 0xC39C5E) is known color: Fallow. HEX triplet: C3, 9C and 5E. RGB value is (195,156,94). Sum of RGB (Red+Green+Blue) = 195+156+94=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C5E is #3C63A1. Grayscale: #A0A0A0. Windows color (decimal): -3957666 or 6200515. OLE color: 6200515.
HSL color Cylindrical-coordinate representation of color #C39C5E: hue angle of 36.83º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C39C5E is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 94 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.24 |
| HSL | 36.83º | 0.46% | 0.57% | - |
| HSV(B) | 36.83º | 0.52% | 0.76% | - |
| XYZ | 36.41 | 36.19 | 15.66 | - |
| YUV | 160.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 94 | 0 | 0.20 | 0.52 | 0.24 | 36.83 | 0.46 | 0.57 |
| Hex | C3 | 9C | 5E | 0 | 14 | 34 | 18 | 25 | 2E | 39 |
| Octal | 303 | 234 | 136 | 0 | 24 | 64 | 30 | 45 | 56 | 71 |
| Binary | 11000011 | 10011100 | 1011110 | 0 | 10100 | 110100 | 11000 | 100101 | 101110 | 111001 |
Color Harmonies of #C39C5E
Complementary color
Monochromatic Colors of #C39C5E
Black with #C39C5E
Text Example
Text Example
White with #C39C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C5E; }
p { color: rgb(195,156,94); }
H1.HeaderClassName
{
color: #C39C5E;
}
.AnyTagClassName
{
color: #C39C5E;
}
</style>
background-color css
<style>
a { background-color: #C39C5E; }
a { background-color: rgb(195,156,94); }
div.DivClassName
{
background-color: #C39C5E;
}
.BgClassName
{
background-color: #C39C5E;
}
</style>
border-color css
<style>
span { border-color: #C39C5E; }
span { border-color: rgb(195,156,94); }
td.TdClassName
{
border-color: #C39C5E;
}
.TagClassName
{
border-color: #C39C5E;
}
</style>