Shades of Tussock #C8944C
Tints of Tussock #C8944C
RGB
CMYK
RGB Variations
Color information
#C8944C (or 0xC8944C) is known color: Tussock. HEX triplet: C8, 94 and 4C. RGB value is (200,148,76). Sum of RGB (Red+Green+Blue) = 200+148+76=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8944C is #376BB3. Grayscale: #9B9B9B. Windows color (decimal): -3632052 or 5018824. OLE color: 5018824.
HSL color Cylindrical-coordinate representation of color #C8944C: hue angle of 34.84º 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 #C8944C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 76 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 34.84º | 0.53% | 0.54% | - |
| HSV(B) | 34.84º | 0.62% | 0.78% | - |
| XYZ | 35.71 | 33.98 | 11.51 | - |
| YUV | 155.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 76 | 0 | 0.26 | 0.62 | 0.22 | 34.84 | 0.53 | 0.54 |
| Hex | C8 | 94 | 4C | 0 | 1A | 3E | 16 | 23 | 35 | 36 |
| Octal | 310 | 224 | 114 | 0 | 32 | 76 | 26 | 43 | 65 | 66 |
| Binary | 11001000 | 10010100 | 1001100 | 0 | 11010 | 111110 | 10110 | 100011 | 110101 | 110110 |
Color Harmonies of #C8944C
Complementary color
Monochromatic Colors of #C8944C
Black with #C8944C
Text Example
Text Example
White with #C8944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8944C; }
p { color: rgb(200,148,76); }
H1.HeaderClassName
{
color: #C8944C;
}
.AnyTagClassName
{
color: #C8944C;
}
</style>
background-color css
<style>
a { background-color: #C8944C; }
a { background-color: rgb(200,148,76); }
div.DivClassName
{
background-color: #C8944C;
}
.BgClassName
{
background-color: #C8944C;
}
</style>
border-color css
<style>
span { border-color: #C8944C; }
span { border-color: rgb(200,148,76); }
td.TdClassName
{
border-color: #C8944C;
}
.TagClassName
{
border-color: #C8944C;
}
</style>