Shades of Tussock #C19945
Tints of Tussock #C19945
RGB
CMYK
RGB Variations
Color information
#C19945 (or 0xC19945) is known color: Tussock. HEX triplet: C1, 99 and 45. RGB value is (193,153,69). Sum of RGB (Red+Green+Blue) = 193+153+69=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C19945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19945 is #3E66BA. Grayscale: #9B9B9B. Windows color (decimal): -4089531 or 4561345. OLE color: 4561345.
HSL color Cylindrical-coordinate representation of color #C19945: hue angle of 40.65º 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 #C19945 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 69 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.24 |
| HSL | 40.65º | 0.5% | 0.51% | - |
| HSV(B) | 40.65º | 0.64% | 0.76% | - |
| XYZ | 34.46 | 34.55 | 10.48 | - |
| YUV | 155.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 69 | 0 | 0.21 | 0.64 | 0.24 | 40.65 | 0.5 | 0.51 |
| Hex | C1 | 99 | 45 | 0 | 15 | 40 | 18 | 29 | 32 | 33 |
| Octal | 301 | 231 | 105 | 0 | 25 | 100 | 30 | 51 | 62 | 63 |
| Binary | 11000001 | 10011001 | 1000101 | 0 | 10101 | 1000000 | 11000 | 101001 | 110010 | 110011 |
Color Harmonies of #C19945
Complementary color
Monochromatic Colors of #C19945
Black with #C19945
Text Example
Text Example
White with #C19945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19945; }
p { color: rgb(193,153,69); }
H1.HeaderClassName
{
color: #C19945;
}
.AnyTagClassName
{
color: #C19945;
}
</style>
background-color css
<style>
a { background-color: #C19945; }
a { background-color: rgb(193,153,69); }
div.DivClassName
{
background-color: #C19945;
}
.BgClassName
{
background-color: #C19945;
}
</style>
border-color css
<style>
span { border-color: #C19945; }
span { border-color: rgb(193,153,69); }
td.TdClassName
{
border-color: #C19945;
}
.TagClassName
{
border-color: #C19945;
}
</style>