Shades of Tussock #C78C4B
Tints of Tussock #C78C4B
RGB
CMYK
RGB Variations
Color information
#C78C4B (or 0xC78C4B) is known color: Tussock. HEX triplet: C7, 8C and 4B. RGB value is (199,140,75). Sum of RGB (Red+Green+Blue) = 199+140+75=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C4B is #3873B4. Grayscale: #969696. Windows color (decimal): -3699637 or 4951239. OLE color: 4951239.
HSL color Cylindrical-coordinate representation of color #C78C4B: hue angle of 31.45º 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 #C78C4B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 75 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.22 |
| HSL | 31.45º | 0.53% | 0.54% | - |
| HSV(B) | 31.45º | 0.62% | 0.78% | - |
| XYZ | 34.2 | 31.41 | 10.92 | - |
| YUV | 150.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 75 | 0 | 0.30 | 0.62 | 0.22 | 31.45 | 0.53 | 0.54 |
| Hex | C7 | 8C | 4B | 0 | 1E | 3E | 16 | 1F | 35 | 36 |
| Octal | 307 | 214 | 113 | 0 | 36 | 76 | 26 | 37 | 65 | 66 |
| Binary | 11000111 | 10001100 | 1001011 | 0 | 11110 | 111110 | 10110 | 11111 | 110101 | 110110 |
Color Harmonies of #C78C4B
Complementary color
Monochromatic Colors of #C78C4B
Black with #C78C4B
Text Example
Text Example
White with #C78C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C4B; }
p { color: rgb(199,140,75); }
H1.HeaderClassName
{
color: #C78C4B;
}
.AnyTagClassName
{
color: #C78C4B;
}
</style>
background-color css
<style>
a { background-color: #C78C4B; }
a { background-color: rgb(199,140,75); }
div.DivClassName
{
background-color: #C78C4B;
}
.BgClassName
{
background-color: #C78C4B;
}
</style>
border-color css
<style>
span { border-color: #C78C4B; }
span { border-color: rgb(199,140,75); }
td.TdClassName
{
border-color: #C78C4B;
}
.TagClassName
{
border-color: #C78C4B;
}
</style>