Shades of Tussock #C79C45
Tints of Tussock #C79C45
RGB
CMYK
RGB Variations
Color information
#C79C45 (or 0xC79C45) is known color: Tussock. HEX triplet: C7, 9C and 45. RGB value is (199,156,69). Sum of RGB (Red+Green+Blue) = 199+156+69=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C45 is #3863BA. Grayscale: #9F9F9F. Windows color (decimal): -3695547 or 4562119. OLE color: 4562119.
HSL color Cylindrical-coordinate representation of color #C79C45: hue angle of 40.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C79C45 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 69 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.22 |
| HSL | 40.15º | 0.54% | 0.53% | - |
| HSV(B) | 40.15º | 0.65% | 0.78% | - |
| XYZ | 36.52 | 36.35 | 10.72 | - |
| YUV | 158.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 69 | 0 | 0.22 | 0.65 | 0.22 | 40.15 | 0.54 | 0.53 |
| Hex | C7 | 9C | 45 | 0 | 16 | 41 | 16 | 28 | 36 | 35 |
| Octal | 307 | 234 | 105 | 0 | 26 | 101 | 26 | 50 | 66 | 65 |
| Binary | 11000111 | 10011100 | 1000101 | 0 | 10110 | 1000001 | 10110 | 101000 | 110110 | 110101 |
Color Harmonies of #C79C45
Complementary color
Monochromatic Colors of #C79C45
Black with #C79C45
Text Example
Text Example
White with #C79C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C45; }
p { color: rgb(199,156,69); }
H1.HeaderClassName
{
color: #C79C45;
}
.AnyTagClassName
{
color: #C79C45;
}
</style>
background-color css
<style>
a { background-color: #C79C45; }
a { background-color: rgb(199,156,69); }
div.DivClassName
{
background-color: #C79C45;
}
.BgClassName
{
background-color: #C79C45;
}
</style>
border-color css
<style>
span { border-color: #C79C45; }
span { border-color: rgb(199,156,69); }
td.TdClassName
{
border-color: #C79C45;
}
.TagClassName
{
border-color: #C79C45;
}
</style>