Shades of Tussock #C8944A
Tints of Tussock #C8944A
RGB
CMYK
RGB Variations
Color information
#C8944A (or 0xC8944A) is known color: Tussock. HEX triplet: C8, 94 and 4A. RGB value is (200,148,74). Sum of RGB (Red+Green+Blue) = 200+148+74=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8944A is #376BB5. Grayscale: #9B9B9B. Windows color (decimal): -3632054 or 4887752. OLE color: 4887752.
HSL color Cylindrical-coordinate representation of color #C8944A: hue angle of 35.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8944A is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 74 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.22 |
| HSL | 35.24º | 0.53% | 0.54% | - |
| HSV(B) | 35.24º | 0.63% | 0.78% | - |
| XYZ | 35.65 | 33.95 | 11.15 | - |
| YUV | 155.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 74 | 0 | 0.26 | 0.63 | 0.22 | 35.24 | 0.53 | 0.54 |
| Hex | C8 | 94 | 4A | 0 | 1A | 3F | 16 | 23 | 35 | 36 |
| Octal | 310 | 224 | 112 | 0 | 32 | 77 | 26 | 43 | 65 | 66 |
| Binary | 11001000 | 10010100 | 1001010 | 0 | 11010 | 111111 | 10110 | 100011 | 110101 | 110110 |
Color Harmonies of #C8944A
Complementary color
Monochromatic Colors of #C8944A
Black with #C8944A
Text Example
Text Example
White with #C8944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8944A; }
p { color: rgb(200,148,74); }
H1.HeaderClassName
{
color: #C8944A;
}
.AnyTagClassName
{
color: #C8944A;
}
</style>
background-color css
<style>
a { background-color: #C8944A; }
a { background-color: rgb(200,148,74); }
div.DivClassName
{
background-color: #C8944A;
}
.BgClassName
{
background-color: #C8944A;
}
</style>
border-color css
<style>
span { border-color: #C8944A; }
span { border-color: rgb(200,148,74); }
td.TdClassName
{
border-color: #C8944A;
}
.TagClassName
{
border-color: #C8944A;
}
</style>