Shades of Fallow #C3A06C
Tints of Fallow #C3A06C
RGB
CMYK
RGB Variations
Color information
#C3A06C (or 0xC3A06C) is known color: Fallow. HEX triplet: C3, A0 and 6C. RGB value is (195,160,108). Sum of RGB (Red+Green+Blue) = 195+160+108=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A06C is #3C5F93. Grayscale: #A4A4A4. Windows color (decimal): -3956628 or 7119043. OLE color: 7119043.
HSL color Cylindrical-coordinate representation of color #C3A06C: hue angle of 35.86º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3A06C is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 108 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.24 |
| HSL | 35.86º | 0.42% | 0.59% | - |
| HSV(B) | 35.86º | 0.45% | 0.76% | - |
| XYZ | 37.78 | 37.83 | 19.5 | - |
| YUV | 164.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 108 | 0 | 0.18 | 0.45 | 0.24 | 35.86 | 0.42 | 0.59 |
| Hex | C3 | A0 | 6C | 0 | 12 | 2D | 18 | 24 | 2A | 3B |
| Octal | 303 | 240 | 154 | 0 | 22 | 55 | 30 | 44 | 52 | 73 |
| Binary | 11000011 | 10100000 | 1101100 | 0 | 10010 | 101101 | 11000 | 100100 | 101010 | 111011 |
Color Harmonies of #C3A06C
Complementary color
Monochromatic Colors of #C3A06C
Black with #C3A06C
Text Example
Text Example
White with #C3A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A06C; }
p { color: rgb(195,160,108); }
H1.HeaderClassName
{
color: #C3A06C;
}
.AnyTagClassName
{
color: #C3A06C;
}
</style>
background-color css
<style>
a { background-color: #C3A06C; }
a { background-color: rgb(195,160,108); }
div.DivClassName
{
background-color: #C3A06C;
}
.BgClassName
{
background-color: #C3A06C;
}
</style>
border-color css
<style>
span { border-color: #C3A06C; }
span { border-color: rgb(195,160,108); }
td.TdClassName
{
border-color: #C3A06C;
}
.TagClassName
{
border-color: #C3A06C;
}
</style>