Shades of Fallow #C1A075
Tints of Fallow #C1A075
RGB
CMYK
RGB Variations
Color information
#C1A075 (or 0xC1A075) is known color: Fallow. HEX triplet: C1, A0 and 75. RGB value is (193,160,117). Sum of RGB (Red+Green+Blue) = 193+160+117=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A075 is #3E5F8A. Grayscale: #A5A5A5. Windows color (decimal): -4087691 or 7708865. OLE color: 7708865.
HSL color Cylindrical-coordinate representation of color #C1A075: hue angle of 33.95º degrees, saturation: 0.38, 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 #C1A075 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 117 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.24 |
| HSL | 33.95º | 0.38% | 0.61% | - |
| HSV(B) | 33.95º | 0.39% | 0.76% | - |
| XYZ | 37.77 | 37.76 | 22.13 | - |
| YUV | 164.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 117 | 0 | 0.17 | 0.39 | 0.24 | 33.95 | 0.38 | 0.61 |
| Hex | C1 | A0 | 75 | 0 | 11 | 27 | 18 | 22 | 26 | 3D |
| Octal | 301 | 240 | 165 | 0 | 21 | 47 | 30 | 42 | 46 | 75 |
| Binary | 11000001 | 10100000 | 1110101 | 0 | 10001 | 100111 | 11000 | 100010 | 100110 | 111101 |
Color Harmonies of #C1A075
Complementary color
Monochromatic Colors of #C1A075
Black with #C1A075
Text Example
Text Example
White with #C1A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A075; }
p { color: rgb(193,160,117); }
H1.HeaderClassName
{
color: #C1A075;
}
.AnyTagClassName
{
color: #C1A075;
}
</style>
background-color css
<style>
a { background-color: #C1A075; }
a { background-color: rgb(193,160,117); }
div.DivClassName
{
background-color: #C1A075;
}
.BgClassName
{
background-color: #C1A075;
}
</style>
border-color css
<style>
span { border-color: #C1A075; }
span { border-color: rgb(193,160,117); }
td.TdClassName
{
border-color: #C1A075;
}
.TagClassName
{
border-color: #C1A075;
}
</style>