Shades of Tussock #C39C52
Tints of Tussock #C39C52
RGB
CMYK
RGB Variations
Color information
#C39C52 (or 0xC39C52) is known color: Tussock. HEX triplet: C3, 9C and 52. RGB value is (195,156,82). Sum of RGB (Red+Green+Blue) = 195+156+82=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C52 is #3C63AD. Grayscale: #9F9F9F. Windows color (decimal): -3957678 or 5414083. OLE color: 5414083.
HSL color Cylindrical-coordinate representation of color #C39C52: hue angle of 39.29º degrees, saturation: 0.48, 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 #C39C52 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 82 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.24 |
| HSL | 39.29º | 0.48% | 0.54% | - |
| HSV(B) | 39.29º | 0.58% | 0.76% | - |
| XYZ | 35.92 | 35.99 | 13.04 | - |
| YUV | 159.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 82 | 0 | 0.20 | 0.58 | 0.24 | 39.29 | 0.48 | 0.54 |
| Hex | C3 | 9C | 52 | 0 | 14 | 3A | 18 | 27 | 30 | 36 |
| Octal | 303 | 234 | 122 | 0 | 24 | 72 | 30 | 47 | 60 | 66 |
| Binary | 11000011 | 10011100 | 1010010 | 0 | 10100 | 111010 | 11000 | 100111 | 110000 | 110110 |
Color Harmonies of #C39C52
Complementary color
Monochromatic Colors of #C39C52
Black with #C39C52
Text Example
Text Example
White with #C39C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C52; }
p { color: rgb(195,156,82); }
H1.HeaderClassName
{
color: #C39C52;
}
.AnyTagClassName
{
color: #C39C52;
}
</style>
background-color css
<style>
a { background-color: #C39C52; }
a { background-color: rgb(195,156,82); }
div.DivClassName
{
background-color: #C39C52;
}
.BgClassName
{
background-color: #C39C52;
}
</style>
border-color css
<style>
span { border-color: #C39C52; }
span { border-color: rgb(195,156,82); }
td.TdClassName
{
border-color: #C39C52;
}
.TagClassName
{
border-color: #C39C52;
}
</style>