Shades of Tussock #C0974F
Tints of Tussock #C0974F
RGB
CMYK
RGB Variations
Color information
#C0974F (or 0xC0974F) is known color: Tussock. HEX triplet: C0, 97 and 4F. RGB value is (192,151,79). Sum of RGB (Red+Green+Blue) = 192+151+79=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0974F is #3F68B0. Grayscale: #9B9B9B. Windows color (decimal): -4155569 or 5216192. OLE color: 5216192.
HSL color Cylindrical-coordinate representation of color #C0974F: hue angle of 38.23º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0974F is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 79 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.25 |
| HSL | 38.23º | 0.47% | 0.53% | - |
| HSV(B) | 38.23º | 0.59% | 0.75% | - |
| XYZ | 34.22 | 33.9 | 12.14 | - |
| YUV | 155.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 79 | 0 | 0.21 | 0.59 | 0.25 | 38.23 | 0.47 | 0.53 |
| Hex | C0 | 97 | 4F | 0 | 15 | 3B | 19 | 26 | 2F | 35 |
| Octal | 300 | 227 | 117 | 0 | 25 | 73 | 31 | 46 | 57 | 65 |
| Binary | 11000000 | 10010111 | 1001111 | 0 | 10101 | 111011 | 11001 | 100110 | 101111 | 110101 |
Color Harmonies of #C0974F
Complementary color
Monochromatic Colors of #C0974F
Black with #C0974F
Text Example
Text Example
White with #C0974F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0974F; }
p { color: rgb(192,151,79); }
H1.HeaderClassName
{
color: #C0974F;
}
.AnyTagClassName
{
color: #C0974F;
}
</style>
background-color css
<style>
a { background-color: #C0974F; }
a { background-color: rgb(192,151,79); }
div.DivClassName
{
background-color: #C0974F;
}
.BgClassName
{
background-color: #C0974F;
}
</style>
border-color css
<style>
span { border-color: #C0974F; }
span { border-color: rgb(192,151,79); }
td.TdClassName
{
border-color: #C0974F;
}
.TagClassName
{
border-color: #C0974F;
}
</style>