Shades of Tussock #C39047
Tints of Tussock #C39047
RGB
CMYK
RGB Variations
Color information
#C39047 (or 0xC39047) is known color: Tussock. HEX triplet: C3, 90 and 47. RGB value is (195,144,71). Sum of RGB (Red+Green+Blue) = 195+144+71=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C39047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39047 is #3C6FB8. Grayscale: #979797. Windows color (decimal): -3960761 or 4690115. OLE color: 4690115.
HSL color Cylindrical-coordinate representation of color #C39047: hue angle of 35.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C39047 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 71 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.24 |
| HSL | 35.32º | 0.51% | 0.52% | - |
| HSV(B) | 35.32º | 0.64% | 0.76% | - |
| XYZ | 33.62 | 32 | 10.37 | - |
| YUV | 150.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 71 | 0 | 0.26 | 0.64 | 0.24 | 35.32 | 0.51 | 0.52 |
| Hex | C3 | 90 | 47 | 0 | 1A | 40 | 18 | 23 | 33 | 34 |
| Octal | 303 | 220 | 107 | 0 | 32 | 100 | 30 | 43 | 63 | 64 |
| Binary | 11000011 | 10010000 | 1000111 | 0 | 11010 | 1000000 | 11000 | 100011 | 110011 | 110100 |
Color Harmonies of #C39047
Complementary color
Monochromatic Colors of #C39047
Black with #C39047
Text Example
Text Example
White with #C39047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39047; }
p { color: rgb(195,144,71); }
H1.HeaderClassName
{
color: #C39047;
}
.AnyTagClassName
{
color: #C39047;
}
</style>
background-color css
<style>
a { background-color: #C39047; }
a { background-color: rgb(195,144,71); }
div.DivClassName
{
background-color: #C39047;
}
.BgClassName
{
background-color: #C39047;
}
</style>
border-color css
<style>
span { border-color: #C39047; }
span { border-color: rgb(195,144,71); }
td.TdClassName
{
border-color: #C39047;
}
.TagClassName
{
border-color: #C39047;
}
</style>