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