Shades of Tussock #C99747
Tints of Tussock #C99747
RGB
CMYK
RGB Variations
Color information
#C99747 (or 0xC99747) is known color: Tussock. HEX triplet: C9, 97 and 47. RGB value is (201,151,71). Sum of RGB (Red+Green+Blue) = 201+151+71=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C99747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99747 is #3668B8. Grayscale: #9D9D9D. Windows color (decimal): -3565753 or 4691913. OLE color: 4691913.
HSL color Cylindrical-coordinate representation of color #C99747: hue angle of 36.92º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C99747 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 71 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.21 |
| HSL | 36.92º | 0.55% | 0.53% | - |
| HSV(B) | 36.92º | 0.65% | 0.79% | - |
| XYZ | 36.29 | 35.01 | 10.81 | - |
| YUV | 156.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 71 | 0 | 0.25 | 0.65 | 0.21 | 36.92 | 0.55 | 0.53 |
| Hex | C9 | 97 | 47 | 0 | 19 | 41 | 15 | 25 | 37 | 35 |
| Octal | 311 | 227 | 107 | 0 | 31 | 101 | 25 | 45 | 67 | 65 |
| Binary | 11001001 | 10010111 | 1000111 | 0 | 11001 | 1000001 | 10101 | 100101 | 110111 | 110101 |
Color Harmonies of #C99747
Complementary color
Monochromatic Colors of #C99747
Black with #C99747
Text Example
Text Example
White with #C99747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99747; }
p { color: rgb(201,151,71); }
H1.HeaderClassName
{
color: #C99747;
}
.AnyTagClassName
{
color: #C99747;
}
</style>
background-color css
<style>
a { background-color: #C99747; }
a { background-color: rgb(201,151,71); }
div.DivClassName
{
background-color: #C99747;
}
.BgClassName
{
background-color: #C99747;
}
</style>
border-color css
<style>
span { border-color: #C99747; }
span { border-color: rgb(201,151,71); }
td.TdClassName
{
border-color: #C99747;
}
.TagClassName
{
border-color: #C99747;
}
</style>