Shades of Tussock #C19745
Tints of Tussock #C19745
RGB
CMYK
RGB Variations
Color information
#C19745 (or 0xC19745) is known color: Tussock. HEX triplet: C1, 97 and 45. RGB value is (193,151,69). Sum of RGB (Red+Green+Blue) = 193+151+69=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C19745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19745 is #3E68BA. Grayscale: #9A9A9A. Windows color (decimal): -4090043 or 4560833. OLE color: 4560833.
HSL color Cylindrical-coordinate representation of color #C19745: hue angle of 39.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C19745 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 69 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.24 |
| HSL | 39.68º | 0.5% | 0.51% | - |
| HSV(B) | 39.68º | 0.64% | 0.76% | - |
| XYZ | 34.13 | 33.9 | 10.37 | - |
| YUV | 154.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 69 | 0 | 0.22 | 0.64 | 0.24 | 39.68 | 0.5 | 0.51 |
| Hex | C1 | 97 | 45 | 0 | 16 | 40 | 18 | 28 | 32 | 33 |
| Octal | 301 | 227 | 105 | 0 | 26 | 100 | 30 | 50 | 62 | 63 |
| Binary | 11000001 | 10010111 | 1000101 | 0 | 10110 | 1000000 | 11000 | 101000 | 110010 | 110011 |
Color Harmonies of #C19745
Complementary color
Monochromatic Colors of #C19745
Black with #C19745
Text Example
Text Example
White with #C19745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19745; }
p { color: rgb(193,151,69); }
H1.HeaderClassName
{
color: #C19745;
}
.AnyTagClassName
{
color: #C19745;
}
</style>
background-color css
<style>
a { background-color: #C19745; }
a { background-color: rgb(193,151,69); }
div.DivClassName
{
background-color: #C19745;
}
.BgClassName
{
background-color: #C19745;
}
</style>
border-color css
<style>
span { border-color: #C19745; }
span { border-color: rgb(193,151,69); }
td.TdClassName
{
border-color: #C19745;
}
.TagClassName
{
border-color: #C19745;
}
</style>