Shades of Tussock #C78F4B
Tints of Tussock #C78F4B
RGB
CMYK
RGB Variations
Color information
#C78F4B (or 0xC78F4B) is known color: Tussock. HEX triplet: C7, 8F and 4B. RGB value is (199,143,75). Sum of RGB (Red+Green+Blue) = 199+143+75=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F4B is #3870B4. Grayscale: #989898. Windows color (decimal): -3698869 or 4952007. OLE color: 4952007.
HSL color Cylindrical-coordinate representation of color #C78F4B: hue angle of 32.9º degrees, saturation: 0.53, 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 #C78F4B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 75 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.22 |
| HSL | 32.9º | 0.53% | 0.54% | - |
| HSV(B) | 32.9º | 0.62% | 0.78% | - |
| XYZ | 34.65 | 32.3 | 11.06 | - |
| YUV | 151.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 75 | 0 | 0.28 | 0.62 | 0.22 | 32.9 | 0.53 | 0.54 |
| Hex | C7 | 8F | 4B | 0 | 1C | 3E | 16 | 21 | 35 | 36 |
| Octal | 307 | 217 | 113 | 0 | 34 | 76 | 26 | 41 | 65 | 66 |
| Binary | 11000111 | 10001111 | 1001011 | 0 | 11100 | 111110 | 10110 | 100001 | 110101 | 110110 |
Color Harmonies of #C78F4B
Complementary color
Monochromatic Colors of #C78F4B
Black with #C78F4B
Text Example
Text Example
White with #C78F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F4B; }
p { color: rgb(199,143,75); }
H1.HeaderClassName
{
color: #C78F4B;
}
.AnyTagClassName
{
color: #C78F4B;
}
</style>
background-color css
<style>
a { background-color: #C78F4B; }
a { background-color: rgb(199,143,75); }
div.DivClassName
{
background-color: #C78F4B;
}
.BgClassName
{
background-color: #C78F4B;
}
</style>
border-color css
<style>
span { border-color: #C78F4B; }
span { border-color: rgb(199,143,75); }
td.TdClassName
{
border-color: #C78F4B;
}
.TagClassName
{
border-color: #C78F4B;
}
</style>