Shades of Fallow #C1A378
Tints of Fallow #C1A378
RGB
CMYK
RGB Variations
Color information
#C1A378 (or 0xC1A378) is known color: Fallow. HEX triplet: C1, A3 and 78. RGB value is (193,163,120). Sum of RGB (Red+Green+Blue) = 193+163+120=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A378 is #3E5C87. Grayscale: #A7A7A7. Windows color (decimal): -4086920 or 7906241. OLE color: 7906241.
HSL color Cylindrical-coordinate representation of color #C1A378: hue angle of 35.34º 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 #C1A378 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 163 | 120 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.24 |
| HSL | 35.34º | 0.37% | 0.61% | - |
| HSV(B) | 35.34º | 0.38% | 0.76% | - |
| XYZ | 38.48 | 38.89 | 23.25 | - |
| YUV | 167.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 120 | 0 | 0.16 | 0.38 | 0.24 | 35.34 | 0.37 | 0.61 |
| Hex | C1 | A3 | 78 | 0 | 10 | 26 | 18 | 23 | 25 | 3D |
| Octal | 301 | 243 | 170 | 0 | 20 | 46 | 30 | 43 | 45 | 75 |
| Binary | 11000001 | 10100011 | 1111000 | 0 | 10000 | 100110 | 11000 | 100011 | 100101 | 111101 |
Color Harmonies of #C1A378
Complementary color
Monochromatic Colors of #C1A378
Black with #C1A378
Text Example
Text Example
White with #C1A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A378; }
p { color: rgb(193,163,120); }
H1.HeaderClassName
{
color: #C1A378;
}
.AnyTagClassName
{
color: #C1A378;
}
</style>
background-color css
<style>
a { background-color: #C1A378; }
a { background-color: rgb(193,163,120); }
div.DivClassName
{
background-color: #C1A378;
}
.BgClassName
{
background-color: #C1A378;
}
</style>
border-color css
<style>
span { border-color: #C1A378; }
span { border-color: rgb(193,163,120); }
td.TdClassName
{
border-color: #C1A378;
}
.TagClassName
{
border-color: #C1A378;
}
</style>