Shades of Fallow #C2A063
Tints of Fallow #C2A063
RGB
CMYK
RGB Variations
Color information
#C2A063 (or 0xC2A063) is known color: Fallow. HEX triplet: C2, A0 and 63. RGB value is (194,160,99). Sum of RGB (Red+Green+Blue) = 194+160+99=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A063 is #3D5F9C. Grayscale: #A3A3A3. Windows color (decimal): -4022173 or 6529218. OLE color: 6529218.
HSL color Cylindrical-coordinate representation of color #C2A063: hue angle of 38.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2A063 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 99 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.24 |
| HSL | 38.53º | 0.44% | 0.57% | - |
| HSV(B) | 38.53º | 0.49% | 0.76% | - |
| XYZ | 37.07 | 37.51 | 17.09 | - |
| YUV | 163.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 99 | 0 | 0.18 | 0.49 | 0.24 | 38.53 | 0.44 | 0.57 |
| Hex | C2 | A0 | 63 | 0 | 12 | 31 | 18 | 27 | 2C | 39 |
| Octal | 302 | 240 | 143 | 0 | 22 | 61 | 30 | 47 | 54 | 71 |
| Binary | 11000010 | 10100000 | 1100011 | 0 | 10010 | 110001 | 11000 | 100111 | 101100 | 111001 |
Color Harmonies of #C2A063
Complementary color
Monochromatic Colors of #C2A063
Black with #C2A063
Text Example
Text Example
White with #C2A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A063; }
p { color: rgb(194,160,99); }
H1.HeaderClassName
{
color: #C2A063;
}
.AnyTagClassName
{
color: #C2A063;
}
</style>
background-color css
<style>
a { background-color: #C2A063; }
a { background-color: rgb(194,160,99); }
div.DivClassName
{
background-color: #C2A063;
}
.BgClassName
{
background-color: #C2A063;
}
</style>
border-color css
<style>
span { border-color: #C2A063; }
span { border-color: rgb(194,160,99); }
td.TdClassName
{
border-color: #C2A063;
}
.TagClassName
{
border-color: #C2A063;
}
</style>