Shades of Fallow #C09467
Tints of Fallow #C09467
RGB
CMYK
RGB Variations
Color information
#C09467 (or 0xC09467) is known color: Fallow. HEX triplet: C0, 94 and 67. RGB value is (192,148,103). Sum of RGB (Red+Green+Blue) = 192+148+103=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C09467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09467 is #3F6B98. Grayscale: #9C9C9C. Windows color (decimal): -4156313 or 6788288. OLE color: 6788288.
HSL color Cylindrical-coordinate representation of color #C09467: hue angle of 30.34º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C09467 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 103 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.25 |
| HSL | 30.34º | 0.41% | 0.58% | - |
| HSV(B) | 30.34º | 0.46% | 0.75% | - |
| XYZ | 34.78 | 33.37 | 17.44 | - |
| YUV | 156.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 103 | 0 | 0.23 | 0.46 | 0.25 | 30.34 | 0.41 | 0.58 |
| Hex | C0 | 94 | 67 | 0 | 17 | 2E | 19 | 1E | 29 | 3A |
| Octal | 300 | 224 | 147 | 0 | 27 | 56 | 31 | 36 | 51 | 72 |
| Binary | 11000000 | 10010100 | 1100111 | 0 | 10111 | 101110 | 11001 | 11110 | 101001 | 111010 |
Color Harmonies of #C09467
Complementary color
Monochromatic Colors of #C09467
Black with #C09467
Text Example
Text Example
White with #C09467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09467; }
p { color: rgb(192,148,103); }
H1.HeaderClassName
{
color: #C09467;
}
.AnyTagClassName
{
color: #C09467;
}
</style>
background-color css
<style>
a { background-color: #C09467; }
a { background-color: rgb(192,148,103); }
div.DivClassName
{
background-color: #C09467;
}
.BgClassName
{
background-color: #C09467;
}
</style>
border-color css
<style>
span { border-color: #C09467; }
span { border-color: rgb(192,148,103); }
td.TdClassName
{
border-color: #C09467;
}
.TagClassName
{
border-color: #C09467;
}
</style>