Shades of Fallow #C19D75
Tints of Fallow #C19D75
RGB
CMYK
RGB Variations
Color information
#C19D75 (or 0xC19D75) is known color: Fallow. HEX triplet: C1, 9D and 75. RGB value is (193,157,117). Sum of RGB (Red+Green+Blue) = 193+157+117=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D75 is #3E628A. Grayscale: #A3A3A3. Windows color (decimal): -4088459 or 7708097. OLE color: 7708097.
HSL color Cylindrical-coordinate representation of color #C19D75: hue angle of 31.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C19D75 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 117 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.24 |
| HSL | 31.58º | 0.38% | 0.61% | - |
| HSV(B) | 31.58º | 0.39% | 0.76% | - |
| XYZ | 37.26 | 36.74 | 21.96 | - |
| YUV | 163.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 117 | 0 | 0.19 | 0.39 | 0.24 | 31.58 | 0.38 | 0.61 |
| Hex | C1 | 9D | 75 | 0 | 13 | 27 | 18 | 20 | 26 | 3D |
| Octal | 301 | 235 | 165 | 0 | 23 | 47 | 30 | 40 | 46 | 75 |
| Binary | 11000001 | 10011101 | 1110101 | 0 | 10011 | 100111 | 11000 | 100000 | 100110 | 111101 |
Color Harmonies of #C19D75
Complementary color
Monochromatic Colors of #C19D75
Black with #C19D75
Text Example
Text Example
White with #C19D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D75; }
p { color: rgb(193,157,117); }
H1.HeaderClassName
{
color: #C19D75;
}
.AnyTagClassName
{
color: #C19D75;
}
</style>
background-color css
<style>
a { background-color: #C19D75; }
a { background-color: rgb(193,157,117); }
div.DivClassName
{
background-color: #C19D75;
}
.BgClassName
{
background-color: #C19D75;
}
</style>
border-color css
<style>
span { border-color: #C19D75; }
span { border-color: rgb(193,157,117); }
td.TdClassName
{
border-color: #C19D75;
}
.TagClassName
{
border-color: #C19D75;
}
</style>