Shades of Tussock #C39648
Tints of Tussock #C39648
RGB
CMYK
RGB Variations
Color information
#C39648 (or 0xC39648) is known color: Tussock. HEX triplet: C3, 96 and 48. RGB value is (195,150,72). Sum of RGB (Red+Green+Blue) = 195+150+72=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C39648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39648 is #3C69B7. Grayscale: #9A9A9A. Windows color (decimal): -3959224 or 4757187. OLE color: 4757187.
HSL color Cylindrical-coordinate representation of color #C39648: hue angle of 38.05º 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 #C39648 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 72 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.24 |
| HSL | 38.05º | 0.51% | 0.52% | - |
| HSV(B) | 38.05º | 0.63% | 0.76% | - |
| XYZ | 34.58 | 33.88 | 10.85 | - |
| YUV | 154.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 72 | 0 | 0.23 | 0.63 | 0.24 | 38.05 | 0.51 | 0.52 |
| Hex | C3 | 96 | 48 | 0 | 17 | 3F | 18 | 26 | 33 | 34 |
| Octal | 303 | 226 | 110 | 0 | 27 | 77 | 30 | 46 | 63 | 64 |
| Binary | 11000011 | 10010110 | 1001000 | 0 | 10111 | 111111 | 11000 | 100110 | 110011 | 110100 |
Color Harmonies of #C39648
Complementary color
Monochromatic Colors of #C39648
Black with #C39648
Text Example
Text Example
White with #C39648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39648; }
p { color: rgb(195,150,72); }
H1.HeaderClassName
{
color: #C39648;
}
.AnyTagClassName
{
color: #C39648;
}
</style>
background-color css
<style>
a { background-color: #C39648; }
a { background-color: rgb(195,150,72); }
div.DivClassName
{
background-color: #C39648;
}
.BgClassName
{
background-color: #C39648;
}
</style>
border-color css
<style>
span { border-color: #C39648; }
span { border-color: rgb(195,150,72); }
td.TdClassName
{
border-color: #C39648;
}
.TagClassName
{
border-color: #C39648;
}
</style>