Shades of Tussock #C5934F
Tints of Tussock #C5934F
RGB
CMYK
RGB Variations
Color information
#C5934F (or 0xC5934F) is known color: Tussock. HEX triplet: C5, 93 and 4F. RGB value is (197,147,79). Sum of RGB (Red+Green+Blue) = 197+147+79=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5934F is #3A6CB0. Grayscale: #9A9A9A. Windows color (decimal): -3828913 or 5215173. OLE color: 5215173.
HSL color Cylindrical-coordinate representation of color #C5934F: hue angle of 34.58º degrees, saturation: 0.5, 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 #C5934F is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 79 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.23 |
| HSL | 34.58º | 0.5% | 0.54% | - |
| HSV(B) | 34.58º | 0.6% | 0.77% | - |
| XYZ | 34.87 | 33.3 | 11.99 | - |
| YUV | 154.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 79 | 0 | 0.25 | 0.60 | 0.23 | 34.58 | 0.5 | 0.54 |
| Hex | C5 | 93 | 4F | 0 | 19 | 3C | 17 | 23 | 32 | 36 |
| Octal | 305 | 223 | 117 | 0 | 31 | 74 | 27 | 43 | 62 | 66 |
| Binary | 11000101 | 10010011 | 1001111 | 0 | 11001 | 111100 | 10111 | 100011 | 110010 | 110110 |
Color Harmonies of #C5934F
Complementary color
Monochromatic Colors of #C5934F
Black with #C5934F
Text Example
Text Example
White with #C5934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5934F; }
p { color: rgb(197,147,79); }
H1.HeaderClassName
{
color: #C5934F;
}
.AnyTagClassName
{
color: #C5934F;
}
</style>
background-color css
<style>
a { background-color: #C5934F; }
a { background-color: rgb(197,147,79); }
div.DivClassName
{
background-color: #C5934F;
}
.BgClassName
{
background-color: #C5934F;
}
</style>
border-color css
<style>
span { border-color: #C5934F; }
span { border-color: rgb(197,147,79); }
td.TdClassName
{
border-color: #C5934F;
}
.TagClassName
{
border-color: #C5934F;
}
</style>