Shades of Tussock #C8954D
Tints of Tussock #C8954D
RGB
CMYK
RGB Variations
Color information
#C8954D (or 0xC8954D) is known color: Tussock. HEX triplet: C8, 95 and 4D. RGB value is (200,149,77). Sum of RGB (Red+Green+Blue) = 200+149+77=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8954D is #376AB2. Grayscale: #9C9C9C. Windows color (decimal): -3631795 or 5084616. OLE color: 5084616.
HSL color Cylindrical-coordinate representation of color #C8954D: hue angle of 35.12º 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 #C8954D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 77 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 35.12º | 0.53% | 0.54% | - |
| HSV(B) | 35.12º | 0.62% | 0.78% | - |
| XYZ | 35.91 | 34.31 | 11.75 | - |
| YUV | 156.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 77 | 0 | 0.26 | 0.62 | 0.22 | 35.12 | 0.53 | 0.54 |
| Hex | C8 | 95 | 4D | 0 | 1A | 3E | 16 | 23 | 35 | 36 |
| Octal | 310 | 225 | 115 | 0 | 32 | 76 | 26 | 43 | 65 | 66 |
| Binary | 11001000 | 10010101 | 1001101 | 0 | 11010 | 111110 | 10110 | 100011 | 110101 | 110110 |
Color Harmonies of #C8954D
Complementary color
Monochromatic Colors of #C8954D
Black with #C8954D
Text Example
Text Example
White with #C8954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8954D; }
p { color: rgb(200,149,77); }
H1.HeaderClassName
{
color: #C8954D;
}
.AnyTagClassName
{
color: #C8954D;
}
</style>
background-color css
<style>
a { background-color: #C8954D; }
a { background-color: rgb(200,149,77); }
div.DivClassName
{
background-color: #C8954D;
}
.BgClassName
{
background-color: #C8954D;
}
</style>
border-color css
<style>
span { border-color: #C8954D; }
span { border-color: rgb(200,149,77); }
td.TdClassName
{
border-color: #C8954D;
}
.TagClassName
{
border-color: #C8954D;
}
</style>