Shades of Tussock #C8954C
Tints of Tussock #C8954C
RGB
CMYK
RGB Variations
Color information
#C8954C (or 0xC8954C) is known color: Tussock. HEX triplet: C8, 95 and 4C. RGB value is (200,149,76). Sum of RGB (Red+Green+Blue) = 200+149+76=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8954C is #376AB3. Grayscale: #9C9C9C. Windows color (decimal): -3631796 or 5019080. OLE color: 5019080.
HSL color Cylindrical-coordinate representation of color #C8954C: hue angle of 35.32º 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 #C8954C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 76 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 35.32º | 0.53% | 0.54% | - |
| HSV(B) | 35.32º | 0.62% | 0.78% | - |
| XYZ | 35.87 | 34.3 | 11.57 | - |
| YUV | 155.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 76 | 0 | 0.26 | 0.62 | 0.22 | 35.32 | 0.53 | 0.54 |
| Hex | C8 | 95 | 4C | 0 | 1A | 3E | 16 | 23 | 35 | 36 |
| Octal | 310 | 225 | 114 | 0 | 32 | 76 | 26 | 43 | 65 | 66 |
| Binary | 11001000 | 10010101 | 1001100 | 0 | 11010 | 111110 | 10110 | 100011 | 110101 | 110110 |
Color Harmonies of #C8954C
Complementary color
Monochromatic Colors of #C8954C
Black with #C8954C
Text Example
Text Example
White with #C8954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8954C; }
p { color: rgb(200,149,76); }
H1.HeaderClassName
{
color: #C8954C;
}
.AnyTagClassName
{
color: #C8954C;
}
</style>
background-color css
<style>
a { background-color: #C8954C; }
a { background-color: rgb(200,149,76); }
div.DivClassName
{
background-color: #C8954C;
}
.BgClassName
{
background-color: #C8954C;
}
</style>
border-color css
<style>
span { border-color: #C8954C; }
span { border-color: rgb(200,149,76); }
td.TdClassName
{
border-color: #C8954C;
}
.TagClassName
{
border-color: #C8954C;
}
</style>