Shades of Fallow #C09F70
Tints of Fallow #C09F70
RGB
CMYK
RGB Variations
Color information
#C09F70 (or 0xC09F70) is known color: Fallow. HEX triplet: C0, 9F and 70. RGB value is (192,159,112). Sum of RGB (Red+Green+Blue) = 192+159+112=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F70 is #3F608F. Grayscale: #A3A3A3. Windows color (decimal): -4153488 or 7380928. OLE color: 7380928.
HSL color Cylindrical-coordinate representation of color #C09F70: hue angle of 35.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C09F70 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 112 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.25 |
| HSL | 35.25º | 0.39% | 0.6% | - |
| HSV(B) | 35.25º | 0.42% | 0.75% | - |
| XYZ | 37.06 | 37.17 | 20.55 | - |
| YUV | 163.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 112 | 0 | 0.17 | 0.42 | 0.25 | 35.25 | 0.39 | 0.6 |
| Hex | C0 | 9F | 70 | 0 | 11 | 2A | 19 | 23 | 27 | 3C |
| Octal | 300 | 237 | 160 | 0 | 21 | 52 | 31 | 43 | 47 | 74 |
| Binary | 11000000 | 10011111 | 1110000 | 0 | 10001 | 101010 | 11001 | 100011 | 100111 | 111100 |
Color Harmonies of #C09F70
Complementary color
Monochromatic Colors of #C09F70
Black with #C09F70
Text Example
Text Example
White with #C09F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F70; }
p { color: rgb(192,159,112); }
H1.HeaderClassName
{
color: #C09F70;
}
.AnyTagClassName
{
color: #C09F70;
}
</style>
background-color css
<style>
a { background-color: #C09F70; }
a { background-color: rgb(192,159,112); }
div.DivClassName
{
background-color: #C09F70;
}
.BgClassName
{
background-color: #C09F70;
}
</style>
border-color css
<style>
span { border-color: #C09F70; }
span { border-color: rgb(192,159,112); }
td.TdClassName
{
border-color: #C09F70;
}
.TagClassName
{
border-color: #C09F70;
}
</style>