Shades of Fallow #C1A374
Tints of Fallow #C1A374
RGB
CMYK
RGB Variations
Color information
#C1A374 (or 0xC1A374) is known color: Fallow. HEX triplet: C1, A3 and 74. RGB value is (193,163,116). Sum of RGB (Red+Green+Blue) = 193+163+116=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A374 is #3E5C8B. Grayscale: #A6A6A6. Windows color (decimal): -4086924 or 7644097. OLE color: 7644097.
HSL color Cylindrical-coordinate representation of color #C1A374: hue angle of 36.62º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1A374 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 116 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.24 |
| HSL | 36.62º | 0.38% | 0.61% | - |
| HSV(B) | 36.62º | 0.4% | 0.76% | - |
| XYZ | 38.24 | 38.79 | 22 | - |
| YUV | 166.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 116 | 0 | 0.16 | 0.40 | 0.24 | 36.62 | 0.38 | 0.61 |
| Hex | C1 | A3 | 74 | 0 | 10 | 28 | 18 | 25 | 26 | 3D |
| Octal | 301 | 243 | 164 | 0 | 20 | 50 | 30 | 45 | 46 | 75 |
| Binary | 11000001 | 10100011 | 1110100 | 0 | 10000 | 101000 | 11000 | 100101 | 100110 | 111101 |
Color Harmonies of #C1A374
Complementary color
Monochromatic Colors of #C1A374
Black with #C1A374
Text Example
Text Example
White with #C1A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A374; }
p { color: rgb(193,163,116); }
H1.HeaderClassName
{
color: #C1A374;
}
.AnyTagClassName
{
color: #C1A374;
}
</style>
background-color css
<style>
a { background-color: #C1A374; }
a { background-color: rgb(193,163,116); }
div.DivClassName
{
background-color: #C1A374;
}
.BgClassName
{
background-color: #C1A374;
}
</style>
border-color css
<style>
span { border-color: #C1A374; }
span { border-color: rgb(193,163,116); }
td.TdClassName
{
border-color: #C1A374;
}
.TagClassName
{
border-color: #C1A374;
}
</style>