Shades of Tussock #C19451
Tints of Tussock #C19451
RGB
CMYK
RGB Variations
Color information
#C19451 (or 0xC19451) is known color: Tussock. HEX triplet: C1, 94 and 51. RGB value is (193,148,81). Sum of RGB (Red+Green+Blue) = 193+148+81=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C19451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19451 is #3E6BAE. Grayscale: #9A9A9A. Windows color (decimal): -4090799 or 5346497. OLE color: 5346497.
HSL color Cylindrical-coordinate representation of color #C19451: hue angle of 35.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C19451 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 81 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.24 |
| HSL | 35.89º | 0.47% | 0.54% | - |
| HSV(B) | 35.89º | 0.58% | 0.76% | - |
| XYZ | 34.07 | 33.11 | 12.38 | - |
| YUV | 153.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 81 | 0 | 0.23 | 0.58 | 0.24 | 35.89 | 0.47 | 0.54 |
| Hex | C1 | 94 | 51 | 0 | 17 | 3A | 18 | 24 | 2F | 36 |
| Octal | 301 | 224 | 121 | 0 | 27 | 72 | 30 | 44 | 57 | 66 |
| Binary | 11000001 | 10010100 | 1010001 | 0 | 10111 | 111010 | 11000 | 100100 | 101111 | 110110 |
Color Harmonies of #C19451
Complementary color
Monochromatic Colors of #C19451
Black with #C19451
Text Example
Text Example
White with #C19451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19451; }
p { color: rgb(193,148,81); }
H1.HeaderClassName
{
color: #C19451;
}
.AnyTagClassName
{
color: #C19451;
}
</style>
background-color css
<style>
a { background-color: #C19451; }
a { background-color: rgb(193,148,81); }
div.DivClassName
{
background-color: #C19451;
}
.BgClassName
{
background-color: #C19451;
}
</style>
border-color css
<style>
span { border-color: #C19451; }
span { border-color: rgb(193,148,81); }
td.TdClassName
{
border-color: #C19451;
}
.TagClassName
{
border-color: #C19451;
}
</style>