Shades of Fallow #C0A072
Tints of Fallow #C0A072
RGB
CMYK
RGB Variations
Color information
#C0A072 (or 0xC0A072) is known color: Fallow. HEX triplet: C0, A0 and 72. RGB value is (192,160,114). Sum of RGB (Red+Green+Blue) = 192+160+114=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A072 is #3F5F8D. Grayscale: #A4A4A4. Windows color (decimal): -4153230 or 7512256. OLE color: 7512256.
HSL color Cylindrical-coordinate representation of color #C0A072: hue angle of 35.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0A072 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 114 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.25 |
| HSL | 35.38º | 0.38% | 0.6% | - |
| HSV(B) | 35.38º | 0.41% | 0.75% | - |
| XYZ | 37.35 | 37.56 | 21.2 | - |
| YUV | 164.32 | 99.6 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 114 | 0 | 0.17 | 0.41 | 0.25 | 35.38 | 0.38 | 0.6 |
| Hex | C0 | A0 | 72 | 0 | 11 | 29 | 19 | 23 | 26 | 3C |
| Octal | 300 | 240 | 162 | 0 | 21 | 51 | 31 | 43 | 46 | 74 |
| Binary | 11000000 | 10100000 | 1110010 | 0 | 10001 | 101001 | 11001 | 100011 | 100110 | 111100 |
Color Harmonies of #C0A072
Complementary color
Monochromatic Colors of #C0A072
Black with #C0A072
Text Example
Text Example
White with #C0A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A072; }
p { color: rgb(192,160,114); }
H1.HeaderClassName
{
color: #C0A072;
}
.AnyTagClassName
{
color: #C0A072;
}
</style>
background-color css
<style>
a { background-color: #C0A072; }
a { background-color: rgb(192,160,114); }
div.DivClassName
{
background-color: #C0A072;
}
.BgClassName
{
background-color: #C0A072;
}
</style>
border-color css
<style>
span { border-color: #C0A072; }
span { border-color: rgb(192,160,114); }
td.TdClassName
{
border-color: #C0A072;
}
.TagClassName
{
border-color: #C0A072;
}
</style>