Shades of Tussock #C19C51
Tints of Tussock #C19C51
RGB
CMYK
RGB Variations
Color information
#C19C51 (or 0xC19C51) is known color: Tussock. HEX triplet: C1, 9C and 51. RGB value is (193,156,81). Sum of RGB (Red+Green+Blue) = 193+156+81=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C51 is #3E63AE. Grayscale: #9E9E9E. Windows color (decimal): -4088751 or 5348545. OLE color: 5348545.
HSL color Cylindrical-coordinate representation of color #C19C51: hue angle of 40.18º 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 #C19C51 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 81 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.24 |
| HSL | 40.18º | 0.47% | 0.54% | - |
| HSV(B) | 40.18º | 0.58% | 0.76% | - |
| XYZ | 35.37 | 35.71 | 12.81 | - |
| YUV | 158.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 81 | 0 | 0.19 | 0.58 | 0.24 | 40.18 | 0.47 | 0.54 |
| Hex | C1 | 9C | 51 | 0 | 13 | 3A | 18 | 28 | 2F | 36 |
| Octal | 301 | 234 | 121 | 0 | 23 | 72 | 30 | 50 | 57 | 66 |
| Binary | 11000001 | 10011100 | 1010001 | 0 | 10011 | 111010 | 11000 | 101000 | 101111 | 110110 |
Color Harmonies of #C19C51
Complementary color
Monochromatic Colors of #C19C51
Black with #C19C51
Text Example
Text Example
White with #C19C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C51; }
p { color: rgb(193,156,81); }
H1.HeaderClassName
{
color: #C19C51;
}
.AnyTagClassName
{
color: #C19C51;
}
</style>
background-color css
<style>
a { background-color: #C19C51; }
a { background-color: rgb(193,156,81); }
div.DivClassName
{
background-color: #C19C51;
}
.BgClassName
{
background-color: #C19C51;
}
</style>
border-color css
<style>
span { border-color: #C19C51; }
span { border-color: rgb(193,156,81); }
td.TdClassName
{
border-color: #C19C51;
}
.TagClassName
{
border-color: #C19C51;
}
</style>