Shades of Tussock #C19344
Tints of Tussock #C19344
RGB
CMYK
RGB Variations
Color information
#C19344 (or 0xC19344) is known color: Tussock. HEX triplet: C1, 93 and 44. RGB value is (193,147,68). Sum of RGB (Red+Green+Blue) = 193+147+68=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C19344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19344 is #3E6CBB. Grayscale: #989898. Windows color (decimal): -4091068 or 4494273. OLE color: 4494273.
HSL color Cylindrical-coordinate representation of color #C19344: hue angle of 37.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C19344 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 68 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.24 |
| HSL | 37.92º | 0.5% | 0.51% | - |
| HSV(B) | 37.92º | 0.65% | 0.76% | - |
| XYZ | 33.47 | 32.62 | 10 | - |
| YUV | 151.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 68 | 0 | 0.24 | 0.65 | 0.24 | 37.92 | 0.5 | 0.51 |
| Hex | C1 | 93 | 44 | 0 | 18 | 41 | 18 | 26 | 32 | 33 |
| Octal | 301 | 223 | 104 | 0 | 30 | 101 | 30 | 46 | 62 | 63 |
| Binary | 11000001 | 10010011 | 1000100 | 0 | 11000 | 1000001 | 11000 | 100110 | 110010 | 110011 |
Color Harmonies of #C19344
Complementary color
Monochromatic Colors of #C19344
Black with #C19344
Text Example
Text Example
White with #C19344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19344; }
p { color: rgb(193,147,68); }
H1.HeaderClassName
{
color: #C19344;
}
.AnyTagClassName
{
color: #C19344;
}
</style>
background-color css
<style>
a { background-color: #C19344; }
a { background-color: rgb(193,147,68); }
div.DivClassName
{
background-color: #C19344;
}
.BgClassName
{
background-color: #C19344;
}
</style>
border-color css
<style>
span { border-color: #C19344; }
span { border-color: rgb(193,147,68); }
td.TdClassName
{
border-color: #C19344;
}
.TagClassName
{
border-color: #C19344;
}
</style>