Shades of Tussock #C8974A
Tints of Tussock #C8974A
RGB
CMYK
RGB Variations
Color information
#C8974A (or 0xC8974A) is known color: Tussock. HEX triplet: C8, 97 and 4A. RGB value is (200,151,74). Sum of RGB (Red+Green+Blue) = 200+151+74=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8974A is #3768B5. Grayscale: #9D9D9D. Windows color (decimal): -3631286 or 4888520. OLE color: 4888520.
HSL color Cylindrical-coordinate representation of color #C8974A: hue angle of 36.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8974A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 74 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.22 |
| HSL | 36.67º | 0.53% | 0.54% | - |
| HSV(B) | 36.67º | 0.63% | 0.78% | - |
| XYZ | 36.12 | 34.91 | 11.31 | - |
| YUV | 156.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 74 | 0 | 0.24 | 0.63 | 0.22 | 36.67 | 0.53 | 0.54 |
| Hex | C8 | 97 | 4A | 0 | 18 | 3F | 16 | 25 | 35 | 36 |
| Octal | 310 | 227 | 112 | 0 | 30 | 77 | 26 | 45 | 65 | 66 |
| Binary | 11001000 | 10010111 | 1001010 | 0 | 11000 | 111111 | 10110 | 100101 | 110101 | 110110 |
Color Harmonies of #C8974A
Complementary color
Monochromatic Colors of #C8974A
Black with #C8974A
Text Example
Text Example
White with #C8974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8974A; }
p { color: rgb(200,151,74); }
H1.HeaderClassName
{
color: #C8974A;
}
.AnyTagClassName
{
color: #C8974A;
}
</style>
background-color css
<style>
a { background-color: #C8974A; }
a { background-color: rgb(200,151,74); }
div.DivClassName
{
background-color: #C8974A;
}
.BgClassName
{
background-color: #C8974A;
}
</style>
border-color css
<style>
span { border-color: #C8974A; }
span { border-color: rgb(200,151,74); }
td.TdClassName
{
border-color: #C8974A;
}
.TagClassName
{
border-color: #C8974A;
}
</style>