Shades of Fallow #C0A374
Tints of Fallow #C0A374
RGB
CMYK
RGB Variations
Color information
#C0A374 (or 0xC0A374) is known color: Fallow. HEX triplet: C0, A3 and 74. RGB value is (192,163,116). Sum of RGB (Red+Green+Blue) = 192+163+116=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A374 is #3F5C8B. Grayscale: #A6A6A6. Windows color (decimal): -4152460 or 7644096. OLE color: 7644096.
HSL color Cylindrical-coordinate representation of color #C0A374: hue angle of 37.11º 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 #C0A374 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 116 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.25 |
| HSL | 37.11º | 0.38% | 0.6% | - |
| HSV(B) | 37.11º | 0.4% | 0.75% | - |
| XYZ | 37.99 | 38.66 | 21.98 | - |
| YUV | 166.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 116 | 0 | 0.15 | 0.40 | 0.25 | 37.11 | 0.38 | 0.6 |
| Hex | C0 | A3 | 74 | 0 | F | 28 | 19 | 25 | 26 | 3C |
| Octal | 300 | 243 | 164 | 0 | 17 | 50 | 31 | 45 | 46 | 74 |
| Binary | 11000000 | 10100011 | 1110100 | 0 | 1111 | 101000 | 11001 | 100101 | 100110 | 111100 |
Color Harmonies of #C0A374
Complementary color
Monochromatic Colors of #C0A374
Black with #C0A374
Text Example
Text Example
White with #C0A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A374; }
p { color: rgb(192,163,116); }
H1.HeaderClassName
{
color: #C0A374;
}
.AnyTagClassName
{
color: #C0A374;
}
</style>
background-color css
<style>
a { background-color: #C0A374; }
a { background-color: rgb(192,163,116); }
div.DivClassName
{
background-color: #C0A374;
}
.BgClassName
{
background-color: #C0A374;
}
</style>
border-color css
<style>
span { border-color: #C0A374; }
span { border-color: rgb(192,163,116); }
td.TdClassName
{
border-color: #C0A374;
}
.TagClassName
{
border-color: #C0A374;
}
</style>