Shades of Tussock #C19D4F
Tints of Tussock #C19D4F
RGB
CMYK
RGB Variations
Color information
#C19D4F (or 0xC19D4F) is known color: Tussock. HEX triplet: C1, 9D and 4F. RGB value is (193,157,79). Sum of RGB (Red+Green+Blue) = 193+157+79=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D4F is #3E62B0. Grayscale: #9F9F9F. Windows color (decimal): -4088497 or 5217729. OLE color: 5217729.
HSL color Cylindrical-coordinate representation of color #C19D4F: hue angle of 41.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C19D4F is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 79 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.24 |
| HSL | 41.05º | 0.48% | 0.53% | - |
| HSV(B) | 41.05º | 0.59% | 0.76% | - |
| XYZ | 35.46 | 36.02 | 12.48 | - |
| YUV | 158.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 79 | 0 | 0.19 | 0.59 | 0.24 | 41.05 | 0.48 | 0.53 |
| Hex | C1 | 9D | 4F | 0 | 13 | 3B | 18 | 29 | 30 | 35 |
| Octal | 301 | 235 | 117 | 0 | 23 | 73 | 30 | 51 | 60 | 65 |
| Binary | 11000001 | 10011101 | 1001111 | 0 | 10011 | 111011 | 11000 | 101001 | 110000 | 110101 |
Color Harmonies of #C19D4F
Complementary color
Monochromatic Colors of #C19D4F
Black with #C19D4F
Text Example
Text Example
White with #C19D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D4F; }
p { color: rgb(193,157,79); }
H1.HeaderClassName
{
color: #C19D4F;
}
.AnyTagClassName
{
color: #C19D4F;
}
</style>
background-color css
<style>
a { background-color: #C19D4F; }
a { background-color: rgb(193,157,79); }
div.DivClassName
{
background-color: #C19D4F;
}
.BgClassName
{
background-color: #C19D4F;
}
</style>
border-color css
<style>
span { border-color: #C19D4F; }
span { border-color: rgb(193,157,79); }
td.TdClassName
{
border-color: #C19D4F;
}
.TagClassName
{
border-color: #C19D4F;
}
</style>