Shades of Tussock #C19450
Tints of Tussock #C19450
RGB
CMYK
RGB Variations
Color information
#C19450 (or 0xC19450) is known color: Tussock. HEX triplet: C1, 94 and 50. RGB value is (193,148,80). Sum of RGB (Red+Green+Blue) = 193+148+80=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C19450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19450 is #3E6BAF. Grayscale: #9A9A9A. Windows color (decimal): -4090800 or 5280961. OLE color: 5280961.
HSL color Cylindrical-coordinate representation of color #C19450: hue angle of 36.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C19450 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 80 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.24 |
| HSL | 36.11º | 0.48% | 0.54% | - |
| HSV(B) | 36.11º | 0.59% | 0.76% | - |
| XYZ | 34.03 | 33.1 | 12.18 | - |
| YUV | 153.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 80 | 0 | 0.23 | 0.59 | 0.24 | 36.11 | 0.48 | 0.54 |
| Hex | C1 | 94 | 50 | 0 | 17 | 3B | 18 | 24 | 30 | 36 |
| Octal | 301 | 224 | 120 | 0 | 27 | 73 | 30 | 44 | 60 | 66 |
| Binary | 11000001 | 10010100 | 1010000 | 0 | 10111 | 111011 | 11000 | 100100 | 110000 | 110110 |
Color Harmonies of #C19450
Complementary color
Monochromatic Colors of #C19450
Black with #C19450
Text Example
Text Example
White with #C19450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19450; }
p { color: rgb(193,148,80); }
H1.HeaderClassName
{
color: #C19450;
}
.AnyTagClassName
{
color: #C19450;
}
</style>
background-color css
<style>
a { background-color: #C19450; }
a { background-color: rgb(193,148,80); }
div.DivClassName
{
background-color: #C19450;
}
.BgClassName
{
background-color: #C19450;
}
</style>
border-color css
<style>
span { border-color: #C19450; }
span { border-color: rgb(193,148,80); }
td.TdClassName
{
border-color: #C19450;
}
.TagClassName
{
border-color: #C19450;
}
</style>