Shades of Fallow #C19472
Tints of Fallow #C19472
RGB
CMYK
RGB Variations
Color information
#C19472 (or 0xC19472) is known color: Fallow. HEX triplet: C1, 94 and 72. RGB value is (193,148,114). Sum of RGB (Red+Green+Blue) = 193+148+114=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C19472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19472 is #3E6B8D. Grayscale: #9D9D9D. Windows color (decimal): -4090766 or 7509185. OLE color: 7509185.
HSL color Cylindrical-coordinate representation of color #C19472: hue angle of 25.82º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C19472 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 114 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.24 |
| HSL | 25.82º | 0.39% | 0.6% | - |
| HSV(B) | 25.82º | 0.41% | 0.76% | - |
| XYZ | 35.62 | 33.73 | 20.55 | - |
| YUV | 157.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 114 | 0 | 0.23 | 0.41 | 0.24 | 25.82 | 0.39 | 0.6 |
| Hex | C1 | 94 | 72 | 0 | 17 | 29 | 18 | 1A | 27 | 3C |
| Octal | 301 | 224 | 162 | 0 | 27 | 51 | 30 | 32 | 47 | 74 |
| Binary | 11000001 | 10010100 | 1110010 | 0 | 10111 | 101001 | 11000 | 11010 | 100111 | 111100 |
Color Harmonies of #C19472
Complementary color
Monochromatic Colors of #C19472
Black with #C19472
Text Example
Text Example
White with #C19472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19472; }
p { color: rgb(193,148,114); }
H1.HeaderClassName
{
color: #C19472;
}
.AnyTagClassName
{
color: #C19472;
}
</style>
background-color css
<style>
a { background-color: #C19472; }
a { background-color: rgb(193,148,114); }
div.DivClassName
{
background-color: #C19472;
}
.BgClassName
{
background-color: #C19472;
}
</style>
border-color css
<style>
span { border-color: #C19472; }
span { border-color: rgb(193,148,114); }
td.TdClassName
{
border-color: #C19472;
}
.TagClassName
{
border-color: #C19472;
}
</style>