Shades of Tussock #C79C51
Tints of Tussock #C79C51
RGB
CMYK
RGB Variations
Color information
#C79C51 (or 0xC79C51) is known color: Tussock. HEX triplet: C7, 9C and 51. RGB value is (199,156,81). Sum of RGB (Red+Green+Blue) = 199+156+81=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79C51 is #3863AE. Grayscale: #A0A0A0. Windows color (decimal): -3695535 or 5348551. OLE color: 5348551.
HSL color Cylindrical-coordinate representation of color #C79C51: hue angle of 38.14º 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 #C79C51 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 81 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.22 |
| HSL | 38.14º | 0.51% | 0.55% | - |
| HSV(B) | 38.14º | 0.59% | 0.78% | - |
| XYZ | 36.93 | 36.51 | 12.89 | - |
| YUV | 160.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 81 | 0 | 0.22 | 0.59 | 0.22 | 38.14 | 0.51 | 0.55 |
| Hex | C7 | 9C | 51 | 0 | 16 | 3B | 16 | 26 | 33 | 37 |
| Octal | 307 | 234 | 121 | 0 | 26 | 73 | 26 | 46 | 63 | 67 |
| Binary | 11000111 | 10011100 | 1010001 | 0 | 10110 | 111011 | 10110 | 100110 | 110011 | 110111 |
Color Harmonies of #C79C51
Complementary color
Monochromatic Colors of #C79C51
Black with #C79C51
Text Example
Text Example
White with #C79C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C51; }
p { color: rgb(199,156,81); }
H1.HeaderClassName
{
color: #C79C51;
}
.AnyTagClassName
{
color: #C79C51;
}
</style>
background-color css
<style>
a { background-color: #C79C51; }
a { background-color: rgb(199,156,81); }
div.DivClassName
{
background-color: #C79C51;
}
.BgClassName
{
background-color: #C79C51;
}
</style>
border-color css
<style>
span { border-color: #C79C51; }
span { border-color: rgb(199,156,81); }
td.TdClassName
{
border-color: #C79C51;
}
.TagClassName
{
border-color: #C79C51;
}
</style>