Shades of Tussock #C8944E
Tints of Tussock #C8944E
RGB
CMYK
RGB Variations
Color information
#C8944E (or 0xC8944E) is known color: Tussock. HEX triplet: C8, 94 and 4E. RGB value is (200,148,78). Sum of RGB (Red+Green+Blue) = 200+148+78=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8944E is #376BB1. Grayscale: #9B9B9B. Windows color (decimal): -3632050 or 5149896. OLE color: 5149896.
HSL color Cylindrical-coordinate representation of color #C8944E: hue angle of 34.43º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8944E is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 78 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.22 |
| HSL | 34.43º | 0.53% | 0.55% | - |
| HSV(B) | 34.43º | 0.61% | 0.78% | - |
| XYZ | 35.78 | 34.01 | 11.89 | - |
| YUV | 155.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 78 | 0 | 0.26 | 0.61 | 0.22 | 34.43 | 0.53 | 0.55 |
| Hex | C8 | 94 | 4E | 0 | 1A | 3D | 16 | 22 | 35 | 37 |
| Octal | 310 | 224 | 116 | 0 | 32 | 75 | 26 | 42 | 65 | 67 |
| Binary | 11001000 | 10010100 | 1001110 | 0 | 11010 | 111101 | 10110 | 100010 | 110101 | 110111 |
Color Harmonies of #C8944E
Complementary color
Monochromatic Colors of #C8944E
Black with #C8944E
Text Example
Text Example
White with #C8944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8944E; }
p { color: rgb(200,148,78); }
H1.HeaderClassName
{
color: #C8944E;
}
.AnyTagClassName
{
color: #C8944E;
}
</style>
background-color css
<style>
a { background-color: #C8944E; }
a { background-color: rgb(200,148,78); }
div.DivClassName
{
background-color: #C8944E;
}
.BgClassName
{
background-color: #C8944E;
}
</style>
border-color css
<style>
span { border-color: #C8944E; }
span { border-color: rgb(200,148,78); }
td.TdClassName
{
border-color: #C8944E;
}
.TagClassName
{
border-color: #C8944E;
}
</style>