Shades of Tussock #C09349
Tints of Tussock #C09349
RGB
CMYK
RGB Variations
Color information
#C09349 (or 0xC09349) is known color: Tussock. HEX triplet: C0, 93 and 49. RGB value is (192,147,73). Sum of RGB (Red+Green+Blue) = 192+147+73=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C09349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09349 is #3F6CB6. Grayscale: #989898. Windows color (decimal): -4156599 or 4821952. OLE color: 4821952.
HSL color Cylindrical-coordinate representation of color #C09349: hue angle of 37.31º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09349 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 73 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.25 |
| HSL | 37.31º | 0.49% | 0.52% | - |
| HSV(B) | 37.31º | 0.62% | 0.75% | - |
| XYZ | 33.37 | 32.55 | 10.83 | - |
| YUV | 152.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 73 | 0 | 0.23 | 0.62 | 0.25 | 37.31 | 0.49 | 0.52 |
| Hex | C0 | 93 | 49 | 0 | 17 | 3E | 19 | 25 | 31 | 34 |
| Octal | 300 | 223 | 111 | 0 | 27 | 76 | 31 | 45 | 61 | 64 |
| Binary | 11000000 | 10010011 | 1001001 | 0 | 10111 | 111110 | 11001 | 100101 | 110001 | 110100 |
Color Harmonies of #C09349
Complementary color
Monochromatic Colors of #C09349
Black with #C09349
Text Example
Text Example
White with #C09349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09349; }
p { color: rgb(192,147,73); }
H1.HeaderClassName
{
color: #C09349;
}
.AnyTagClassName
{
color: #C09349;
}
</style>
background-color css
<style>
a { background-color: #C09349; }
a { background-color: rgb(192,147,73); }
div.DivClassName
{
background-color: #C09349;
}
.BgClassName
{
background-color: #C09349;
}
</style>
border-color css
<style>
span { border-color: #C09349; }
span { border-color: rgb(192,147,73); }
td.TdClassName
{
border-color: #C09349;
}
.TagClassName
{
border-color: #C09349;
}
</style>