Shades of Tussock #C69950
Tints of Tussock #C69950
RGB
CMYK
RGB Variations
Color information
#C69950 (or 0xC69950) is known color: Tussock. HEX triplet: C6, 99 and 50. RGB value is (198,153,80). Sum of RGB (Red+Green+Blue) = 198+153+80=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C69950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69950 is #3966AF. Grayscale: #9E9E9E. Windows color (decimal): -3761840 or 5282246. OLE color: 5282246.
HSL color Cylindrical-coordinate representation of color #C69950: hue angle of 37.12º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69950 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 80 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.22 |
| HSL | 37.12º | 0.51% | 0.55% | - |
| HSV(B) | 37.12º | 0.6% | 0.78% | - |
| XYZ | 36.13 | 35.37 | 12.51 | - |
| YUV | 158.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 80 | 0 | 0.23 | 0.60 | 0.22 | 37.12 | 0.51 | 0.55 |
| Hex | C6 | 99 | 50 | 0 | 17 | 3C | 16 | 25 | 33 | 37 |
| Octal | 306 | 231 | 120 | 0 | 27 | 74 | 26 | 45 | 63 | 67 |
| Binary | 11000110 | 10011001 | 1010000 | 0 | 10111 | 111100 | 10110 | 100101 | 110011 | 110111 |
Color Harmonies of #C69950
Complementary color
Monochromatic Colors of #C69950
Black with #C69950
Text Example
Text Example
White with #C69950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69950; }
p { color: rgb(198,153,80); }
H1.HeaderClassName
{
color: #C69950;
}
.AnyTagClassName
{
color: #C69950;
}
</style>
background-color css
<style>
a { background-color: #C69950; }
a { background-color: rgb(198,153,80); }
div.DivClassName
{
background-color: #C69950;
}
.BgClassName
{
background-color: #C69950;
}
</style>
border-color css
<style>
span { border-color: #C69950; }
span { border-color: rgb(198,153,80); }
td.TdClassName
{
border-color: #C69950;
}
.TagClassName
{
border-color: #C69950;
}
</style>