Shades of Tussock #C39C4A
Tints of Tussock #C39C4A
RGB
CMYK
RGB Variations
Color information
#C39C4A (or 0xC39C4A) is known color: Tussock. HEX triplet: C3, 9C and 4A. RGB value is (195,156,74). Sum of RGB (Red+Green+Blue) = 195+156+74=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C4A is #3C63B5. Grayscale: #9E9E9E. Windows color (decimal): -3957686 or 4889795. OLE color: 4889795.
HSL color Cylindrical-coordinate representation of color #C39C4A: hue angle of 40.66º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C39C4A is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 74 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.24 |
| HSL | 40.66º | 0.5% | 0.53% | - |
| HSV(B) | 40.66º | 0.62% | 0.76% | - |
| XYZ | 35.63 | 35.87 | 11.52 | - |
| YUV | 158.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 74 | 0 | 0.20 | 0.62 | 0.24 | 40.66 | 0.5 | 0.53 |
| Hex | C3 | 9C | 4A | 0 | 14 | 3E | 18 | 29 | 32 | 35 |
| Octal | 303 | 234 | 112 | 0 | 24 | 76 | 30 | 51 | 62 | 65 |
| Binary | 11000011 | 10011100 | 1001010 | 0 | 10100 | 111110 | 11000 | 101001 | 110010 | 110101 |
Color Harmonies of #C39C4A
Complementary color
Monochromatic Colors of #C39C4A
Black with #C39C4A
Text Example
Text Example
White with #C39C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C4A; }
p { color: rgb(195,156,74); }
H1.HeaderClassName
{
color: #C39C4A;
}
.AnyTagClassName
{
color: #C39C4A;
}
</style>
background-color css
<style>
a { background-color: #C39C4A; }
a { background-color: rgb(195,156,74); }
div.DivClassName
{
background-color: #C39C4A;
}
.BgClassName
{
background-color: #C39C4A;
}
</style>
border-color css
<style>
span { border-color: #C39C4A; }
span { border-color: rgb(195,156,74); }
td.TdClassName
{
border-color: #C39C4A;
}
.TagClassName
{
border-color: #C39C4A;
}
</style>