Shades of Tussock #C5934E
Tints of Tussock #C5934E
RGB
CMYK
RGB Variations
Color information
#C5934E (or 0xC5934E) is known color: Tussock. HEX triplet: C5, 93 and 4E. RGB value is (197,147,78). Sum of RGB (Red+Green+Blue) = 197+147+78=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5934E is #3A6CB1. Grayscale: #9A9A9A. Windows color (decimal): -3828914 or 5149637. OLE color: 5149637.
HSL color Cylindrical-coordinate representation of color #C5934E: hue angle of 34.79º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5934E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 78 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.23 |
| HSL | 34.79º | 0.51% | 0.54% | - |
| HSV(B) | 34.79º | 0.6% | 0.77% | - |
| XYZ | 34.83 | 33.29 | 11.8 | - |
| YUV | 154.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 78 | 0 | 0.25 | 0.60 | 0.23 | 34.79 | 0.51 | 0.54 |
| Hex | C5 | 93 | 4E | 0 | 19 | 3C | 17 | 23 | 33 | 36 |
| Octal | 305 | 223 | 116 | 0 | 31 | 74 | 27 | 43 | 63 | 66 |
| Binary | 11000101 | 10010011 | 1001110 | 0 | 11001 | 111100 | 10111 | 100011 | 110011 | 110110 |
Color Harmonies of #C5934E
Complementary color
Monochromatic Colors of #C5934E
Black with #C5934E
Text Example
Text Example
White with #C5934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5934E; }
p { color: rgb(197,147,78); }
H1.HeaderClassName
{
color: #C5934E;
}
.AnyTagClassName
{
color: #C5934E;
}
</style>
background-color css
<style>
a { background-color: #C5934E; }
a { background-color: rgb(197,147,78); }
div.DivClassName
{
background-color: #C5934E;
}
.BgClassName
{
background-color: #C5934E;
}
</style>
border-color css
<style>
span { border-color: #C5934E; }
span { border-color: rgb(197,147,78); }
td.TdClassName
{
border-color: #C5934E;
}
.TagClassName
{
border-color: #C5934E;
}
</style>