Shades of Tussock #C3934A
Tints of Tussock #C3934A
RGB
CMYK
RGB Variations
Color information
#C3934A (or 0xC3934A) is known color: Tussock. HEX triplet: C3, 93 and 4A. RGB value is (195,147,74). Sum of RGB (Red+Green+Blue) = 195+147+74=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3934A is #3C6CB5. Grayscale: #999999. Windows color (decimal): -3959990 or 4887491. OLE color: 4887491.
HSL color Cylindrical-coordinate representation of color #C3934A: hue angle of 36.2º 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 #C3934A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 74 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.24 |
| HSL | 36.2º | 0.5% | 0.53% | - |
| HSV(B) | 36.2º | 0.62% | 0.76% | - |
| XYZ | 34.18 | 32.96 | 11.04 | - |
| YUV | 153.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 74 | 0 | 0.25 | 0.62 | 0.24 | 36.2 | 0.5 | 0.53 |
| Hex | C3 | 93 | 4A | 0 | 19 | 3E | 18 | 24 | 32 | 35 |
| Octal | 303 | 223 | 112 | 0 | 31 | 76 | 30 | 44 | 62 | 65 |
| Binary | 11000011 | 10010011 | 1001010 | 0 | 11001 | 111110 | 11000 | 100100 | 110010 | 110101 |
Color Harmonies of #C3934A
Complementary color
Monochromatic Colors of #C3934A
Black with #C3934A
Text Example
Text Example
White with #C3934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3934A; }
p { color: rgb(195,147,74); }
H1.HeaderClassName
{
color: #C3934A;
}
.AnyTagClassName
{
color: #C3934A;
}
</style>
background-color css
<style>
a { background-color: #C3934A; }
a { background-color: rgb(195,147,74); }
div.DivClassName
{
background-color: #C3934A;
}
.BgClassName
{
background-color: #C3934A;
}
</style>
border-color css
<style>
span { border-color: #C3934A; }
span { border-color: rgb(195,147,74); }
td.TdClassName
{
border-color: #C3934A;
}
.TagClassName
{
border-color: #C3934A;
}
</style>