Shades of Tussock #C39849
Tints of Tussock #C39849
RGB
CMYK
RGB Variations
Color information
#C39849 (or 0xC39849) is known color: Tussock. HEX triplet: C3, 98 and 49. RGB value is (195,152,73). Sum of RGB (Red+Green+Blue) = 195+152+73=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C39849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39849 is #3C67B6. Grayscale: #9C9C9C. Windows color (decimal): -3958711 or 4823235. OLE color: 4823235.
HSL color Cylindrical-coordinate representation of color #C39849: hue angle of 38.85º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C39849 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 73 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.24 |
| HSL | 38.85º | 0.5% | 0.53% | - |
| HSV(B) | 38.85º | 0.63% | 0.76% | - |
| XYZ | 34.94 | 34.54 | 11.13 | - |
| YUV | 155.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 73 | 0 | 0.22 | 0.63 | 0.24 | 38.85 | 0.5 | 0.53 |
| Hex | C3 | 98 | 49 | 0 | 16 | 3F | 18 | 27 | 32 | 35 |
| Octal | 303 | 230 | 111 | 0 | 26 | 77 | 30 | 47 | 62 | 65 |
| Binary | 11000011 | 10011000 | 1001001 | 0 | 10110 | 111111 | 11000 | 100111 | 110010 | 110101 |
Color Harmonies of #C39849
Complementary color
Monochromatic Colors of #C39849
Black with #C39849
Text Example
Text Example
White with #C39849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39849; }
p { color: rgb(195,152,73); }
H1.HeaderClassName
{
color: #C39849;
}
.AnyTagClassName
{
color: #C39849;
}
</style>
background-color css
<style>
a { background-color: #C39849; }
a { background-color: rgb(195,152,73); }
div.DivClassName
{
background-color: #C39849;
}
.BgClassName
{
background-color: #C39849;
}
</style>
border-color css
<style>
span { border-color: #C39849; }
span { border-color: rgb(195,152,73); }
td.TdClassName
{
border-color: #C39849;
}
.TagClassName
{
border-color: #C39849;
}
</style>