Shades of Tussock #C39945
Tints of Tussock #C39945
RGB
CMYK
RGB Variations
Color information
#C39945 (or 0xC39945) is known color: Tussock. HEX triplet: C3, 99 and 45. RGB value is (195,153,69). Sum of RGB (Red+Green+Blue) = 195+153+69=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C39945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39945 is #3C66BA. Grayscale: #9C9C9C. Windows color (decimal): -3958459 or 4561347. OLE color: 4561347.
HSL color Cylindrical-coordinate representation of color #C39945: hue angle of 40º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C39945 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 69 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.24 |
| HSL | 40º | 0.51% | 0.52% | - |
| HSV(B) | 40º | 0.65% | 0.76% | - |
| XYZ | 34.97 | 34.81 | 10.51 | - |
| YUV | 155.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 69 | 0 | 0.22 | 0.65 | 0.24 | 40 | 0.51 | 0.52 |
| Hex | C3 | 99 | 45 | 0 | 16 | 41 | 18 | 28 | 33 | 34 |
| Octal | 303 | 231 | 105 | 0 | 26 | 101 | 30 | 50 | 63 | 64 |
| Binary | 11000011 | 10011001 | 1000101 | 0 | 10110 | 1000001 | 11000 | 101000 | 110011 | 110100 |
Color Harmonies of #C39945
Complementary color
Monochromatic Colors of #C39945
Black with #C39945
Text Example
Text Example
White with #C39945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39945; }
p { color: rgb(195,153,69); }
H1.HeaderClassName
{
color: #C39945;
}
.AnyTagClassName
{
color: #C39945;
}
</style>
background-color css
<style>
a { background-color: #C39945; }
a { background-color: rgb(195,153,69); }
div.DivClassName
{
background-color: #C39945;
}
.BgClassName
{
background-color: #C39945;
}
</style>
border-color css
<style>
span { border-color: #C39945; }
span { border-color: rgb(195,153,69); }
td.TdClassName
{
border-color: #C39945;
}
.TagClassName
{
border-color: #C39945;
}
</style>