Shades of Tussock #C39A4D
Tints of Tussock #C39A4D
RGB
CMYK
RGB Variations
Color information
#C39A4D (or 0xC39A4D) is known color: Tussock. HEX triplet: C3, 9A and 4D. RGB value is (195,154,77). Sum of RGB (Red+Green+Blue) = 195+154+77=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A4D is #3C65B2. Grayscale: #9D9D9D. Windows color (decimal): -3958195 or 5085891. OLE color: 5085891.
HSL color Cylindrical-coordinate representation of color #C39A4D: hue angle of 39.15º 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 #C39A4D is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 77 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.24 |
| HSL | 39.15º | 0.5% | 0.53% | - |
| HSV(B) | 39.15º | 0.61% | 0.76% | - |
| XYZ | 35.4 | 35.25 | 11.96 | - |
| YUV | 157.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 77 | 0 | 0.21 | 0.61 | 0.24 | 39.15 | 0.5 | 0.53 |
| Hex | C3 | 9A | 4D | 0 | 15 | 3D | 18 | 27 | 32 | 35 |
| Octal | 303 | 232 | 115 | 0 | 25 | 75 | 30 | 47 | 62 | 65 |
| Binary | 11000011 | 10011010 | 1001101 | 0 | 10101 | 111101 | 11000 | 100111 | 110010 | 110101 |
Color Harmonies of #C39A4D
Complementary color
Monochromatic Colors of #C39A4D
Black with #C39A4D
Text Example
Text Example
White with #C39A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A4D; }
p { color: rgb(195,154,77); }
H1.HeaderClassName
{
color: #C39A4D;
}
.AnyTagClassName
{
color: #C39A4D;
}
</style>
background-color css
<style>
a { background-color: #C39A4D; }
a { background-color: rgb(195,154,77); }
div.DivClassName
{
background-color: #C39A4D;
}
.BgClassName
{
background-color: #C39A4D;
}
</style>
border-color css
<style>
span { border-color: #C39A4D; }
span { border-color: rgb(195,154,77); }
td.TdClassName
{
border-color: #C39A4D;
}
.TagClassName
{
border-color: #C39A4D;
}
</style>