Shades of Fallow #C0A174
Tints of Fallow #C0A174
RGB
CMYK
RGB Variations
Color information
#C0A174 (or 0xC0A174) is known color: Fallow. HEX triplet: C0, A1 and 74. RGB value is (192,161,116). Sum of RGB (Red+Green+Blue) = 192+161+116=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A174 is #3F5E8B. Grayscale: #A5A5A5. Windows color (decimal): -4152972 or 7643584. OLE color: 7643584.
HSL color Cylindrical-coordinate representation of color #C0A174: hue angle of 35.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0A174 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 116 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.25 |
| HSL | 35.53º | 0.38% | 0.6% | - |
| HSV(B) | 35.53º | 0.4% | 0.75% | - |
| XYZ | 37.64 | 37.96 | 21.87 | - |
| YUV | 165.14 | 100.27 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 116 | 0 | 0.16 | 0.40 | 0.25 | 35.53 | 0.38 | 0.6 |
| Hex | C0 | A1 | 74 | 0 | 10 | 28 | 19 | 24 | 26 | 3C |
| Octal | 300 | 241 | 164 | 0 | 20 | 50 | 31 | 44 | 46 | 74 |
| Binary | 11000000 | 10100001 | 1110100 | 0 | 10000 | 101000 | 11001 | 100100 | 100110 | 111100 |
Color Harmonies of #C0A174
Complementary color
Monochromatic Colors of #C0A174
Black with #C0A174
Text Example
Text Example
White with #C0A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A174; }
p { color: rgb(192,161,116); }
H1.HeaderClassName
{
color: #C0A174;
}
.AnyTagClassName
{
color: #C0A174;
}
</style>
background-color css
<style>
a { background-color: #C0A174; }
a { background-color: rgb(192,161,116); }
div.DivClassName
{
background-color: #C0A174;
}
.BgClassName
{
background-color: #C0A174;
}
</style>
border-color css
<style>
span { border-color: #C0A174; }
span { border-color: rgb(192,161,116); }
td.TdClassName
{
border-color: #C0A174;
}
.TagClassName
{
border-color: #C0A174;
}
</style>