Shades of Fallow #C3A064
Tints of Fallow #C3A064
RGB
CMYK
RGB Variations
Color information
#C3A064 (or 0xC3A064) is known color: Fallow. HEX triplet: C3, A0 and 64. RGB value is (195,160,100). Sum of RGB (Red+Green+Blue) = 195+160+100=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A064 is #3C5F9B. Grayscale: #A3A3A3. Windows color (decimal): -3956636 or 6594755. OLE color: 6594755.
HSL color Cylindrical-coordinate representation of color #C3A064: hue angle of 37.89º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3A064 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 100 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.24 |
| HSL | 37.89º | 0.44% | 0.58% | - |
| HSV(B) | 37.89º | 0.49% | 0.76% | - |
| XYZ | 37.38 | 37.66 | 17.36 | - |
| YUV | 163.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 100 | 0 | 0.18 | 0.49 | 0.24 | 37.89 | 0.44 | 0.58 |
| Hex | C3 | A0 | 64 | 0 | 12 | 31 | 18 | 26 | 2C | 3A |
| Octal | 303 | 240 | 144 | 0 | 22 | 61 | 30 | 46 | 54 | 72 |
| Binary | 11000011 | 10100000 | 1100100 | 0 | 10010 | 110001 | 11000 | 100110 | 101100 | 111010 |
Color Harmonies of #C3A064
Complementary color
Monochromatic Colors of #C3A064
Black with #C3A064
Text Example
Text Example
White with #C3A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A064; }
p { color: rgb(195,160,100); }
H1.HeaderClassName
{
color: #C3A064;
}
.AnyTagClassName
{
color: #C3A064;
}
</style>
background-color css
<style>
a { background-color: #C3A064; }
a { background-color: rgb(195,160,100); }
div.DivClassName
{
background-color: #C3A064;
}
.BgClassName
{
background-color: #C3A064;
}
</style>
border-color css
<style>
span { border-color: #C3A064; }
span { border-color: rgb(195,160,100); }
td.TdClassName
{
border-color: #C3A064;
}
.TagClassName
{
border-color: #C3A064;
}
</style>