Shades of Fallow #C19469
Tints of Fallow #C19469
RGB
CMYK
RGB Variations
Color information
#C19469 (or 0xC19469) is known color: Fallow. HEX triplet: C1, 94 and 69. RGB value is (193,148,105). Sum of RGB (Red+Green+Blue) = 193+148+105=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C19469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19469 is #3E6B96. Grayscale: #9C9C9C. Windows color (decimal): -4090775 or 6919361. OLE color: 6919361.
HSL color Cylindrical-coordinate representation of color #C19469: hue angle of 29.32º 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 #C19469 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 105 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.24 |
| HSL | 29.32º | 0.42% | 0.58% | - |
| HSV(B) | 29.32º | 0.46% | 0.76% | - |
| XYZ | 35.13 | 33.54 | 17.99 | - |
| YUV | 156.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 105 | 0 | 0.23 | 0.46 | 0.24 | 29.32 | 0.42 | 0.58 |
| Hex | C1 | 94 | 69 | 0 | 17 | 2E | 18 | 1D | 2A | 3A |
| Octal | 301 | 224 | 151 | 0 | 27 | 56 | 30 | 35 | 52 | 72 |
| Binary | 11000001 | 10010100 | 1101001 | 0 | 10111 | 101110 | 11000 | 11101 | 101010 | 111010 |
Color Harmonies of #C19469
Complementary color
Monochromatic Colors of #C19469
Black with #C19469
Text Example
Text Example
White with #C19469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19469; }
p { color: rgb(193,148,105); }
H1.HeaderClassName
{
color: #C19469;
}
.AnyTagClassName
{
color: #C19469;
}
</style>
background-color css
<style>
a { background-color: #C19469; }
a { background-color: rgb(193,148,105); }
div.DivClassName
{
background-color: #C19469;
}
.BgClassName
{
background-color: #C19469;
}
</style>
border-color css
<style>
span { border-color: #C19469; }
span { border-color: rgb(193,148,105); }
td.TdClassName
{
border-color: #C19469;
}
.TagClassName
{
border-color: #C19469;
}
</style>