Shades of Fallow #C19869
Tints of Fallow #C19869
RGB
CMYK
RGB Variations
Color information
#C19869 (or 0xC19869) is known color: Fallow. HEX triplet: C1, 98 and 69. RGB value is (193,152,105). Sum of RGB (Red+Green+Blue) = 193+152+105=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C19869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19869 is #3E6796. Grayscale: #9F9F9F. Windows color (decimal): -4089751 or 6920385. OLE color: 6920385.
HSL color Cylindrical-coordinate representation of color #C19869: hue angle of 32.05º 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 #C19869 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 105 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.24 |
| HSL | 32.05º | 0.42% | 0.58% | - |
| HSV(B) | 32.05º | 0.46% | 0.76% | - |
| XYZ | 35.77 | 34.81 | 18.2 | - |
| YUV | 158.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 105 | 0 | 0.21 | 0.46 | 0.24 | 32.05 | 0.42 | 0.58 |
| Hex | C1 | 98 | 69 | 0 | 15 | 2E | 18 | 20 | 2A | 3A |
| Octal | 301 | 230 | 151 | 0 | 25 | 56 | 30 | 40 | 52 | 72 |
| Binary | 11000001 | 10011000 | 1101001 | 0 | 10101 | 101110 | 11000 | 100000 | 101010 | 111010 |
Color Harmonies of #C19869
Complementary color
Monochromatic Colors of #C19869
Black with #C19869
Text Example
Text Example
White with #C19869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19869; }
p { color: rgb(193,152,105); }
H1.HeaderClassName
{
color: #C19869;
}
.AnyTagClassName
{
color: #C19869;
}
</style>
background-color css
<style>
a { background-color: #C19869; }
a { background-color: rgb(193,152,105); }
div.DivClassName
{
background-color: #C19869;
}
.BgClassName
{
background-color: #C19869;
}
</style>
border-color css
<style>
span { border-color: #C19869; }
span { border-color: rgb(193,152,105); }
td.TdClassName
{
border-color: #C19869;
}
.TagClassName
{
border-color: #C19869;
}
</style>