Shades of Tussock #C09450
Tints of Tussock #C09450
RGB
CMYK
RGB Variations
Color information
#C09450 (or 0xC09450) is known color: Tussock. HEX triplet: C0, 94 and 50. RGB value is (192,148,80). Sum of RGB (Red+Green+Blue) = 192+148+80=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C09450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09450 is #3F6BAF. Grayscale: #999999. Windows color (decimal): -4156336 or 5280960. OLE color: 5280960.
HSL color Cylindrical-coordinate representation of color #C09450: hue angle of 36.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C09450 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 80 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.25 |
| HSL | 36.43º | 0.47% | 0.53% | - |
| HSV(B) | 36.43º | 0.58% | 0.75% | - |
| XYZ | 33.78 | 32.97 | 12.17 | - |
| YUV | 153.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 80 | 0 | 0.23 | 0.58 | 0.25 | 36.43 | 0.47 | 0.53 |
| Hex | C0 | 94 | 50 | 0 | 17 | 3A | 19 | 24 | 2F | 35 |
| Octal | 300 | 224 | 120 | 0 | 27 | 72 | 31 | 44 | 57 | 65 |
| Binary | 11000000 | 10010100 | 1010000 | 0 | 10111 | 111010 | 11001 | 100100 | 101111 | 110101 |
Color Harmonies of #C09450
Complementary color
Monochromatic Colors of #C09450
Black with #C09450
Text Example
Text Example
White with #C09450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09450; }
p { color: rgb(192,148,80); }
H1.HeaderClassName
{
color: #C09450;
}
.AnyTagClassName
{
color: #C09450;
}
</style>
background-color css
<style>
a { background-color: #C09450; }
a { background-color: rgb(192,148,80); }
div.DivClassName
{
background-color: #C09450;
}
.BgClassName
{
background-color: #C09450;
}
</style>
border-color css
<style>
span { border-color: #C09450; }
span { border-color: rgb(192,148,80); }
td.TdClassName
{
border-color: #C09450;
}
.TagClassName
{
border-color: #C09450;
}
</style>