Shades of Tussock #C3934D
Tints of Tussock #C3934D
RGB
CMYK
RGB Variations
Color information
#C3934D (or 0xC3934D) is known color: Tussock. HEX triplet: C3, 93 and 4D. RGB value is (195,147,77). Sum of RGB (Red+Green+Blue) = 195+147+77=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3934D is #3C6CB2. Grayscale: #999999. Windows color (decimal): -3959987 or 5084099. OLE color: 5084099.
HSL color Cylindrical-coordinate representation of color #C3934D: hue angle of 35.59º 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 #C3934D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 77 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.24 |
| HSL | 35.59º | 0.5% | 0.53% | - |
| HSV(B) | 35.59º | 0.61% | 0.76% | - |
| XYZ | 34.28 | 33.01 | 11.59 | - |
| YUV | 153.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 77 | 0 | 0.25 | 0.61 | 0.24 | 35.59 | 0.5 | 0.53 |
| Hex | C3 | 93 | 4D | 0 | 19 | 3D | 18 | 24 | 32 | 35 |
| Octal | 303 | 223 | 115 | 0 | 31 | 75 | 30 | 44 | 62 | 65 |
| Binary | 11000011 | 10010011 | 1001101 | 0 | 11001 | 111101 | 11000 | 100100 | 110010 | 110101 |
Color Harmonies of #C3934D
Complementary color
Monochromatic Colors of #C3934D
Black with #C3934D
Text Example
Text Example
White with #C3934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3934D; }
p { color: rgb(195,147,77); }
H1.HeaderClassName
{
color: #C3934D;
}
.AnyTagClassName
{
color: #C3934D;
}
</style>
background-color css
<style>
a { background-color: #C3934D; }
a { background-color: rgb(195,147,77); }
div.DivClassName
{
background-color: #C3934D;
}
.BgClassName
{
background-color: #C3934D;
}
</style>
border-color css
<style>
span { border-color: #C3934D; }
span { border-color: rgb(195,147,77); }
td.TdClassName
{
border-color: #C3934D;
}
.TagClassName
{
border-color: #C3934D;
}
</style>