Shades of Fallow #C19968
Tints of Fallow #C19968
RGB
CMYK
RGB Variations
Color information
#C19968 (or 0xC19968) is known color: Fallow. HEX triplet: C1, 99 and 68. RGB value is (193,153,104). Sum of RGB (Red+Green+Blue) = 193+153+104=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C19968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19968 is #3E6697. Grayscale: #9F9F9F. Windows color (decimal): -4089496 or 6855105. OLE color: 6855105.
HSL color Cylindrical-coordinate representation of color #C19968: hue angle of 33.03º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C19968 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 104 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.24 |
| HSL | 33.03º | 0.42% | 0.58% | - |
| HSV(B) | 33.03º | 0.46% | 0.76% | - |
| XYZ | 35.88 | 35.12 | 17.98 | - |
| YUV | 159.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 104 | 0 | 0.21 | 0.46 | 0.24 | 33.03 | 0.42 | 0.58 |
| Hex | C1 | 99 | 68 | 0 | 15 | 2E | 18 | 21 | 2A | 3A |
| Octal | 301 | 231 | 150 | 0 | 25 | 56 | 30 | 41 | 52 | 72 |
| Binary | 11000001 | 10011001 | 1101000 | 0 | 10101 | 101110 | 11000 | 100001 | 101010 | 111010 |
Color Harmonies of #C19968
Complementary color
Monochromatic Colors of #C19968
Black with #C19968
Text Example
Text Example
White with #C19968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19968; }
p { color: rgb(193,153,104); }
H1.HeaderClassName
{
color: #C19968;
}
.AnyTagClassName
{
color: #C19968;
}
</style>
background-color css
<style>
a { background-color: #C19968; }
a { background-color: rgb(193,153,104); }
div.DivClassName
{
background-color: #C19968;
}
.BgClassName
{
background-color: #C19968;
}
</style>
border-color css
<style>
span { border-color: #C19968; }
span { border-color: rgb(193,153,104); }
td.TdClassName
{
border-color: #C19968;
}
.TagClassName
{
border-color: #C19968;
}
</style>