Shades of Fallow #C2A36C
Tints of Fallow #C2A36C
RGB
CMYK
RGB Variations
Color information
#C2A36C (or 0xC2A36C) is known color: Fallow. HEX triplet: C2, A3 and 6C. RGB value is (194,163,108). Sum of RGB (Red+Green+Blue) = 194+163+108=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A36C is #3D5C93. Grayscale: #A6A6A6. Windows color (decimal): -4021396 or 7119810. OLE color: 7119810.
HSL color Cylindrical-coordinate representation of color #C2A36C: hue angle of 38.37º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2A36C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 108 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.24 |
| HSL | 38.37º | 0.41% | 0.59% | - |
| HSV(B) | 38.37º | 0.44% | 0.76% | - |
| XYZ | 38.05 | 38.75 | 19.66 | - |
| YUV | 166 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 108 | 0 | 0.16 | 0.44 | 0.24 | 38.37 | 0.41 | 0.59 |
| Hex | C2 | A3 | 6C | 0 | 10 | 2C | 18 | 26 | 29 | 3B |
| Octal | 302 | 243 | 154 | 0 | 20 | 54 | 30 | 46 | 51 | 73 |
| Binary | 11000010 | 10100011 | 1101100 | 0 | 10000 | 101100 | 11000 | 100110 | 101001 | 111011 |
Color Harmonies of #C2A36C
Complementary color
Monochromatic Colors of #C2A36C
Black with #C2A36C
Text Example
Text Example
White with #C2A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A36C; }
p { color: rgb(194,163,108); }
H1.HeaderClassName
{
color: #C2A36C;
}
.AnyTagClassName
{
color: #C2A36C;
}
</style>
background-color css
<style>
a { background-color: #C2A36C; }
a { background-color: rgb(194,163,108); }
div.DivClassName
{
background-color: #C2A36C;
}
.BgClassName
{
background-color: #C2A36C;
}
</style>
border-color css
<style>
span { border-color: #C2A36C; }
span { border-color: rgb(194,163,108); }
td.TdClassName
{
border-color: #C2A36C;
}
.TagClassName
{
border-color: #C2A36C;
}
</style>