Shades of Fallow #C3A073
Tints of Fallow #C3A073
RGB
CMYK
RGB Variations
Color information
#C3A073 (or 0xC3A073) is known color: Fallow. HEX triplet: C3, A0 and 73. RGB value is (195,160,115). Sum of RGB (Red+Green+Blue) = 195+160+115=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A073 is #3C5F8C. Grayscale: #A5A5A5. Windows color (decimal): -3956621 or 7577795. OLE color: 7577795.
HSL color Cylindrical-coordinate representation of color #C3A073: hue angle of 33.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3A073 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 115 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.24 |
| HSL | 33.75º | 0.4% | 0.61% | - |
| HSV(B) | 33.75º | 0.41% | 0.76% | - |
| XYZ | 38.17 | 37.98 | 21.54 | - |
| YUV | 165.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 115 | 0 | 0.18 | 0.41 | 0.24 | 33.75 | 0.4 | 0.61 |
| Hex | C3 | A0 | 73 | 0 | 12 | 29 | 18 | 22 | 28 | 3D |
| Octal | 303 | 240 | 163 | 0 | 22 | 51 | 30 | 42 | 50 | 75 |
| Binary | 11000011 | 10100000 | 1110011 | 0 | 10010 | 101001 | 11000 | 100010 | 101000 | 111101 |
Color Harmonies of #C3A073
Complementary color
Monochromatic Colors of #C3A073
Black with #C3A073
Text Example
Text Example
White with #C3A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A073; }
p { color: rgb(195,160,115); }
H1.HeaderClassName
{
color: #C3A073;
}
.AnyTagClassName
{
color: #C3A073;
}
</style>
background-color css
<style>
a { background-color: #C3A073; }
a { background-color: rgb(195,160,115); }
div.DivClassName
{
background-color: #C3A073;
}
.BgClassName
{
background-color: #C3A073;
}
</style>
border-color css
<style>
span { border-color: #C3A073; }
span { border-color: rgb(195,160,115); }
td.TdClassName
{
border-color: #C3A073;
}
.TagClassName
{
border-color: #C3A073;
}
</style>