Shades of Tussock #C79249
Tints of Tussock #C79249
RGB
CMYK
RGB Variations
Color information
#C79249 (or 0xC79249) is known color: Tussock. HEX triplet: C7, 92 and 49. RGB value is (199,146,73). Sum of RGB (Red+Green+Blue) = 199+146+73=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C79249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79249 is #386DB6. Grayscale: #999999. Windows color (decimal): -3698103 or 4821703. OLE color: 4821703.
HSL color Cylindrical-coordinate representation of color #C79249: hue angle of 34.76º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C79249 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 73 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.22 |
| HSL | 34.76º | 0.53% | 0.53% | - |
| HSV(B) | 34.76º | 0.63% | 0.78% | - |
| XYZ | 35.03 | 33.18 | 10.86 | - |
| YUV | 153.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 73 | 0 | 0.27 | 0.63 | 0.22 | 34.76 | 0.53 | 0.53 |
| Hex | C7 | 92 | 49 | 0 | 1B | 3F | 16 | 23 | 35 | 35 |
| Octal | 307 | 222 | 111 | 0 | 33 | 77 | 26 | 43 | 65 | 65 |
| Binary | 11000111 | 10010010 | 1001001 | 0 | 11011 | 111111 | 10110 | 100011 | 110101 | 110101 |
Color Harmonies of #C79249
Complementary color
Monochromatic Colors of #C79249
Black with #C79249
Text Example
Text Example
White with #C79249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79249; }
p { color: rgb(199,146,73); }
H1.HeaderClassName
{
color: #C79249;
}
.AnyTagClassName
{
color: #C79249;
}
</style>
background-color css
<style>
a { background-color: #C79249; }
a { background-color: rgb(199,146,73); }
div.DivClassName
{
background-color: #C79249;
}
.BgClassName
{
background-color: #C79249;
}
</style>
border-color css
<style>
span { border-color: #C79249; }
span { border-color: rgb(199,146,73); }
td.TdClassName
{
border-color: #C79249;
}
.TagClassName
{
border-color: #C79249;
}
</style>