Shades of Fallow #C0A06D
Tints of Fallow #C0A06D
RGB
CMYK
RGB Variations
Color information
#C0A06D (or 0xC0A06D) is known color: Fallow. HEX triplet: C0, A0 and 6D. RGB value is (192,160,109). Sum of RGB (Red+Green+Blue) = 192+160+109=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A06D is #3F5F92. Grayscale: #A3A3A3. Windows color (decimal): -4153235 or 7184576. OLE color: 7184576.
HSL color Cylindrical-coordinate representation of color #C0A06D: hue angle of 36.87º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0A06D is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 109 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.25 |
| HSL | 36.87º | 0.4% | 0.59% | - |
| HSV(B) | 36.87º | 0.43% | 0.75% | - |
| XYZ | 37.07 | 37.45 | 19.74 | - |
| YUV | 163.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 109 | 0 | 0.17 | 0.43 | 0.25 | 36.87 | 0.4 | 0.59 |
| Hex | C0 | A0 | 6D | 0 | 11 | 2B | 19 | 25 | 28 | 3B |
| Octal | 300 | 240 | 155 | 0 | 21 | 53 | 31 | 45 | 50 | 73 |
| Binary | 11000000 | 10100000 | 1101101 | 0 | 10001 | 101011 | 11001 | 100101 | 101000 | 111011 |
Color Harmonies of #C0A06D
Complementary color
Monochromatic Colors of #C0A06D
Black with #C0A06D
Text Example
Text Example
White with #C0A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A06D; }
p { color: rgb(192,160,109); }
H1.HeaderClassName
{
color: #C0A06D;
}
.AnyTagClassName
{
color: #C0A06D;
}
</style>
background-color css
<style>
a { background-color: #C0A06D; }
a { background-color: rgb(192,160,109); }
div.DivClassName
{
background-color: #C0A06D;
}
.BgClassName
{
background-color: #C0A06D;
}
</style>
border-color css
<style>
span { border-color: #C0A06D; }
span { border-color: rgb(192,160,109); }
td.TdClassName
{
border-color: #C0A06D;
}
.TagClassName
{
border-color: #C0A06D;
}
</style>