Shades of Fallow #C09F74
Tints of Fallow #C09F74
RGB
CMYK
RGB Variations
Color information
#C09F74 (or 0xC09F74) is known color: Fallow. HEX triplet: C0, 9F and 74. RGB value is (192,159,116). Sum of RGB (Red+Green+Blue) = 192+159+116=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F74 is #3F608B. Grayscale: #A4A4A4. Windows color (decimal): -4153484 or 7643072. OLE color: 7643072.
HSL color Cylindrical-coordinate representation of color #C09F74: hue angle of 33.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C09F74 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 116 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.25 |
| HSL | 33.95º | 0.38% | 0.6% | - |
| HSV(B) | 33.95º | 0.4% | 0.75% | - |
| XYZ | 37.29 | 37.26 | 21.75 | - |
| YUV | 163.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 116 | 0 | 0.17 | 0.40 | 0.25 | 33.95 | 0.38 | 0.6 |
| Hex | C0 | 9F | 74 | 0 | 11 | 28 | 19 | 22 | 26 | 3C |
| Octal | 300 | 237 | 164 | 0 | 21 | 50 | 31 | 42 | 46 | 74 |
| Binary | 11000000 | 10011111 | 1110100 | 0 | 10001 | 101000 | 11001 | 100010 | 100110 | 111100 |
Color Harmonies of #C09F74
Complementary color
Monochromatic Colors of #C09F74
Black with #C09F74
Text Example
Text Example
White with #C09F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F74; }
p { color: rgb(192,159,116); }
H1.HeaderClassName
{
color: #C09F74;
}
.AnyTagClassName
{
color: #C09F74;
}
</style>
background-color css
<style>
a { background-color: #C09F74; }
a { background-color: rgb(192,159,116); }
div.DivClassName
{
background-color: #C09F74;
}
.BgClassName
{
background-color: #C09F74;
}
</style>
border-color css
<style>
span { border-color: #C09F74; }
span { border-color: rgb(192,159,116); }
td.TdClassName
{
border-color: #C09F74;
}
.TagClassName
{
border-color: #C09F74;
}
</style>