Shades of Tussock #C09746
Tints of Tussock #C09746
RGB
CMYK
RGB Variations
Color information
#C09746 (or 0xC09746) is known color: Tussock. HEX triplet: C0, 97 and 46. RGB value is (192,151,70). Sum of RGB (Red+Green+Blue) = 192+151+70=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C09746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09746 is #3F68B9. Grayscale: #9A9A9A. Windows color (decimal): -4155578 or 4626368. OLE color: 4626368.
HSL color Cylindrical-coordinate representation of color #C09746: hue angle of 39.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C09746 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 70 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.25 |
| HSL | 39.84º | 0.49% | 0.51% | - |
| HSV(B) | 39.84º | 0.64% | 0.75% | - |
| XYZ | 33.91 | 33.78 | 10.53 | - |
| YUV | 154.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 70 | 0 | 0.21 | 0.64 | 0.25 | 39.84 | 0.49 | 0.51 |
| Hex | C0 | 97 | 46 | 0 | 15 | 40 | 19 | 28 | 31 | 33 |
| Octal | 300 | 227 | 106 | 0 | 25 | 100 | 31 | 50 | 61 | 63 |
| Binary | 11000000 | 10010111 | 1000110 | 0 | 10101 | 1000000 | 11001 | 101000 | 110001 | 110011 |
Color Harmonies of #C09746
Complementary color
Monochromatic Colors of #C09746
Black with #C09746
Text Example
Text Example
White with #C09746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09746; }
p { color: rgb(192,151,70); }
H1.HeaderClassName
{
color: #C09746;
}
.AnyTagClassName
{
color: #C09746;
}
</style>
background-color css
<style>
a { background-color: #C09746; }
a { background-color: rgb(192,151,70); }
div.DivClassName
{
background-color: #C09746;
}
.BgClassName
{
background-color: #C09746;
}
</style>
border-color css
<style>
span { border-color: #C09746; }
span { border-color: rgb(192,151,70); }
td.TdClassName
{
border-color: #C09746;
}
.TagClassName
{
border-color: #C09746;
}
</style>