Shades of Fallow #C19F78
Tints of Fallow #C19F78
RGB
CMYK
RGB Variations
Color information
#C19F78 (or 0xC19F78) is known color: Fallow. HEX triplet: C1, 9F and 78. RGB value is (193,159,120). Sum of RGB (Red+Green+Blue) = 193+159+120=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19F78 is #3E6087. Grayscale: #A4A4A4. Windows color (decimal): -4087944 or 7905217. OLE color: 7905217.
HSL color Cylindrical-coordinate representation of color #C19F78: hue angle of 32.05º 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 #C19F78 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 120 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.24 |
| HSL | 32.05º | 0.37% | 0.61% | - |
| HSV(B) | 32.05º | 0.38% | 0.76% | - |
| XYZ | 37.78 | 37.49 | 23.01 | - |
| YUV | 164.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 120 | 0 | 0.18 | 0.38 | 0.24 | 32.05 | 0.37 | 0.61 |
| Hex | C1 | 9F | 78 | 0 | 12 | 26 | 18 | 20 | 25 | 3D |
| Octal | 301 | 237 | 170 | 0 | 22 | 46 | 30 | 40 | 45 | 75 |
| Binary | 11000001 | 10011111 | 1111000 | 0 | 10010 | 100110 | 11000 | 100000 | 100101 | 111101 |
Color Harmonies of #C19F78
Complementary color
Monochromatic Colors of #C19F78
Black with #C19F78
Text Example
Text Example
White with #C19F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F78; }
p { color: rgb(193,159,120); }
H1.HeaderClassName
{
color: #C19F78;
}
.AnyTagClassName
{
color: #C19F78;
}
</style>
background-color css
<style>
a { background-color: #C19F78; }
a { background-color: rgb(193,159,120); }
div.DivClassName
{
background-color: #C19F78;
}
.BgClassName
{
background-color: #C19F78;
}
</style>
border-color css
<style>
span { border-color: #C19F78; }
span { border-color: rgb(193,159,120); }
td.TdClassName
{
border-color: #C19F78;
}
.TagClassName
{
border-color: #C19F78;
}
</style>