Shades of Tussock #C8944D
Tints of Tussock #C8944D
RGB
CMYK
RGB Variations
Color information
#C8944D (or 0xC8944D) is known color: Tussock. HEX triplet: C8, 94 and 4D. RGB value is (200,148,77). Sum of RGB (Red+Green+Blue) = 200+148+77=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8944D is #376BB2. Grayscale: #9B9B9B. Windows color (decimal): -3632051 or 5084360. OLE color: 5084360.
HSL color Cylindrical-coordinate representation of color #C8944D: hue angle of 34.63º 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 #C8944D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 77 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 34.63º | 0.53% | 0.54% | - |
| HSV(B) | 34.63º | 0.62% | 0.78% | - |
| XYZ | 35.75 | 33.99 | 11.7 | - |
| YUV | 155.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 77 | 0 | 0.26 | 0.62 | 0.22 | 34.63 | 0.53 | 0.54 |
| Hex | C8 | 94 | 4D | 0 | 1A | 3E | 16 | 23 | 35 | 36 |
| Octal | 310 | 224 | 115 | 0 | 32 | 76 | 26 | 43 | 65 | 66 |
| Binary | 11001000 | 10010100 | 1001101 | 0 | 11010 | 111110 | 10110 | 100011 | 110101 | 110110 |
Color Harmonies of #C8944D
Complementary color
Monochromatic Colors of #C8944D
Black with #C8944D
Text Example
Text Example
White with #C8944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8944D; }
p { color: rgb(200,148,77); }
H1.HeaderClassName
{
color: #C8944D;
}
.AnyTagClassName
{
color: #C8944D;
}
</style>
background-color css
<style>
a { background-color: #C8944D; }
a { background-color: rgb(200,148,77); }
div.DivClassName
{
background-color: #C8944D;
}
.BgClassName
{
background-color: #C8944D;
}
</style>
border-color css
<style>
span { border-color: #C8944D; }
span { border-color: rgb(200,148,77); }
td.TdClassName
{
border-color: #C8944D;
}
.TagClassName
{
border-color: #C8944D;
}
</style>