Shades of Tussock #C39046
Tints of Tussock #C39046
RGB
CMYK
RGB Variations
Color information
#C39046 (or 0xC39046) is known color: Tussock. HEX triplet: C3, 90 and 46. RGB value is (195,144,70). Sum of RGB (Red+Green+Blue) = 195+144+70=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C39046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39046 is #3C6FB9. Grayscale: #979797. Windows color (decimal): -3960762 or 4624579. OLE color: 4624579.
HSL color Cylindrical-coordinate representation of color #C39046: hue angle of 35.52º 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 #C39046 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 70 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.24 |
| HSL | 35.52º | 0.51% | 0.52% | - |
| HSV(B) | 35.52º | 0.64% | 0.76% | - |
| XYZ | 33.58 | 31.99 | 10.2 | - |
| YUV | 150.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 70 | 0 | 0.26 | 0.64 | 0.24 | 35.52 | 0.51 | 0.52 |
| Hex | C3 | 90 | 46 | 0 | 1A | 40 | 18 | 24 | 33 | 34 |
| Octal | 303 | 220 | 106 | 0 | 32 | 100 | 30 | 44 | 63 | 64 |
| Binary | 11000011 | 10010000 | 1000110 | 0 | 11010 | 1000000 | 11000 | 100100 | 110011 | 110100 |
Color Harmonies of #C39046
Complementary color
Monochromatic Colors of #C39046
Black with #C39046
Text Example
Text Example
White with #C39046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39046; }
p { color: rgb(195,144,70); }
H1.HeaderClassName
{
color: #C39046;
}
.AnyTagClassName
{
color: #C39046;
}
</style>
background-color css
<style>
a { background-color: #C39046; }
a { background-color: rgb(195,144,70); }
div.DivClassName
{
background-color: #C39046;
}
.BgClassName
{
background-color: #C39046;
}
</style>
border-color css
<style>
span { border-color: #C39046; }
span { border-color: rgb(195,144,70); }
td.TdClassName
{
border-color: #C39046;
}
.TagClassName
{
border-color: #C39046;
}
</style>