Shades of Tussock #C79D51
Tints of Tussock #C79D51
RGB
CMYK
RGB Variations
Color information
#C79D51 (or 0xC79D51) is known color: Tussock. HEX triplet: C7, 9D and 51. RGB value is (199,157,81). Sum of RGB (Red+Green+Blue) = 199+157+81=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79D51 is #3862AE. Grayscale: #A1A1A1. Windows color (decimal): -3695279 or 5348807. OLE color: 5348807.
HSL color Cylindrical-coordinate representation of color #C79D51: hue angle of 38.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C79D51 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 81 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.22 |
| HSL | 38.64º | 0.51% | 0.55% | - |
| HSV(B) | 38.64º | 0.59% | 0.78% | - |
| XYZ | 37.1 | 36.85 | 12.94 | - |
| YUV | 160.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 81 | 0 | 0.21 | 0.59 | 0.22 | 38.64 | 0.51 | 0.55 |
| Hex | C7 | 9D | 51 | 0 | 15 | 3B | 16 | 27 | 33 | 37 |
| Octal | 307 | 235 | 121 | 0 | 25 | 73 | 26 | 47 | 63 | 67 |
| Binary | 11000111 | 10011101 | 1010001 | 0 | 10101 | 111011 | 10110 | 100111 | 110011 | 110111 |
Color Harmonies of #C79D51
Complementary color
Monochromatic Colors of #C79D51
Black with #C79D51
Text Example
Text Example
White with #C79D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D51; }
p { color: rgb(199,157,81); }
H1.HeaderClassName
{
color: #C79D51;
}
.AnyTagClassName
{
color: #C79D51;
}
</style>
background-color css
<style>
a { background-color: #C79D51; }
a { background-color: rgb(199,157,81); }
div.DivClassName
{
background-color: #C79D51;
}
.BgClassName
{
background-color: #C79D51;
}
</style>
border-color css
<style>
span { border-color: #C79D51; }
span { border-color: rgb(199,157,81); }
td.TdClassName
{
border-color: #C79D51;
}
.TagClassName
{
border-color: #C79D51;
}
</style>