Shades of Fallow #C19769
Tints of Fallow #C19769
RGB
CMYK
RGB Variations
Color information
#C19769 (or 0xC19769) is known color: Fallow. HEX triplet: C1, 97 and 69. RGB value is (193,151,105). Sum of RGB (Red+Green+Blue) = 193+151+105=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C19769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19769 is #3E6896. Grayscale: #9E9E9E. Windows color (decimal): -4090007 or 6920129. OLE color: 6920129.
HSL color Cylindrical-coordinate representation of color #C19769: hue angle of 31.36º 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 #C19769 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 105 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.24 |
| HSL | 31.36º | 0.42% | 0.58% | - |
| HSV(B) | 31.36º | 0.46% | 0.76% | - |
| XYZ | 35.61 | 34.49 | 18.15 | - |
| YUV | 158.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 105 | 0 | 0.22 | 0.46 | 0.24 | 31.36 | 0.42 | 0.58 |
| Hex | C1 | 97 | 69 | 0 | 16 | 2E | 18 | 1F | 2A | 3A |
| Octal | 301 | 227 | 151 | 0 | 26 | 56 | 30 | 37 | 52 | 72 |
| Binary | 11000001 | 10010111 | 1101001 | 0 | 10110 | 101110 | 11000 | 11111 | 101010 | 111010 |
Color Harmonies of #C19769
Complementary color
Monochromatic Colors of #C19769
Black with #C19769
Text Example
Text Example
White with #C19769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19769; }
p { color: rgb(193,151,105); }
H1.HeaderClassName
{
color: #C19769;
}
.AnyTagClassName
{
color: #C19769;
}
</style>
background-color css
<style>
a { background-color: #C19769; }
a { background-color: rgb(193,151,105); }
div.DivClassName
{
background-color: #C19769;
}
.BgClassName
{
background-color: #C19769;
}
</style>
border-color css
<style>
span { border-color: #C19769; }
span { border-color: rgb(193,151,105); }
td.TdClassName
{
border-color: #C19769;
}
.TagClassName
{
border-color: #C19769;
}
</style>