Shades of Tussock #C88F49
Tints of Tussock #C88F49
RGB
CMYK
RGB Variations
Color information
#C88F49 (or 0xC88F49) is known color: Tussock. HEX triplet: C8, 8F and 49. RGB value is (200,143,73). Sum of RGB (Red+Green+Blue) = 200+143+73=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F49 is #3770B6. Grayscale: #989898. Windows color (decimal): -3633335 or 4820936. OLE color: 4820936.
HSL color Cylindrical-coordinate representation of color #C88F49: hue angle of 33.07º degrees, saturation: 0.54, 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 #C88F49 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 73 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.22 |
| HSL | 33.07º | 0.54% | 0.54% | - |
| HSV(B) | 33.07º | 0.64% | 0.78% | - |
| XYZ | 34.84 | 32.41 | 10.72 | - |
| YUV | 152.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 73 | 0 | 0.28 | 0.64 | 0.22 | 33.07 | 0.54 | 0.54 |
| Hex | C8 | 8F | 49 | 0 | 1C | 40 | 16 | 21 | 36 | 36 |
| Octal | 310 | 217 | 111 | 0 | 34 | 100 | 26 | 41 | 66 | 66 |
| Binary | 11001000 | 10001111 | 1001001 | 0 | 11100 | 1000000 | 10110 | 100001 | 110110 | 110110 |
Color Harmonies of #C88F49
Complementary color
Monochromatic Colors of #C88F49
Black with #C88F49
Text Example
Text Example
White with #C88F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F49; }
p { color: rgb(200,143,73); }
H1.HeaderClassName
{
color: #C88F49;
}
.AnyTagClassName
{
color: #C88F49;
}
</style>
background-color css
<style>
a { background-color: #C88F49; }
a { background-color: rgb(200,143,73); }
div.DivClassName
{
background-color: #C88F49;
}
.BgClassName
{
background-color: #C88F49;
}
</style>
border-color css
<style>
span { border-color: #C88F49; }
span { border-color: rgb(200,143,73); }
td.TdClassName
{
border-color: #C88F49;
}
.TagClassName
{
border-color: #C88F49;
}
</style>