Shades of Tussock #C8934D
Tints of Tussock #C8934D
RGB
CMYK
RGB Variations
Color information
#C8934D (or 0xC8934D) is known color: Tussock. HEX triplet: C8, 93 and 4D. RGB value is (200,147,77). Sum of RGB (Red+Green+Blue) = 200+147+77=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8934D is #376CB2. Grayscale: #9B9B9B. Windows color (decimal): -3632307 or 5084104. OLE color: 5084104.
HSL color Cylindrical-coordinate representation of color #C8934D: hue angle of 34.15º 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 #C8934D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 77 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 34.15º | 0.53% | 0.54% | - |
| HSV(B) | 34.15º | 0.62% | 0.78% | - |
| XYZ | 35.59 | 33.68 | 11.65 | - |
| YUV | 154.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 77 | 0 | 0.26 | 0.62 | 0.22 | 34.15 | 0.53 | 0.54 |
| Hex | C8 | 93 | 4D | 0 | 1A | 3E | 16 | 22 | 35 | 36 |
| Octal | 310 | 223 | 115 | 0 | 32 | 76 | 26 | 42 | 65 | 66 |
| Binary | 11001000 | 10010011 | 1001101 | 0 | 11010 | 111110 | 10110 | 100010 | 110101 | 110110 |
Color Harmonies of #C8934D
Complementary color
Monochromatic Colors of #C8934D
Black with #C8934D
Text Example
Text Example
White with #C8934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8934D; }
p { color: rgb(200,147,77); }
H1.HeaderClassName
{
color: #C8934D;
}
.AnyTagClassName
{
color: #C8934D;
}
</style>
background-color css
<style>
a { background-color: #C8934D; }
a { background-color: rgb(200,147,77); }
div.DivClassName
{
background-color: #C8934D;
}
.BgClassName
{
background-color: #C8934D;
}
</style>
border-color css
<style>
span { border-color: #C8934D; }
span { border-color: rgb(200,147,77); }
td.TdClassName
{
border-color: #C8934D;
}
.TagClassName
{
border-color: #C8934D;
}
</style>