Shades of Tussock #C78D4A
Tints of Tussock #C78D4A
RGB
CMYK
RGB Variations
Color information
#C78D4A (or 0xC78D4A) is known color: Tussock. HEX triplet: C7, 8D and 4A. RGB value is (199,141,74). Sum of RGB (Red+Green+Blue) = 199+141+74=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D4A is #3872B5. Grayscale: #979797. Windows color (decimal): -3699382 or 4885959. OLE color: 4885959.
HSL color Cylindrical-coordinate representation of color #C78D4A: hue angle of 32.16º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C78D4A is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 74 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.22 |
| HSL | 32.16º | 0.53% | 0.54% | - |
| HSV(B) | 32.16º | 0.63% | 0.78% | - |
| XYZ | 34.31 | 31.69 | 10.79 | - |
| YUV | 150.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 74 | 0 | 0.29 | 0.63 | 0.22 | 32.16 | 0.53 | 0.54 |
| Hex | C7 | 8D | 4A | 0 | 1D | 3F | 16 | 20 | 35 | 36 |
| Octal | 307 | 215 | 112 | 0 | 35 | 77 | 26 | 40 | 65 | 66 |
| Binary | 11000111 | 10001101 | 1001010 | 0 | 11101 | 111111 | 10110 | 100000 | 110101 | 110110 |
Color Harmonies of #C78D4A
Complementary color
Monochromatic Colors of #C78D4A
Black with #C78D4A
Text Example
Text Example
White with #C78D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D4A; }
p { color: rgb(199,141,74); }
H1.HeaderClassName
{
color: #C78D4A;
}
.AnyTagClassName
{
color: #C78D4A;
}
</style>
background-color css
<style>
a { background-color: #C78D4A; }
a { background-color: rgb(199,141,74); }
div.DivClassName
{
background-color: #C78D4A;
}
.BgClassName
{
background-color: #C78D4A;
}
</style>
border-color css
<style>
span { border-color: #C78D4A; }
span { border-color: rgb(199,141,74); }
td.TdClassName
{
border-color: #C78D4A;
}
.TagClassName
{
border-color: #C78D4A;
}
</style>