Shades of Fallow #C2A067
Tints of Fallow #C2A067
RGB
CMYK
RGB Variations
Color information
#C2A067 (or 0xC2A067) is known color: Fallow. HEX triplet: C2, A0 and 67. RGB value is (194,160,103). Sum of RGB (Red+Green+Blue) = 194+160+103=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A067 is #3D5F98. Grayscale: #A3A3A3. Windows color (decimal): -4022169 or 6791362. OLE color: 6791362.
HSL color Cylindrical-coordinate representation of color #C2A067: hue angle of 37.58º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2A067 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 103 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.24 |
| HSL | 37.58º | 0.43% | 0.58% | - |
| HSV(B) | 37.58º | 0.47% | 0.76% | - |
| XYZ | 37.27 | 37.59 | 18.12 | - |
| YUV | 163.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 103 | 0 | 0.18 | 0.47 | 0.24 | 37.58 | 0.43 | 0.58 |
| Hex | C2 | A0 | 67 | 0 | 12 | 2F | 18 | 26 | 2B | 3A |
| Octal | 302 | 240 | 147 | 0 | 22 | 57 | 30 | 46 | 53 | 72 |
| Binary | 11000010 | 10100000 | 1100111 | 0 | 10010 | 101111 | 11000 | 100110 | 101011 | 111010 |
Color Harmonies of #C2A067
Complementary color
Monochromatic Colors of #C2A067
Black with #C2A067
Text Example
Text Example
White with #C2A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A067; }
p { color: rgb(194,160,103); }
H1.HeaderClassName
{
color: #C2A067;
}
.AnyTagClassName
{
color: #C2A067;
}
</style>
background-color css
<style>
a { background-color: #C2A067; }
a { background-color: rgb(194,160,103); }
div.DivClassName
{
background-color: #C2A067;
}
.BgClassName
{
background-color: #C2A067;
}
</style>
border-color css
<style>
span { border-color: #C2A067; }
span { border-color: rgb(194,160,103); }
td.TdClassName
{
border-color: #C2A067;
}
.TagClassName
{
border-color: #C2A067;
}
</style>