Shades of Tussock #C8924D
Tints of Tussock #C8924D
RGB
CMYK
RGB Variations
Color information
#C8924D (or 0xC8924D) is known color: Tussock. HEX triplet: C8, 92 and 4D. RGB value is (200,146,77). Sum of RGB (Red+Green+Blue) = 200+146+77=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8924D is #376DB2. Grayscale: #9A9A9A. Windows color (decimal): -3632563 or 5083848. OLE color: 5083848.
HSL color Cylindrical-coordinate representation of color #C8924D: hue angle of 33.66º 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 #C8924D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.22 |
| HSL | 33.66º | 0.53% | 0.54% | - |
| HSV(B) | 33.66º | 0.62% | 0.78% | - |
| XYZ | 35.44 | 33.37 | 11.6 | - |
| YUV | 154.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 77 | 0 | 0.27 | 0.62 | 0.22 | 33.66 | 0.53 | 0.54 |
| Hex | C8 | 92 | 4D | 0 | 1B | 3E | 16 | 22 | 35 | 36 |
| Octal | 310 | 222 | 115 | 0 | 33 | 76 | 26 | 42 | 65 | 66 |
| Binary | 11001000 | 10010010 | 1001101 | 0 | 11011 | 111110 | 10110 | 100010 | 110101 | 110110 |
Color Harmonies of #C8924D
Complementary color
Monochromatic Colors of #C8924D
Black with #C8924D
Text Example
Text Example
White with #C8924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8924D; }
p { color: rgb(200,146,77); }
H1.HeaderClassName
{
color: #C8924D;
}
.AnyTagClassName
{
color: #C8924D;
}
</style>
background-color css
<style>
a { background-color: #C8924D; }
a { background-color: rgb(200,146,77); }
div.DivClassName
{
background-color: #C8924D;
}
.BgClassName
{
background-color: #C8924D;
}
</style>
border-color css
<style>
span { border-color: #C8924D; }
span { border-color: rgb(200,146,77); }
td.TdClassName
{
border-color: #C8924D;
}
.TagClassName
{
border-color: #C8924D;
}
</style>