Shades of Fallow #C39870
Tints of Fallow #C39870
RGB
CMYK
RGB Variations
Color information
#C39870 (or 0xC39870) is known color: Fallow. HEX triplet: C3, 98 and 70. RGB value is (195,152,112). Sum of RGB (Red+Green+Blue) = 195+152+112=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C39870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39870 is #3C678F. Grayscale: #A0A0A0. Windows color (decimal): -3958672 or 7379139. OLE color: 7379139.
HSL color Cylindrical-coordinate representation of color #C39870: hue angle of 28.92º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C39870 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 112 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.24 |
| HSL | 28.92º | 0.41% | 0.6% | - |
| HSV(B) | 28.92º | 0.43% | 0.76% | - |
| XYZ | 36.66 | 35.23 | 20.2 | - |
| YUV | 160.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 112 | 0 | 0.22 | 0.43 | 0.24 | 28.92 | 0.41 | 0.6 |
| Hex | C3 | 98 | 70 | 0 | 16 | 2B | 18 | 1D | 29 | 3C |
| Octal | 303 | 230 | 160 | 0 | 26 | 53 | 30 | 35 | 51 | 74 |
| Binary | 11000011 | 10011000 | 1110000 | 0 | 10110 | 101011 | 11000 | 11101 | 101001 | 111100 |
Color Harmonies of #C39870
Complementary color
Monochromatic Colors of #C39870
Black with #C39870
Text Example
Text Example
White with #C39870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39870; }
p { color: rgb(195,152,112); }
H1.HeaderClassName
{
color: #C39870;
}
.AnyTagClassName
{
color: #C39870;
}
</style>
background-color css
<style>
a { background-color: #C39870; }
a { background-color: rgb(195,152,112); }
div.DivClassName
{
background-color: #C39870;
}
.BgClassName
{
background-color: #C39870;
}
</style>
border-color css
<style>
span { border-color: #C39870; }
span { border-color: rgb(195,152,112); }
td.TdClassName
{
border-color: #C39870;
}
.TagClassName
{
border-color: #C39870;
}
</style>