Shades of Fallow #C1A078
Tints of Fallow #C1A078
RGB
CMYK
RGB Variations
Color information
#C1A078 (or 0xC1A078) is known color: Fallow. HEX triplet: C1, A0 and 78. RGB value is (193,160,120). Sum of RGB (Red+Green+Blue) = 193+160+120=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A078 is #3E5F87. Grayscale: #A5A5A5. Windows color (decimal): -4087688 or 7905473. OLE color: 7905473.
HSL color Cylindrical-coordinate representation of color #C1A078: hue angle of 32.88º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1A078 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 120 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.24 |
| HSL | 32.88º | 0.37% | 0.61% | - |
| HSV(B) | 32.88º | 0.38% | 0.76% | - |
| XYZ | 37.95 | 37.84 | 23.07 | - |
| YUV | 165.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 120 | 0 | 0.17 | 0.38 | 0.24 | 32.88 | 0.37 | 0.61 |
| Hex | C1 | A0 | 78 | 0 | 11 | 26 | 18 | 21 | 25 | 3D |
| Octal | 301 | 240 | 170 | 0 | 21 | 46 | 30 | 41 | 45 | 75 |
| Binary | 11000001 | 10100000 | 1111000 | 0 | 10001 | 100110 | 11000 | 100001 | 100101 | 111101 |
Color Harmonies of #C1A078
Complementary color
Monochromatic Colors of #C1A078
Black with #C1A078
Text Example
Text Example
White with #C1A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A078; }
p { color: rgb(193,160,120); }
H1.HeaderClassName
{
color: #C1A078;
}
.AnyTagClassName
{
color: #C1A078;
}
</style>
background-color css
<style>
a { background-color: #C1A078; }
a { background-color: rgb(193,160,120); }
div.DivClassName
{
background-color: #C1A078;
}
.BgClassName
{
background-color: #C1A078;
}
</style>
border-color css
<style>
span { border-color: #C1A078; }
span { border-color: rgb(193,160,120); }
td.TdClassName
{
border-color: #C1A078;
}
.TagClassName
{
border-color: #C1A078;
}
</style>