Shades of Fallow #C2A373
Tints of Fallow #C2A373
RGB
CMYK
RGB Variations
Color information
#C2A373 (or 0xC2A373) is known color: Fallow. HEX triplet: C2, A3 and 73. RGB value is (194,163,115). Sum of RGB (Red+Green+Blue) = 194+163+115=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A373 is #3D5C8C. Grayscale: #A7A7A7. Windows color (decimal): -4021389 or 7578562. OLE color: 7578562.
HSL color Cylindrical-coordinate representation of color #C2A373: hue angle of 36.46º degrees, saturation: 0.39, 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 #C2A373 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 115 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.24 |
| HSL | 36.46º | 0.39% | 0.61% | - |
| HSV(B) | 36.46º | 0.41% | 0.76% | - |
| XYZ | 38.44 | 38.9 | 21.7 | - |
| YUV | 166.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 115 | 0 | 0.16 | 0.41 | 0.24 | 36.46 | 0.39 | 0.61 |
| Hex | C2 | A3 | 73 | 0 | 10 | 29 | 18 | 24 | 27 | 3D |
| Octal | 302 | 243 | 163 | 0 | 20 | 51 | 30 | 44 | 47 | 75 |
| Binary | 11000010 | 10100011 | 1110011 | 0 | 10000 | 101001 | 11000 | 100100 | 100111 | 111101 |
Color Harmonies of #C2A373
Complementary color
Monochromatic Colors of #C2A373
Black with #C2A373
Text Example
Text Example
White with #C2A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A373; }
p { color: rgb(194,163,115); }
H1.HeaderClassName
{
color: #C2A373;
}
.AnyTagClassName
{
color: #C2A373;
}
</style>
background-color css
<style>
a { background-color: #C2A373; }
a { background-color: rgb(194,163,115); }
div.DivClassName
{
background-color: #C2A373;
}
.BgClassName
{
background-color: #C2A373;
}
</style>
border-color css
<style>
span { border-color: #C2A373; }
span { border-color: rgb(194,163,115); }
td.TdClassName
{
border-color: #C2A373;
}
.TagClassName
{
border-color: #C2A373;
}
</style>