Shades of Fallow #C3A076
Tints of Fallow #C3A076
RGB
CMYK
RGB Variations
Color information
#C3A076 (or 0xC3A076) is known color: Fallow. HEX triplet: C3, A0 and 76. RGB value is (195,160,118). Sum of RGB (Red+Green+Blue) = 195+160+118=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A076 is #3C5F89. Grayscale: #A5A5A5. Windows color (decimal): -3956618 or 7774403. OLE color: 7774403.
HSL color Cylindrical-coordinate representation of color #C3A076: hue angle of 32.73º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3A076 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 118 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.24 |
| HSL | 32.73º | 0.39% | 0.61% | - |
| HSV(B) | 32.73º | 0.39% | 0.76% | - |
| XYZ | 38.35 | 38.05 | 22.46 | - |
| YUV | 165.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 118 | 0 | 0.18 | 0.39 | 0.24 | 32.73 | 0.39 | 0.61 |
| Hex | C3 | A0 | 76 | 0 | 12 | 27 | 18 | 21 | 27 | 3D |
| Octal | 303 | 240 | 166 | 0 | 22 | 47 | 30 | 41 | 47 | 75 |
| Binary | 11000011 | 10100000 | 1110110 | 0 | 10010 | 100111 | 11000 | 100001 | 100111 | 111101 |
Color Harmonies of #C3A076
Complementary color
Monochromatic Colors of #C3A076
Black with #C3A076
Text Example
Text Example
White with #C3A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A076; }
p { color: rgb(195,160,118); }
H1.HeaderClassName
{
color: #C3A076;
}
.AnyTagClassName
{
color: #C3A076;
}
</style>
background-color css
<style>
a { background-color: #C3A076; }
a { background-color: rgb(195,160,118); }
div.DivClassName
{
background-color: #C3A076;
}
.BgClassName
{
background-color: #C3A076;
}
</style>
border-color css
<style>
span { border-color: #C3A076; }
span { border-color: rgb(195,160,118); }
td.TdClassName
{
border-color: #C3A076;
}
.TagClassName
{
border-color: #C3A076;
}
</style>