Shades of Fallow #C0A06F
Tints of Fallow #C0A06F
RGB
CMYK
RGB Variations
Color information
#C0A06F (or 0xC0A06F) is known color: Fallow. HEX triplet: C0, A0 and 6F. RGB value is (192,160,111). Sum of RGB (Red+Green+Blue) = 192+160+111=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A06F is #3F5F90. Grayscale: #A4A4A4. Windows color (decimal): -4153233 or 7315648. OLE color: 7315648.
HSL color Cylindrical-coordinate representation of color #C0A06F: hue angle of 36.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0A06F is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 111 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.25 |
| HSL | 36.3º | 0.39% | 0.59% | - |
| HSV(B) | 36.3º | 0.42% | 0.75% | - |
| XYZ | 37.18 | 37.5 | 20.32 | - |
| YUV | 163.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 111 | 0 | 0.17 | 0.42 | 0.25 | 36.3 | 0.39 | 0.59 |
| Hex | C0 | A0 | 6F | 0 | 11 | 2A | 19 | 24 | 27 | 3B |
| Octal | 300 | 240 | 157 | 0 | 21 | 52 | 31 | 44 | 47 | 73 |
| Binary | 11000000 | 10100000 | 1101111 | 0 | 10001 | 101010 | 11001 | 100100 | 100111 | 111011 |
Color Harmonies of #C0A06F
Complementary color
Monochromatic Colors of #C0A06F
Black with #C0A06F
Text Example
Text Example
White with #C0A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A06F; }
p { color: rgb(192,160,111); }
H1.HeaderClassName
{
color: #C0A06F;
}
.AnyTagClassName
{
color: #C0A06F;
}
</style>
background-color css
<style>
a { background-color: #C0A06F; }
a { background-color: rgb(192,160,111); }
div.DivClassName
{
background-color: #C0A06F;
}
.BgClassName
{
background-color: #C0A06F;
}
</style>
border-color css
<style>
span { border-color: #C0A06F; }
span { border-color: rgb(192,160,111); }
td.TdClassName
{
border-color: #C0A06F;
}
.TagClassName
{
border-color: #C0A06F;
}
</style>