Shades of Tussock #C19949
Tints of Tussock #C19949
RGB
CMYK
RGB Variations
Color information
#C19949 (or 0xC19949) is known color: Tussock. HEX triplet: C1, 99 and 49. RGB value is (193,153,73). Sum of RGB (Red+Green+Blue) = 193+153+73=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C19949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19949 is #3E66B6. Grayscale: #9C9C9C. Windows color (decimal): -4089527 or 4823489. OLE color: 4823489.
HSL color Cylindrical-coordinate representation of color #C19949: hue angle of 40º 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 #C19949 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 73 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.24 |
| HSL | 40º | 0.49% | 0.52% | - |
| HSV(B) | 40º | 0.62% | 0.76% | - |
| XYZ | 34.59 | 34.6 | 11.16 | - |
| YUV | 155.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 73 | 0 | 0.21 | 0.62 | 0.24 | 40 | 0.49 | 0.52 |
| Hex | C1 | 99 | 49 | 0 | 15 | 3E | 18 | 28 | 31 | 34 |
| Octal | 301 | 231 | 111 | 0 | 25 | 76 | 30 | 50 | 61 | 64 |
| Binary | 11000001 | 10011001 | 1001001 | 0 | 10101 | 111110 | 11000 | 101000 | 110001 | 110100 |
Color Harmonies of #C19949
Complementary color
Monochromatic Colors of #C19949
Black with #C19949
Text Example
Text Example
White with #C19949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19949; }
p { color: rgb(193,153,73); }
H1.HeaderClassName
{
color: #C19949;
}
.AnyTagClassName
{
color: #C19949;
}
</style>
background-color css
<style>
a { background-color: #C19949; }
a { background-color: rgb(193,153,73); }
div.DivClassName
{
background-color: #C19949;
}
.BgClassName
{
background-color: #C19949;
}
</style>
border-color css
<style>
span { border-color: #C19949; }
span { border-color: rgb(193,153,73); }
td.TdClassName
{
border-color: #C19949;
}
.TagClassName
{
border-color: #C19949;
}
</style>