Shades of Fallow #C3A06E
Tints of Fallow #C3A06E
RGB
CMYK
RGB Variations
Color information
#C3A06E (or 0xC3A06E) is known color: Fallow. HEX triplet: C3, A0 and 6E. RGB value is (195,160,110). Sum of RGB (Red+Green+Blue) = 195+160+110=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A06E is #3C5F91. Grayscale: #A4A4A4. Windows color (decimal): -3956626 or 7250115. OLE color: 7250115.
HSL color Cylindrical-coordinate representation of color #C3A06E: hue angle of 35.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3A06E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 110 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.24 |
| HSL | 35.29º | 0.41% | 0.6% | - |
| HSV(B) | 35.29º | 0.44% | 0.76% | - |
| XYZ | 37.89 | 37.87 | 20.06 | - |
| YUV | 164.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 110 | 0 | 0.18 | 0.44 | 0.24 | 35.29 | 0.41 | 0.6 |
| Hex | C3 | A0 | 6E | 0 | 12 | 2C | 18 | 23 | 29 | 3C |
| Octal | 303 | 240 | 156 | 0 | 22 | 54 | 30 | 43 | 51 | 74 |
| Binary | 11000011 | 10100000 | 1101110 | 0 | 10010 | 101100 | 11000 | 100011 | 101001 | 111100 |
Color Harmonies of #C3A06E
Complementary color
Monochromatic Colors of #C3A06E
Black with #C3A06E
Text Example
Text Example
White with #C3A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A06E; }
p { color: rgb(195,160,110); }
H1.HeaderClassName
{
color: #C3A06E;
}
.AnyTagClassName
{
color: #C3A06E;
}
</style>
background-color css
<style>
a { background-color: #C3A06E; }
a { background-color: rgb(195,160,110); }
div.DivClassName
{
background-color: #C3A06E;
}
.BgClassName
{
background-color: #C3A06E;
}
</style>
border-color css
<style>
span { border-color: #C3A06E; }
span { border-color: rgb(195,160,110); }
td.TdClassName
{
border-color: #C3A06E;
}
.TagClassName
{
border-color: #C3A06E;
}
</style>