Shades of Fallow #C3A067
Tints of Fallow #C3A067
RGB
CMYK
RGB Variations
Color information
#C3A067 (or 0xC3A067) is known color: Fallow. HEX triplet: C3, A0 and 67. RGB value is (195,160,103). Sum of RGB (Red+Green+Blue) = 195+160+103=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A067 is #3C5F98. Grayscale: #A4A4A4. Windows color (decimal): -3956633 or 6791363. OLE color: 6791363.
HSL color Cylindrical-coordinate representation of color #C3A067: hue angle of 37.17º 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 #C3A067 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 103 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.24 |
| HSL | 37.17º | 0.43% | 0.58% | - |
| HSV(B) | 37.17º | 0.47% | 0.76% | - |
| XYZ | 37.52 | 37.72 | 18.14 | - |
| YUV | 163.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 103 | 0 | 0.18 | 0.47 | 0.24 | 37.17 | 0.43 | 0.58 |
| Hex | C3 | A0 | 67 | 0 | 12 | 2F | 18 | 25 | 2B | 3A |
| Octal | 303 | 240 | 147 | 0 | 22 | 57 | 30 | 45 | 53 | 72 |
| Binary | 11000011 | 10100000 | 1100111 | 0 | 10010 | 101111 | 11000 | 100101 | 101011 | 111010 |
Color Harmonies of #C3A067
Complementary color
Monochromatic Colors of #C3A067
Black with #C3A067
Text Example
Text Example
White with #C3A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A067; }
p { color: rgb(195,160,103); }
H1.HeaderClassName
{
color: #C3A067;
}
.AnyTagClassName
{
color: #C3A067;
}
</style>
background-color css
<style>
a { background-color: #C3A067; }
a { background-color: rgb(195,160,103); }
div.DivClassName
{
background-color: #C3A067;
}
.BgClassName
{
background-color: #C3A067;
}
</style>
border-color css
<style>
span { border-color: #C3A067; }
span { border-color: rgb(195,160,103); }
td.TdClassName
{
border-color: #C3A067;
}
.TagClassName
{
border-color: #C3A067;
}
</style>