Shades of Tussock #C39851
Tints of Tussock #C39851
RGB
CMYK
RGB Variations
Color information
#C39851 (or 0xC39851) is known color: Tussock. HEX triplet: C3, 98 and 51. RGB value is (195,152,81). Sum of RGB (Red+Green+Blue) = 195+152+81=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C39851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39851 is #3C67AE. Grayscale: #9D9D9D. Windows color (decimal): -3958703 or 5347523. OLE color: 5347523.
HSL color Cylindrical-coordinate representation of color #C39851: hue angle of 37.37º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C39851 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 81 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.24 |
| HSL | 37.37º | 0.49% | 0.54% | - |
| HSV(B) | 37.37º | 0.58% | 0.76% | - |
| XYZ | 35.22 | 34.65 | 12.62 | - |
| YUV | 156.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 81 | 0 | 0.22 | 0.58 | 0.24 | 37.37 | 0.49 | 0.54 |
| Hex | C3 | 98 | 51 | 0 | 16 | 3A | 18 | 25 | 31 | 36 |
| Octal | 303 | 230 | 121 | 0 | 26 | 72 | 30 | 45 | 61 | 66 |
| Binary | 11000011 | 10011000 | 1010001 | 0 | 10110 | 111010 | 11000 | 100101 | 110001 | 110110 |
Color Harmonies of #C39851
Complementary color
Monochromatic Colors of #C39851
Black with #C39851
Text Example
Text Example
White with #C39851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39851; }
p { color: rgb(195,152,81); }
H1.HeaderClassName
{
color: #C39851;
}
.AnyTagClassName
{
color: #C39851;
}
</style>
background-color css
<style>
a { background-color: #C39851; }
a { background-color: rgb(195,152,81); }
div.DivClassName
{
background-color: #C39851;
}
.BgClassName
{
background-color: #C39851;
}
</style>
border-color css
<style>
span { border-color: #C39851; }
span { border-color: rgb(195,152,81); }
td.TdClassName
{
border-color: #C39851;
}
.TagClassName
{
border-color: #C39851;
}
</style>