Shades of Fallow #C19069
Tints of Fallow #C19069
RGB
CMYK
RGB Variations
Color information
#C19069 (or 0xC19069) is known color: Fallow. HEX triplet: C1, 90 and 69. RGB value is (193,144,105). Sum of RGB (Red+Green+Blue) = 193+144+105=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C19069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19069 is #3E6F96. Grayscale: #9A9A9A. Windows color (decimal): -4091799 or 6918337. OLE color: 6918337.
HSL color Cylindrical-coordinate representation of color #C19069: hue angle of 26.59º 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 #C19069 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 105 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.24 |
| HSL | 26.59º | 0.42% | 0.58% | - |
| HSV(B) | 26.59º | 0.46% | 0.76% | - |
| XYZ | 34.52 | 32.3 | 17.78 | - |
| YUV | 154.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 105 | 0 | 0.25 | 0.46 | 0.24 | 26.59 | 0.42 | 0.58 |
| Hex | C1 | 90 | 69 | 0 | 19 | 2E | 18 | 1B | 2A | 3A |
| Octal | 301 | 220 | 151 | 0 | 31 | 56 | 30 | 33 | 52 | 72 |
| Binary | 11000001 | 10010000 | 1101001 | 0 | 11001 | 101110 | 11000 | 11011 | 101010 | 111010 |
Color Harmonies of #C19069
Complementary color
Monochromatic Colors of #C19069
Black with #C19069
Text Example
Text Example
White with #C19069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19069; }
p { color: rgb(193,144,105); }
H1.HeaderClassName
{
color: #C19069;
}
.AnyTagClassName
{
color: #C19069;
}
</style>
background-color css
<style>
a { background-color: #C19069; }
a { background-color: rgb(193,144,105); }
div.DivClassName
{
background-color: #C19069;
}
.BgClassName
{
background-color: #C19069;
}
</style>
border-color css
<style>
span { border-color: #C19069; }
span { border-color: rgb(193,144,105); }
td.TdClassName
{
border-color: #C19069;
}
.TagClassName
{
border-color: #C19069;
}
</style>