Shades of Fallow #C19C75
Tints of Fallow #C19C75
RGB
CMYK
RGB Variations
Color information
#C19C75 (or 0xC19C75) is known color: Fallow. HEX triplet: C1, 9C and 75. RGB value is (193,156,117). Sum of RGB (Red+Green+Blue) = 193+156+117=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C75 is #3E638A. Grayscale: #A2A2A2. Windows color (decimal): -4088715 or 7707841. OLE color: 7707841.
HSL color Cylindrical-coordinate representation of color #C19C75: hue angle of 30.79º 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 #C19C75 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 117 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.24 |
| HSL | 30.79º | 0.38% | 0.61% | - |
| HSV(B) | 30.79º | 0.39% | 0.76% | - |
| XYZ | 37.09 | 36.4 | 21.9 | - |
| YUV | 162.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 117 | 0 | 0.19 | 0.39 | 0.24 | 30.79 | 0.38 | 0.61 |
| Hex | C1 | 9C | 75 | 0 | 13 | 27 | 18 | 1F | 26 | 3D |
| Octal | 301 | 234 | 165 | 0 | 23 | 47 | 30 | 37 | 46 | 75 |
| Binary | 11000001 | 10011100 | 1110101 | 0 | 10011 | 100111 | 11000 | 11111 | 100110 | 111101 |
Color Harmonies of #C19C75
Complementary color
Monochromatic Colors of #C19C75
Black with #C19C75
Text Example
Text Example
White with #C19C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C75; }
p { color: rgb(193,156,117); }
H1.HeaderClassName
{
color: #C19C75;
}
.AnyTagClassName
{
color: #C19C75;
}
</style>
background-color css
<style>
a { background-color: #C19C75; }
a { background-color: rgb(193,156,117); }
div.DivClassName
{
background-color: #C19C75;
}
.BgClassName
{
background-color: #C19C75;
}
</style>
border-color css
<style>
span { border-color: #C19C75; }
span { border-color: rgb(193,156,117); }
td.TdClassName
{
border-color: #C19C75;
}
.TagClassName
{
border-color: #C19C75;
}
</style>