Shades of Tussock #C39048
Tints of Tussock #C39048
RGB
CMYK
RGB Variations
Color information
#C39048 (or 0xC39048) is known color: Tussock. HEX triplet: C3, 90 and 48. RGB value is (195,144,72). Sum of RGB (Red+Green+Blue) = 195+144+72=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C39048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39048 is #3C6FB7. Grayscale: #979797. Windows color (decimal): -3960760 or 4755651. OLE color: 4755651.
HSL color Cylindrical-coordinate representation of color #C39048: hue angle of 35.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C39048 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 72 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.24 |
| HSL | 35.12º | 0.51% | 0.52% | - |
| HSV(B) | 35.12º | 0.63% | 0.76% | - |
| XYZ | 33.65 | 32.02 | 10.54 | - |
| YUV | 151.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 72 | 0 | 0.26 | 0.63 | 0.24 | 35.12 | 0.51 | 0.52 |
| Hex | C3 | 90 | 48 | 0 | 1A | 3F | 18 | 23 | 33 | 34 |
| Octal | 303 | 220 | 110 | 0 | 32 | 77 | 30 | 43 | 63 | 64 |
| Binary | 11000011 | 10010000 | 1001000 | 0 | 11010 | 111111 | 11000 | 100011 | 110011 | 110100 |
Color Harmonies of #C39048
Complementary color
Monochromatic Colors of #C39048
Black with #C39048
Text Example
Text Example
White with #C39048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39048; }
p { color: rgb(195,144,72); }
H1.HeaderClassName
{
color: #C39048;
}
.AnyTagClassName
{
color: #C39048;
}
</style>
background-color css
<style>
a { background-color: #C39048; }
a { background-color: rgb(195,144,72); }
div.DivClassName
{
background-color: #C39048;
}
.BgClassName
{
background-color: #C39048;
}
</style>
border-color css
<style>
span { border-color: #C39048; }
span { border-color: rgb(195,144,72); }
td.TdClassName
{
border-color: #C39048;
}
.TagClassName
{
border-color: #C39048;
}
</style>