Shades of Fallow #C09B73
Tints of Fallow #C09B73
RGB
CMYK
RGB Variations
Color information
#C09B73 (or 0xC09B73) is known color: Fallow. HEX triplet: C0, 9B and 73. RGB value is (192,155,115). Sum of RGB (Red+Green+Blue) = 192+155+115=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B73 is #3F648C. Grayscale: #A1A1A1. Windows color (decimal): -4154509 or 7576512. OLE color: 7576512.
HSL color Cylindrical-coordinate representation of color #C09B73: hue angle of 31.17º 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 #C09B73 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 115 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.25 |
| HSL | 31.17º | 0.38% | 0.6% | - |
| HSV(B) | 31.17º | 0.4% | 0.75% | - |
| XYZ | 36.55 | 35.89 | 21.22 | - |
| YUV | 161.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 115 | 0 | 0.19 | 0.40 | 0.25 | 31.17 | 0.38 | 0.6 |
| Hex | C0 | 9B | 73 | 0 | 13 | 28 | 19 | 1F | 26 | 3C |
| Octal | 300 | 233 | 163 | 0 | 23 | 50 | 31 | 37 | 46 | 74 |
| Binary | 11000000 | 10011011 | 1110011 | 0 | 10011 | 101000 | 11001 | 11111 | 100110 | 111100 |
Color Harmonies of #C09B73
Complementary color
Monochromatic Colors of #C09B73
Black with #C09B73
Text Example
Text Example
White with #C09B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B73; }
p { color: rgb(192,155,115); }
H1.HeaderClassName
{
color: #C09B73;
}
.AnyTagClassName
{
color: #C09B73;
}
</style>
background-color css
<style>
a { background-color: #C09B73; }
a { background-color: rgb(192,155,115); }
div.DivClassName
{
background-color: #C09B73;
}
.BgClassName
{
background-color: #C09B73;
}
</style>
border-color css
<style>
span { border-color: #C09B73; }
span { border-color: rgb(192,155,115); }
td.TdClassName
{
border-color: #C09B73;
}
.TagClassName
{
border-color: #C09B73;
}
</style>