Shades of Fallow #C0A36C
Tints of Fallow #C0A36C
RGB
CMYK
RGB Variations
Color information
#C0A36C (or 0xC0A36C) is known color: Fallow. HEX triplet: C0, A3 and 6C. RGB value is (192,163,108). Sum of RGB (Red+Green+Blue) = 192+163+108=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A36C is #3F5C93. Grayscale: #A5A5A5. Windows color (decimal): -4152468 or 7119808. OLE color: 7119808.
HSL color Cylindrical-coordinate representation of color #C0A36C: hue angle of 39.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0A36C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 108 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.25 |
| HSL | 39.29º | 0.4% | 0.59% | - |
| HSV(B) | 39.29º | 0.44% | 0.75% | - |
| XYZ | 37.54 | 38.48 | 19.64 | - |
| YUV | 165.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 108 | 0 | 0.15 | 0.44 | 0.25 | 39.29 | 0.4 | 0.59 |
| Hex | C0 | A3 | 6C | 0 | F | 2C | 19 | 27 | 28 | 3B |
| Octal | 300 | 243 | 154 | 0 | 17 | 54 | 31 | 47 | 50 | 73 |
| Binary | 11000000 | 10100011 | 1101100 | 0 | 1111 | 101100 | 11001 | 100111 | 101000 | 111011 |
Color Harmonies of #C0A36C
Complementary color
Monochromatic Colors of #C0A36C
Black with #C0A36C
Text Example
Text Example
White with #C0A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A36C; }
p { color: rgb(192,163,108); }
H1.HeaderClassName
{
color: #C0A36C;
}
.AnyTagClassName
{
color: #C0A36C;
}
</style>
background-color css
<style>
a { background-color: #C0A36C; }
a { background-color: rgb(192,163,108); }
div.DivClassName
{
background-color: #C0A36C;
}
.BgClassName
{
background-color: #C0A36C;
}
</style>
border-color css
<style>
span { border-color: #C0A36C; }
span { border-color: rgb(192,163,108); }
td.TdClassName
{
border-color: #C0A36C;
}
.TagClassName
{
border-color: #C0A36C;
}
</style>