Shades of Tussock #C39943
Tints of Tussock #C39943
RGB
CMYK
RGB Variations
Color information
#C39943 (or 0xC39943) is known color: Tussock. HEX triplet: C3, 99 and 43. RGB value is (195,153,67). Sum of RGB (Red+Green+Blue) = 195+153+67=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C39943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39943 is #3C66BC. Grayscale: #9C9C9C. Windows color (decimal): -3958461 or 4430275. OLE color: 4430275.
HSL color Cylindrical-coordinate representation of color #C39943: hue angle of 40.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C39943 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 67 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.24 |
| HSL | 40.31º | 0.52% | 0.51% | - |
| HSV(B) | 40.31º | 0.66% | 0.76% | - |
| XYZ | 34.91 | 34.79 | 10.19 | - |
| YUV | 155.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 67 | 0 | 0.22 | 0.66 | 0.24 | 40.31 | 0.52 | 0.51 |
| Hex | C3 | 99 | 43 | 0 | 16 | 42 | 18 | 28 | 34 | 33 |
| Octal | 303 | 231 | 103 | 0 | 26 | 102 | 30 | 50 | 64 | 63 |
| Binary | 11000011 | 10011001 | 1000011 | 0 | 10110 | 1000010 | 11000 | 101000 | 110100 | 110011 |
Color Harmonies of #C39943
Complementary color
Monochromatic Colors of #C39943
Black with #C39943
Text Example
Text Example
White with #C39943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39943; }
p { color: rgb(195,153,67); }
H1.HeaderClassName
{
color: #C39943;
}
.AnyTagClassName
{
color: #C39943;
}
</style>
background-color css
<style>
a { background-color: #C39943; }
a { background-color: rgb(195,153,67); }
div.DivClassName
{
background-color: #C39943;
}
.BgClassName
{
background-color: #C39943;
}
</style>
border-color css
<style>
span { border-color: #C39943; }
span { border-color: rgb(195,153,67); }
td.TdClassName
{
border-color: #C39943;
}
.TagClassName
{
border-color: #C39943;
}
</style>