Shades of Fallow #C2A46C
Tints of Fallow #C2A46C
RGB
CMYK
RGB Variations
Color information
#C2A46C (or 0xC2A46C) is known color: Fallow. HEX triplet: C2, A4 and 6C. RGB value is (194,164,108). Sum of RGB (Red+Green+Blue) = 194+164+108=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A46C is #3D5B93. Grayscale: #A6A6A6. Windows color (decimal): -4021140 or 7120066. OLE color: 7120066.
HSL color Cylindrical-coordinate representation of color #C2A46C: hue angle of 39.07º 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 #C2A46C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 108 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.24 |
| HSL | 39.07º | 0.41% | 0.59% | - |
| HSV(B) | 39.07º | 0.44% | 0.76% | - |
| XYZ | 38.23 | 39.1 | 19.72 | - |
| YUV | 166.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 108 | 0 | 0.15 | 0.44 | 0.24 | 39.07 | 0.41 | 0.59 |
| Hex | C2 | A4 | 6C | 0 | F | 2C | 18 | 27 | 29 | 3B |
| Octal | 302 | 244 | 154 | 0 | 17 | 54 | 30 | 47 | 51 | 73 |
| Binary | 11000010 | 10100100 | 1101100 | 0 | 1111 | 101100 | 11000 | 100111 | 101001 | 111011 |
Color Harmonies of #C2A46C
Complementary color
Monochromatic Colors of #C2A46C
Black with #C2A46C
Text Example
Text Example
White with #C2A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A46C; }
p { color: rgb(194,164,108); }
H1.HeaderClassName
{
color: #C2A46C;
}
.AnyTagClassName
{
color: #C2A46C;
}
</style>
background-color css
<style>
a { background-color: #C2A46C; }
a { background-color: rgb(194,164,108); }
div.DivClassName
{
background-color: #C2A46C;
}
.BgClassName
{
background-color: #C2A46C;
}
</style>
border-color css
<style>
span { border-color: #C2A46C; }
span { border-color: rgb(194,164,108); }
td.TdClassName
{
border-color: #C2A46C;
}
.TagClassName
{
border-color: #C2A46C;
}
</style>