Shades of Tussock #C78E4C
Tints of Tussock #C78E4C
RGB
CMYK
RGB Variations
Color information
#C78E4C (or 0xC78E4C) is known color: Tussock. HEX triplet: C7, 8E and 4C. RGB value is (199,142,76). Sum of RGB (Red+Green+Blue) = 199+142+76=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78E4C is #3871B3. Grayscale: #979797. Windows color (decimal): -3699124 or 5017287. OLE color: 5017287.
HSL color Cylindrical-coordinate representation of color #C78E4C: hue angle of 32.2º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C78E4C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 76 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.22 |
| HSL | 32.2º | 0.52% | 0.54% | - |
| HSV(B) | 32.2º | 0.62% | 0.78% | - |
| XYZ | 34.53 | 32.01 | 11.2 | - |
| YUV | 151.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 76 | 0 | 0.29 | 0.62 | 0.22 | 32.2 | 0.52 | 0.54 |
| Hex | C7 | 8E | 4C | 0 | 1D | 3E | 16 | 20 | 34 | 36 |
| Octal | 307 | 216 | 114 | 0 | 35 | 76 | 26 | 40 | 64 | 66 |
| Binary | 11000111 | 10001110 | 1001100 | 0 | 11101 | 111110 | 10110 | 100000 | 110100 | 110110 |
Color Harmonies of #C78E4C
Complementary color
Monochromatic Colors of #C78E4C
Black with #C78E4C
Text Example
Text Example
White with #C78E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E4C; }
p { color: rgb(199,142,76); }
H1.HeaderClassName
{
color: #C78E4C;
}
.AnyTagClassName
{
color: #C78E4C;
}
</style>
background-color css
<style>
a { background-color: #C78E4C; }
a { background-color: rgb(199,142,76); }
div.DivClassName
{
background-color: #C78E4C;
}
.BgClassName
{
background-color: #C78E4C;
}
</style>
border-color css
<style>
span { border-color: #C78E4C; }
span { border-color: rgb(199,142,76); }
td.TdClassName
{
border-color: #C78E4C;
}
.TagClassName
{
border-color: #C78E4C;
}
</style>