Shades of Fallow #C09F62
Tints of Fallow #C09F62
RGB
CMYK
RGB Variations
Color information
#C09F62 (or 0xC09F62) is known color: Fallow. HEX triplet: C0, 9F and 62. RGB value is (192,159,98). Sum of RGB (Red+Green+Blue) = 192+159+98=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F62 is #3F609D. Grayscale: #A2A2A2. Windows color (decimal): -4153502 or 6463424. OLE color: 6463424.
HSL color Cylindrical-coordinate representation of color #C09F62: hue angle of 38.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C09F62 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 98 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.25 |
| HSL | 38.94º | 0.43% | 0.57% | - |
| HSV(B) | 38.94º | 0.49% | 0.75% | - |
| XYZ | 36.34 | 36.88 | 16.76 | - |
| YUV | 161.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 98 | 0 | 0.17 | 0.49 | 0.25 | 38.94 | 0.43 | 0.57 |
| Hex | C0 | 9F | 62 | 0 | 11 | 31 | 19 | 27 | 2B | 39 |
| Octal | 300 | 237 | 142 | 0 | 21 | 61 | 31 | 47 | 53 | 71 |
| Binary | 11000000 | 10011111 | 1100010 | 0 | 10001 | 110001 | 11001 | 100111 | 101011 | 111001 |
Color Harmonies of #C09F62
Complementary color
Monochromatic Colors of #C09F62
Black with #C09F62
Text Example
Text Example
White with #C09F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F62; }
p { color: rgb(192,159,98); }
H1.HeaderClassName
{
color: #C09F62;
}
.AnyTagClassName
{
color: #C09F62;
}
</style>
background-color css
<style>
a { background-color: #C09F62; }
a { background-color: rgb(192,159,98); }
div.DivClassName
{
background-color: #C09F62;
}
.BgClassName
{
background-color: #C09F62;
}
</style>
border-color css
<style>
span { border-color: #C09F62; }
span { border-color: rgb(192,159,98); }
td.TdClassName
{
border-color: #C09F62;
}
.TagClassName
{
border-color: #C09F62;
}
</style>