Shades of Tussock #C19B4D
Tints of Tussock #C19B4D
RGB
CMYK
RGB Variations
Color information
#C19B4D (or 0xC19B4D) is known color: Tussock. HEX triplet: C1, 9B and 4D. RGB value is (193,155,77). Sum of RGB (Red+Green+Blue) = 193+155+77=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B4D is #3E64B2. Grayscale: #9D9D9D. Windows color (decimal): -4089011 or 5086145. OLE color: 5086145.
HSL color Cylindrical-coordinate representation of color #C19B4D: hue angle of 40.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C19B4D is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 77 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.24 |
| HSL | 40.34º | 0.48% | 0.53% | - |
| HSV(B) | 40.34º | 0.6% | 0.76% | - |
| XYZ | 35.05 | 35.32 | 11.99 | - |
| YUV | 157.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 77 | 0 | 0.20 | 0.60 | 0.24 | 40.34 | 0.48 | 0.53 |
| Hex | C1 | 9B | 4D | 0 | 14 | 3C | 18 | 28 | 30 | 35 |
| Octal | 301 | 233 | 115 | 0 | 24 | 74 | 30 | 50 | 60 | 65 |
| Binary | 11000001 | 10011011 | 1001101 | 0 | 10100 | 111100 | 11000 | 101000 | 110000 | 110101 |
Color Harmonies of #C19B4D
Complementary color
Monochromatic Colors of #C19B4D
Black with #C19B4D
Text Example
Text Example
White with #C19B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B4D; }
p { color: rgb(193,155,77); }
H1.HeaderClassName
{
color: #C19B4D;
}
.AnyTagClassName
{
color: #C19B4D;
}
</style>
background-color css
<style>
a { background-color: #C19B4D; }
a { background-color: rgb(193,155,77); }
div.DivClassName
{
background-color: #C19B4D;
}
.BgClassName
{
background-color: #C19B4D;
}
</style>
border-color css
<style>
span { border-color: #C19B4D; }
span { border-color: rgb(193,155,77); }
td.TdClassName
{
border-color: #C19B4D;
}
.TagClassName
{
border-color: #C19B4D;
}
</style>