Shades of Fallow #C19667
Tints of Fallow #C19667
RGB
CMYK
RGB Variations
Color information
#C19667 (or 0xC19667) is known color: Fallow. HEX triplet: C1, 96 and 67. RGB value is (193,150,103). Sum of RGB (Red+Green+Blue) = 193+150+103=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C19667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19667 is #3E6998. Grayscale: #9D9D9D. Windows color (decimal): -4090265 or 6788801. OLE color: 6788801.
HSL color Cylindrical-coordinate representation of color #C19667: hue angle of 31.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C19667 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 103 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.24 |
| HSL | 31.33º | 0.42% | 0.58% | - |
| HSV(B) | 31.33º | 0.47% | 0.76% | - |
| XYZ | 35.35 | 34.13 | 17.56 | - |
| YUV | 157.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 103 | 0 | 0.22 | 0.47 | 0.24 | 31.33 | 0.42 | 0.58 |
| Hex | C1 | 96 | 67 | 0 | 16 | 2F | 18 | 1F | 2A | 3A |
| Octal | 301 | 226 | 147 | 0 | 26 | 57 | 30 | 37 | 52 | 72 |
| Binary | 11000001 | 10010110 | 1100111 | 0 | 10110 | 101111 | 11000 | 11111 | 101010 | 111010 |
Color Harmonies of #C19667
Complementary color
Monochromatic Colors of #C19667
Black with #C19667
Text Example
Text Example
White with #C19667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19667; }
p { color: rgb(193,150,103); }
H1.HeaderClassName
{
color: #C19667;
}
.AnyTagClassName
{
color: #C19667;
}
</style>
background-color css
<style>
a { background-color: #C19667; }
a { background-color: rgb(193,150,103); }
div.DivClassName
{
background-color: #C19667;
}
.BgClassName
{
background-color: #C19667;
}
</style>
border-color css
<style>
span { border-color: #C19667; }
span { border-color: rgb(193,150,103); }
td.TdClassName
{
border-color: #C19667;
}
.TagClassName
{
border-color: #C19667;
}
</style>