Shades of Fallow #C19960
Tints of Fallow #C19960
RGB
CMYK
RGB Variations
Color information
#C19960 (or 0xC19960) is known color: Fallow. HEX triplet: C1, 99 and 60. RGB value is (193,153,96). Sum of RGB (Red+Green+Blue) = 193+153+96=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C19960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19960 is #3E669F. Grayscale: #9E9E9E. Windows color (decimal): -4089504 or 6330817. OLE color: 6330817.
HSL color Cylindrical-coordinate representation of color #C19960: hue angle of 35.26º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C19960 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 96 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.24 |
| HSL | 35.26º | 0.44% | 0.57% | - |
| HSV(B) | 35.26º | 0.5% | 0.76% | - |
| XYZ | 35.49 | 34.96 | 15.94 | - |
| YUV | 158.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 96 | 0 | 0.21 | 0.50 | 0.24 | 35.26 | 0.44 | 0.57 |
| Hex | C1 | 99 | 60 | 0 | 15 | 32 | 18 | 23 | 2C | 39 |
| Octal | 301 | 231 | 140 | 0 | 25 | 62 | 30 | 43 | 54 | 71 |
| Binary | 11000001 | 10011001 | 1100000 | 0 | 10101 | 110010 | 11000 | 100011 | 101100 | 111001 |
Color Harmonies of #C19960
Complementary color
Monochromatic Colors of #C19960
Black with #C19960
Text Example
Text Example
White with #C19960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19960; }
p { color: rgb(193,153,96); }
H1.HeaderClassName
{
color: #C19960;
}
.AnyTagClassName
{
color: #C19960;
}
</style>
background-color css
<style>
a { background-color: #C19960; }
a { background-color: rgb(193,153,96); }
div.DivClassName
{
background-color: #C19960;
}
.BgClassName
{
background-color: #C19960;
}
</style>
border-color css
<style>
span { border-color: #C19960; }
span { border-color: rgb(193,153,96); }
td.TdClassName
{
border-color: #C19960;
}
.TagClassName
{
border-color: #C19960;
}
</style>