Shades of Fallow #C19466
Tints of Fallow #C19466
RGB
CMYK
RGB Variations
Color information
#C19466 (or 0xC19466) is known color: Fallow. HEX triplet: C1, 94 and 66. RGB value is (193,148,102). Sum of RGB (Red+Green+Blue) = 193+148+102=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C19466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19466 is #3E6B99. Grayscale: #9C9C9C. Windows color (decimal): -4090778 or 6722753. OLE color: 6722753.
HSL color Cylindrical-coordinate representation of color #C19466: hue angle of 30.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C19466 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 102 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.24 |
| HSL | 30.33º | 0.42% | 0.58% | - |
| HSV(B) | 30.33º | 0.47% | 0.76% | - |
| XYZ | 34.98 | 33.48 | 17.19 | - |
| YUV | 156.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 102 | 0 | 0.23 | 0.47 | 0.24 | 30.33 | 0.42 | 0.58 |
| Hex | C1 | 94 | 66 | 0 | 17 | 2F | 18 | 1E | 2A | 3A |
| Octal | 301 | 224 | 146 | 0 | 27 | 57 | 30 | 36 | 52 | 72 |
| Binary | 11000001 | 10010100 | 1100110 | 0 | 10111 | 101111 | 11000 | 11110 | 101010 | 111010 |
Color Harmonies of #C19466
Complementary color
Monochromatic Colors of #C19466
Black with #C19466
Text Example
Text Example
White with #C19466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19466; }
p { color: rgb(193,148,102); }
H1.HeaderClassName
{
color: #C19466;
}
.AnyTagClassName
{
color: #C19466;
}
</style>
background-color css
<style>
a { background-color: #C19466; }
a { background-color: rgb(193,148,102); }
div.DivClassName
{
background-color: #C19466;
}
.BgClassName
{
background-color: #C19466;
}
</style>
border-color css
<style>
span { border-color: #C19466; }
span { border-color: rgb(193,148,102); }
td.TdClassName
{
border-color: #C19466;
}
.TagClassName
{
border-color: #C19466;
}
</style>