Shades of Fallow #C0A067
Tints of Fallow #C0A067
RGB
CMYK
RGB Variations
Color information
#C0A067 (or 0xC0A067) is known color: Fallow. HEX triplet: C0, A0 and 67. RGB value is (192,160,103). Sum of RGB (Red+Green+Blue) = 192+160+103=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A067 is #3F5F98. Grayscale: #A3A3A3. Windows color (decimal): -4153241 or 6791360. OLE color: 6791360.
HSL color Cylindrical-coordinate representation of color #C0A067: hue angle of 38.43º 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 #C0A067 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 103 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.25 |
| HSL | 38.43º | 0.41% | 0.58% | - |
| HSV(B) | 38.43º | 0.46% | 0.75% | - |
| XYZ | 36.76 | 37.33 | 18.1 | - |
| YUV | 163.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 103 | 0 | 0.17 | 0.46 | 0.25 | 38.43 | 0.41 | 0.58 |
| Hex | C0 | A0 | 67 | 0 | 11 | 2E | 19 | 26 | 29 | 3A |
| Octal | 300 | 240 | 147 | 0 | 21 | 56 | 31 | 46 | 51 | 72 |
| Binary | 11000000 | 10100000 | 1100111 | 0 | 10001 | 101110 | 11001 | 100110 | 101001 | 111010 |
Color Harmonies of #C0A067
Complementary color
Monochromatic Colors of #C0A067
Black with #C0A067
Text Example
Text Example
White with #C0A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A067; }
p { color: rgb(192,160,103); }
H1.HeaderClassName
{
color: #C0A067;
}
.AnyTagClassName
{
color: #C0A067;
}
</style>
background-color css
<style>
a { background-color: #C0A067; }
a { background-color: rgb(192,160,103); }
div.DivClassName
{
background-color: #C0A067;
}
.BgClassName
{
background-color: #C0A067;
}
</style>
border-color css
<style>
span { border-color: #C0A067; }
span { border-color: rgb(192,160,103); }
td.TdClassName
{
border-color: #C0A067;
}
.TagClassName
{
border-color: #C0A067;
}
</style>