Shades of Tussock #C3994D
Tints of Tussock #C3994D
RGB
CMYK
RGB Variations
Color information
#C3994D (or 0xC3994D) is known color: Tussock. HEX triplet: C3, 99 and 4D. RGB value is (195,153,77). Sum of RGB (Red+Green+Blue) = 195+153+77=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3994D is #3C66B2. Grayscale: #9D9D9D. Windows color (decimal): -3958451 or 5085635. OLE color: 5085635.
HSL color Cylindrical-coordinate representation of color #C3994D: hue angle of 38.64º 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 #C3994D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 77 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.24 |
| HSL | 38.64º | 0.5% | 0.53% | - |
| HSV(B) | 38.64º | 0.61% | 0.76% | - |
| XYZ | 35.24 | 34.92 | 11.9 | - |
| YUV | 156.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 77 | 0 | 0.22 | 0.61 | 0.24 | 38.64 | 0.5 | 0.53 |
| Hex | C3 | 99 | 4D | 0 | 16 | 3D | 18 | 27 | 32 | 35 |
| Octal | 303 | 231 | 115 | 0 | 26 | 75 | 30 | 47 | 62 | 65 |
| Binary | 11000011 | 10011001 | 1001101 | 0 | 10110 | 111101 | 11000 | 100111 | 110010 | 110101 |
Color Harmonies of #C3994D
Complementary color
Monochromatic Colors of #C3994D
Black with #C3994D
Text Example
Text Example
White with #C3994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3994D; }
p { color: rgb(195,153,77); }
H1.HeaderClassName
{
color: #C3994D;
}
.AnyTagClassName
{
color: #C3994D;
}
</style>
background-color css
<style>
a { background-color: #C3994D; }
a { background-color: rgb(195,153,77); }
div.DivClassName
{
background-color: #C3994D;
}
.BgClassName
{
background-color: #C3994D;
}
</style>
border-color css
<style>
span { border-color: #C3994D; }
span { border-color: rgb(195,153,77); }
td.TdClassName
{
border-color: #C3994D;
}
.TagClassName
{
border-color: #C3994D;
}
</style>