Shades of Tussock #C8964C
Tints of Tussock #C8964C
RGB
CMYK
RGB Variations
Color information
#C8964C (or 0xC8964C) is known color: Tussock. HEX triplet: C8, 96 and 4C. RGB value is (200,150,76). Sum of RGB (Red+Green+Blue) = 200+150+76=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8964C is #3769B3. Grayscale: #9C9C9C. Windows color (decimal): -3631540 or 5019336. OLE color: 5019336.
HSL color Cylindrical-coordinate representation of color #C8964C: hue angle of 35.81º 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 #C8964C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 76 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.22 |
| HSL | 35.81º | 0.53% | 0.54% | - |
| HSV(B) | 35.81º | 0.62% | 0.78% | - |
| XYZ | 36.03 | 34.61 | 11.62 | - |
| YUV | 156.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 76 | 0 | 0.25 | 0.62 | 0.22 | 35.81 | 0.53 | 0.54 |
| Hex | C8 | 96 | 4C | 0 | 19 | 3E | 16 | 24 | 35 | 36 |
| Octal | 310 | 226 | 114 | 0 | 31 | 76 | 26 | 44 | 65 | 66 |
| Binary | 11001000 | 10010110 | 1001100 | 0 | 11001 | 111110 | 10110 | 100100 | 110101 | 110110 |
Color Harmonies of #C8964C
Complementary color
Monochromatic Colors of #C8964C
Black with #C8964C
Text Example
Text Example
White with #C8964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8964C; }
p { color: rgb(200,150,76); }
H1.HeaderClassName
{
color: #C8964C;
}
.AnyTagClassName
{
color: #C8964C;
}
</style>
background-color css
<style>
a { background-color: #C8964C; }
a { background-color: rgb(200,150,76); }
div.DivClassName
{
background-color: #C8964C;
}
.BgClassName
{
background-color: #C8964C;
}
</style>
border-color css
<style>
span { border-color: #C8964C; }
span { border-color: rgb(200,150,76); }
td.TdClassName
{
border-color: #C8964C;
}
.TagClassName
{
border-color: #C8964C;
}
</style>