Shades of Fallow #C0A46C
Tints of Fallow #C0A46C
RGB
CMYK
RGB Variations
Color information
#C0A46C (or 0xC0A46C) is known color: Fallow. HEX triplet: C0, A4 and 6C. RGB value is (192,164,108). Sum of RGB (Red+Green+Blue) = 192+164+108=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A46C is #3F5B93. Grayscale: #A6A6A6. Windows color (decimal): -4152212 or 7120064. OLE color: 7120064.
HSL color Cylindrical-coordinate representation of color #C0A46C: hue angle of 40º 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 #C0A46C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 108 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.25 |
| HSL | 40º | 0.4% | 0.59% | - |
| HSV(B) | 40º | 0.44% | 0.75% | - |
| XYZ | 37.72 | 38.84 | 19.7 | - |
| YUV | 165.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 108 | 0 | 0.15 | 0.44 | 0.25 | 40 | 0.4 | 0.59 |
| Hex | C0 | A4 | 6C | 0 | F | 2C | 19 | 28 | 28 | 3B |
| Octal | 300 | 244 | 154 | 0 | 17 | 54 | 31 | 50 | 50 | 73 |
| Binary | 11000000 | 10100100 | 1101100 | 0 | 1111 | 101100 | 11001 | 101000 | 101000 | 111011 |
Color Harmonies of #C0A46C
Complementary color
Monochromatic Colors of #C0A46C
Black with #C0A46C
Text Example
Text Example
White with #C0A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A46C; }
p { color: rgb(192,164,108); }
H1.HeaderClassName
{
color: #C0A46C;
}
.AnyTagClassName
{
color: #C0A46C;
}
</style>
background-color css
<style>
a { background-color: #C0A46C; }
a { background-color: rgb(192,164,108); }
div.DivClassName
{
background-color: #C0A46C;
}
.BgClassName
{
background-color: #C0A46C;
}
</style>
border-color css
<style>
span { border-color: #C0A46C; }
span { border-color: rgb(192,164,108); }
td.TdClassName
{
border-color: #C0A46C;
}
.TagClassName
{
border-color: #C0A46C;
}
</style>