Shades of Fallow #C0A077
Tints of Fallow #C0A077
RGB
CMYK
RGB Variations
Color information
#C0A077 (or 0xC0A077) is known color: Fallow. HEX triplet: C0, A0 and 77. RGB value is (192,160,119). Sum of RGB (Red+Green+Blue) = 192+160+119=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A077 is #3F5F88. Grayscale: #A5A5A5. Windows color (decimal): -4153225 or 7839936. OLE color: 7839936.
HSL color Cylindrical-coordinate representation of color #C0A077: hue angle of 33.7º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A077 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 119 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.25 |
| HSL | 33.7º | 0.37% | 0.61% | - |
| HSV(B) | 33.7º | 0.38% | 0.75% | - |
| XYZ | 37.64 | 37.68 | 22.74 | - |
| YUV | 164.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 119 | 0 | 0.17 | 0.38 | 0.25 | 33.7 | 0.37 | 0.61 |
| Hex | C0 | A0 | 77 | 0 | 11 | 26 | 19 | 22 | 25 | 3D |
| Octal | 300 | 240 | 167 | 0 | 21 | 46 | 31 | 42 | 45 | 75 |
| Binary | 11000000 | 10100000 | 1110111 | 0 | 10001 | 100110 | 11001 | 100010 | 100101 | 111101 |
Color Harmonies of #C0A077
Complementary color
Monochromatic Colors of #C0A077
Black with #C0A077
Text Example
Text Example
White with #C0A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A077; }
p { color: rgb(192,160,119); }
H1.HeaderClassName
{
color: #C0A077;
}
.AnyTagClassName
{
color: #C0A077;
}
</style>
background-color css
<style>
a { background-color: #C0A077; }
a { background-color: rgb(192,160,119); }
div.DivClassName
{
background-color: #C0A077;
}
.BgClassName
{
background-color: #C0A077;
}
</style>
border-color css
<style>
span { border-color: #C0A077; }
span { border-color: rgb(192,160,119); }
td.TdClassName
{
border-color: #C0A077;
}
.TagClassName
{
border-color: #C0A077;
}
</style>