Shades of Tussock #C39C4D
Tints of Tussock #C39C4D
RGB
CMYK
RGB Variations
Color information
#C39C4D (or 0xC39C4D) is known color: Tussock. HEX triplet: C3, 9C and 4D. RGB value is (195,156,77). Sum of RGB (Red+Green+Blue) = 195+156+77=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C4D is #3C63B2. Grayscale: #9F9F9F. Windows color (decimal): -3957683 or 5086403. OLE color: 5086403.
HSL color Cylindrical-coordinate representation of color #C39C4D: hue angle of 40.17º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C39C4D is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 77 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.24 |
| HSL | 40.17º | 0.5% | 0.53% | - |
| HSV(B) | 40.17º | 0.61% | 0.76% | - |
| XYZ | 35.73 | 35.91 | 12.07 | - |
| YUV | 158.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 77 | 0 | 0.20 | 0.61 | 0.24 | 40.17 | 0.5 | 0.53 |
| Hex | C3 | 9C | 4D | 0 | 14 | 3D | 18 | 28 | 32 | 35 |
| Octal | 303 | 234 | 115 | 0 | 24 | 75 | 30 | 50 | 62 | 65 |
| Binary | 11000011 | 10011100 | 1001101 | 0 | 10100 | 111101 | 11000 | 101000 | 110010 | 110101 |
Color Harmonies of #C39C4D
Complementary color
Monochromatic Colors of #C39C4D
Black with #C39C4D
Text Example
Text Example
White with #C39C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C4D; }
p { color: rgb(195,156,77); }
H1.HeaderClassName
{
color: #C39C4D;
}
.AnyTagClassName
{
color: #C39C4D;
}
</style>
background-color css
<style>
a { background-color: #C39C4D; }
a { background-color: rgb(195,156,77); }
div.DivClassName
{
background-color: #C39C4D;
}
.BgClassName
{
background-color: #C39C4D;
}
</style>
border-color css
<style>
span { border-color: #C39C4D; }
span { border-color: rgb(195,156,77); }
td.TdClassName
{
border-color: #C39C4D;
}
.TagClassName
{
border-color: #C39C4D;
}
</style>