Shades of Tussock #C69948
Tints of Tussock #C69948
RGB
CMYK
RGB Variations
Color information
#C69948 (or 0xC69948) is known color: Tussock. HEX triplet: C6, 99 and 48. RGB value is (198,153,72). Sum of RGB (Red+Green+Blue) = 198+153+72=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C69948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69948 is #3966B7. Grayscale: #9D9D9D. Windows color (decimal): -3761848 or 4757958. OLE color: 4757958.
HSL color Cylindrical-coordinate representation of color #C69948: hue angle of 38.57º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C69948 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 72 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.22 |
| HSL | 38.57º | 0.53% | 0.53% | - |
| HSV(B) | 38.57º | 0.64% | 0.78% | - |
| XYZ | 35.85 | 35.26 | 11.05 | - |
| YUV | 157.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 72 | 0 | 0.23 | 0.64 | 0.22 | 38.57 | 0.53 | 0.53 |
| Hex | C6 | 99 | 48 | 0 | 17 | 40 | 16 | 27 | 34 | 35 |
| Octal | 306 | 231 | 110 | 0 | 27 | 100 | 26 | 47 | 64 | 65 |
| Binary | 11000110 | 10011001 | 1001000 | 0 | 10111 | 1000000 | 10110 | 100111 | 110100 | 110101 |
Color Harmonies of #C69948
Complementary color
Monochromatic Colors of #C69948
Black with #C69948
Text Example
Text Example
White with #C69948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69948; }
p { color: rgb(198,153,72); }
H1.HeaderClassName
{
color: #C69948;
}
.AnyTagClassName
{
color: #C69948;
}
</style>
background-color css
<style>
a { background-color: #C69948; }
a { background-color: rgb(198,153,72); }
div.DivClassName
{
background-color: #C69948;
}
.BgClassName
{
background-color: #C69948;
}
</style>
border-color css
<style>
span { border-color: #C69948; }
span { border-color: rgb(198,153,72); }
td.TdClassName
{
border-color: #C69948;
}
.TagClassName
{
border-color: #C69948;
}
</style>