Shades of Tussock #C79C47
Tints of Tussock #C79C47
RGB
CMYK
RGB Variations
Color information
#C79C47 (or 0xC79C47) is known color: Tussock. HEX triplet: C7, 9C and 47. RGB value is (199,156,71). Sum of RGB (Red+Green+Blue) = 199+156+71=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C47 is #3863B8. Grayscale: #9F9F9F. Windows color (decimal): -3695545 or 4693191. OLE color: 4693191.
HSL color Cylindrical-coordinate representation of color #C79C47: hue angle of 39.84º degrees, saturation: 0.53, 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 #C79C47 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 71 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.22 |
| HSL | 39.84º | 0.53% | 0.53% | - |
| HSV(B) | 39.84º | 0.64% | 0.78% | - |
| XYZ | 36.58 | 36.37 | 11.05 | - |
| YUV | 159.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 71 | 0 | 0.22 | 0.64 | 0.22 | 39.84 | 0.53 | 0.53 |
| Hex | C7 | 9C | 47 | 0 | 16 | 40 | 16 | 28 | 35 | 35 |
| Octal | 307 | 234 | 107 | 0 | 26 | 100 | 26 | 50 | 65 | 65 |
| Binary | 11000111 | 10011100 | 1000111 | 0 | 10110 | 1000000 | 10110 | 101000 | 110101 | 110101 |
Color Harmonies of #C79C47
Complementary color
Monochromatic Colors of #C79C47
Black with #C79C47
Text Example
Text Example
White with #C79C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C47; }
p { color: rgb(199,156,71); }
H1.HeaderClassName
{
color: #C79C47;
}
.AnyTagClassName
{
color: #C79C47;
}
</style>
background-color css
<style>
a { background-color: #C79C47; }
a { background-color: rgb(199,156,71); }
div.DivClassName
{
background-color: #C79C47;
}
.BgClassName
{
background-color: #C79C47;
}
</style>
border-color css
<style>
span { border-color: #C79C47; }
span { border-color: rgb(199,156,71); }
td.TdClassName
{
border-color: #C79C47;
}
.TagClassName
{
border-color: #C79C47;
}
</style>