Shades of Tussock #C19B49
Tints of Tussock #C19B49
RGB
CMYK
RGB Variations
Color information
#C19B49 (or 0xC19B49) is known color: Tussock. HEX triplet: C1, 9B and 49. RGB value is (193,155,73). Sum of RGB (Red+Green+Blue) = 193+155+73=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B49 is #3E64B6. Grayscale: #9D9D9D. Windows color (decimal): -4089015 or 4824001. OLE color: 4824001.
HSL color Cylindrical-coordinate representation of color #C19B49: hue angle of 41º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C19B49 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 73 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.24 |
| HSL | 41º | 0.49% | 0.52% | - |
| HSV(B) | 41º | 0.62% | 0.76% | - |
| XYZ | 34.92 | 35.26 | 11.27 | - |
| YUV | 157.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 73 | 0 | 0.20 | 0.62 | 0.24 | 41 | 0.49 | 0.52 |
| Hex | C1 | 9B | 49 | 0 | 14 | 3E | 18 | 29 | 31 | 34 |
| Octal | 301 | 233 | 111 | 0 | 24 | 76 | 30 | 51 | 61 | 64 |
| Binary | 11000001 | 10011011 | 1001001 | 0 | 10100 | 111110 | 11000 | 101001 | 110001 | 110100 |
Color Harmonies of #C19B49
Complementary color
Monochromatic Colors of #C19B49
Black with #C19B49
Text Example
Text Example
White with #C19B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B49; }
p { color: rgb(193,155,73); }
H1.HeaderClassName
{
color: #C19B49;
}
.AnyTagClassName
{
color: #C19B49;
}
</style>
background-color css
<style>
a { background-color: #C19B49; }
a { background-color: rgb(193,155,73); }
div.DivClassName
{
background-color: #C19B49;
}
.BgClassName
{
background-color: #C19B49;
}
</style>
border-color css
<style>
span { border-color: #C19B49; }
span { border-color: rgb(193,155,73); }
td.TdClassName
{
border-color: #C19B49;
}
.TagClassName
{
border-color: #C19B49;
}
</style>