Shades of Fallow #C3A077
Tints of Fallow #C3A077
RGB
CMYK
RGB Variations
Color information
#C3A077 (or 0xC3A077) is known color: Fallow. HEX triplet: C3, A0 and 77. RGB value is (195,160,119). Sum of RGB (Red+Green+Blue) = 195+160+119=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A077 is #3C5F88. Grayscale: #A5A5A5. Windows color (decimal): -3956617 or 7839939. OLE color: 7839939.
HSL color Cylindrical-coordinate representation of color #C3A077: hue angle of 32.37º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3A077 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 119 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.24 |
| HSL | 32.37º | 0.39% | 0.62% | - |
| HSV(B) | 32.37º | 0.39% | 0.76% | - |
| XYZ | 38.41 | 38.08 | 22.78 | - |
| YUV | 165.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 119 | 0 | 0.18 | 0.39 | 0.24 | 32.37 | 0.39 | 0.62 |
| Hex | C3 | A0 | 77 | 0 | 12 | 27 | 18 | 20 | 27 | 3E |
| Octal | 303 | 240 | 167 | 0 | 22 | 47 | 30 | 40 | 47 | 76 |
| Binary | 11000011 | 10100000 | 1110111 | 0 | 10010 | 100111 | 11000 | 100000 | 100111 | 111110 |
Color Harmonies of #C3A077
Complementary color
Monochromatic Colors of #C3A077
Black with #C3A077
Text Example
Text Example
White with #C3A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A077; }
p { color: rgb(195,160,119); }
H1.HeaderClassName
{
color: #C3A077;
}
.AnyTagClassName
{
color: #C3A077;
}
</style>
background-color css
<style>
a { background-color: #C3A077; }
a { background-color: rgb(195,160,119); }
div.DivClassName
{
background-color: #C3A077;
}
.BgClassName
{
background-color: #C3A077;
}
</style>
border-color css
<style>
span { border-color: #C3A077; }
span { border-color: rgb(195,160,119); }
td.TdClassName
{
border-color: #C3A077;
}
.TagClassName
{
border-color: #C3A077;
}
</style>