Shades of Tussock #C79C44
Tints of Tussock #C79C44
RGB
CMYK
RGB Variations
Color information
#C79C44 (or 0xC79C44) is known color: Tussock. HEX triplet: C7, 9C and 44. RGB value is (199,156,68). Sum of RGB (Red+Green+Blue) = 199+156+68=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C44 is #3863BB. Grayscale: #9F9F9F. Windows color (decimal): -3695548 or 4496583. OLE color: 4496583.
HSL color Cylindrical-coordinate representation of color #C79C44: hue angle of 40.31º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C79C44 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 68 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.22 |
| HSL | 40.31º | 0.54% | 0.52% | - |
| HSV(B) | 40.31º | 0.66% | 0.78% | - |
| XYZ | 36.49 | 36.34 | 10.56 | - |
| YUV | 158.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 68 | 0 | 0.22 | 0.66 | 0.22 | 40.31 | 0.54 | 0.52 |
| Hex | C7 | 9C | 44 | 0 | 16 | 42 | 16 | 28 | 36 | 34 |
| Octal | 307 | 234 | 104 | 0 | 26 | 102 | 26 | 50 | 66 | 64 |
| Binary | 11000111 | 10011100 | 1000100 | 0 | 10110 | 1000010 | 10110 | 101000 | 110110 | 110100 |
Color Harmonies of #C79C44
Complementary color
Monochromatic Colors of #C79C44
Black with #C79C44
Text Example
Text Example
White with #C79C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C44; }
p { color: rgb(199,156,68); }
H1.HeaderClassName
{
color: #C79C44;
}
.AnyTagClassName
{
color: #C79C44;
}
</style>
background-color css
<style>
a { background-color: #C79C44; }
a { background-color: rgb(199,156,68); }
div.DivClassName
{
background-color: #C79C44;
}
.BgClassName
{
background-color: #C79C44;
}
</style>
border-color css
<style>
span { border-color: #C79C44; }
span { border-color: rgb(199,156,68); }
td.TdClassName
{
border-color: #C79C44;
}
.TagClassName
{
border-color: #C79C44;
}
</style>