Shades of Fallow #C19673
Tints of Fallow #C19673
RGB
CMYK
RGB Variations
Color information
#C19673 (or 0xC19673) is known color: Fallow. HEX triplet: C1, 96 and 73. RGB value is (193,150,115). Sum of RGB (Red+Green+Blue) = 193+150+115=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C19673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19673 is #3E698C. Grayscale: #9F9F9F. Windows color (decimal): -4090253 or 7575233. OLE color: 7575233.
HSL color Cylindrical-coordinate representation of color #C19673: hue angle of 26.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19673 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 115 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.24 |
| HSL | 26.92º | 0.39% | 0.6% | - |
| HSV(B) | 26.92º | 0.4% | 0.76% | - |
| XYZ | 35.99 | 34.39 | 20.96 | - |
| YUV | 158.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 115 | 0 | 0.22 | 0.40 | 0.24 | 26.92 | 0.39 | 0.6 |
| Hex | C1 | 96 | 73 | 0 | 16 | 28 | 18 | 1B | 27 | 3C |
| Octal | 301 | 226 | 163 | 0 | 26 | 50 | 30 | 33 | 47 | 74 |
| Binary | 11000001 | 10010110 | 1110011 | 0 | 10110 | 101000 | 11000 | 11011 | 100111 | 111100 |
Color Harmonies of #C19673
Complementary color
Monochromatic Colors of #C19673
Black with #C19673
Text Example
Text Example
White with #C19673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19673; }
p { color: rgb(193,150,115); }
H1.HeaderClassName
{
color: #C19673;
}
.AnyTagClassName
{
color: #C19673;
}
</style>
background-color css
<style>
a { background-color: #C19673; }
a { background-color: rgb(193,150,115); }
div.DivClassName
{
background-color: #C19673;
}
.BgClassName
{
background-color: #C19673;
}
</style>
border-color css
<style>
span { border-color: #C19673; }
span { border-color: rgb(193,150,115); }
td.TdClassName
{
border-color: #C19673;
}
.TagClassName
{
border-color: #C19673;
}
</style>