Shades of Fallow #C19969
Tints of Fallow #C19969
RGB
CMYK
RGB Variations
Color information
#C19969 (or 0xC19969) is known color: Fallow. HEX triplet: C1, 99 and 69. RGB value is (193,153,105). Sum of RGB (Red+Green+Blue) = 193+153+105=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C19969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19969 is #3E6696. Grayscale: #9F9F9F. Windows color (decimal): -4089495 or 6920641. OLE color: 6920641.
HSL color Cylindrical-coordinate representation of color #C19969: hue angle of 32.73º 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 #C19969 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 105 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.24 |
| HSL | 32.73º | 0.42% | 0.58% | - |
| HSV(B) | 32.73º | 0.46% | 0.76% | - |
| XYZ | 35.93 | 35.14 | 18.25 | - |
| YUV | 159.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 105 | 0 | 0.21 | 0.46 | 0.24 | 32.73 | 0.42 | 0.58 |
| Hex | C1 | 99 | 69 | 0 | 15 | 2E | 18 | 21 | 2A | 3A |
| Octal | 301 | 231 | 151 | 0 | 25 | 56 | 30 | 41 | 52 | 72 |
| Binary | 11000001 | 10011001 | 1101001 | 0 | 10101 | 101110 | 11000 | 100001 | 101010 | 111010 |
Color Harmonies of #C19969
Complementary color
Monochromatic Colors of #C19969
Black with #C19969
Text Example
Text Example
White with #C19969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19969; }
p { color: rgb(193,153,105); }
H1.HeaderClassName
{
color: #C19969;
}
.AnyTagClassName
{
color: #C19969;
}
</style>
background-color css
<style>
a { background-color: #C19969; }
a { background-color: rgb(193,153,105); }
div.DivClassName
{
background-color: #C19969;
}
.BgClassName
{
background-color: #C19969;
}
</style>
border-color css
<style>
span { border-color: #C19969; }
span { border-color: rgb(193,153,105); }
td.TdClassName
{
border-color: #C19969;
}
.TagClassName
{
border-color: #C19969;
}
</style>