Shades of Fallow #C0A076
Tints of Fallow #C0A076
RGB
CMYK
RGB Variations
Color information
#C0A076 (or 0xC0A076) is known color: Fallow. HEX triplet: C0, A0 and 76. RGB value is (192,160,118). Sum of RGB (Red+Green+Blue) = 192+160+118=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A076 is #3F5F89. Grayscale: #A4A4A4. Windows color (decimal): -4153226 or 7774400. OLE color: 7774400.
HSL color Cylindrical-coordinate representation of color #C0A076: hue angle of 34.05º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0A076 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 118 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.25 |
| HSL | 34.05º | 0.37% | 0.61% | - |
| HSV(B) | 34.05º | 0.39% | 0.75% | - |
| XYZ | 37.58 | 37.66 | 22.43 | - |
| YUV | 164.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 118 | 0 | 0.17 | 0.39 | 0.25 | 34.05 | 0.37 | 0.61 |
| Hex | C0 | A0 | 76 | 0 | 11 | 27 | 19 | 22 | 25 | 3D |
| Octal | 300 | 240 | 166 | 0 | 21 | 47 | 31 | 42 | 45 | 75 |
| Binary | 11000000 | 10100000 | 1110110 | 0 | 10001 | 100111 | 11001 | 100010 | 100101 | 111101 |
Color Harmonies of #C0A076
Complementary color
Monochromatic Colors of #C0A076
Black with #C0A076
Text Example
Text Example
White with #C0A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A076; }
p { color: rgb(192,160,118); }
H1.HeaderClassName
{
color: #C0A076;
}
.AnyTagClassName
{
color: #C0A076;
}
</style>
background-color css
<style>
a { background-color: #C0A076; }
a { background-color: rgb(192,160,118); }
div.DivClassName
{
background-color: #C0A076;
}
.BgClassName
{
background-color: #C0A076;
}
</style>
border-color css
<style>
span { border-color: #C0A076; }
span { border-color: rgb(192,160,118); }
td.TdClassName
{
border-color: #C0A076;
}
.TagClassName
{
border-color: #C0A076;
}
</style>