Shades of Tussock #C3934E
Tints of Tussock #C3934E
RGB
CMYK
RGB Variations
Color information
#C3934E (or 0xC3934E) is known color: Tussock. HEX triplet: C3, 93 and 4E. RGB value is (195,147,78). Sum of RGB (Red+Green+Blue) = 195+147+78=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3934E is #3C6CB1. Grayscale: #999999. Windows color (decimal): -3959986 or 5149635. OLE color: 5149635.
HSL color Cylindrical-coordinate representation of color #C3934E: hue angle of 35.38º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3934E is Cyan = 0, Magento = 0.25, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 78 | - |
| CMYK | 0 | 0.25 | 0.6 | 0.24 |
| HSL | 35.38º | 0.49% | 0.54% | - |
| HSV(B) | 35.38º | 0.6% | 0.76% | - |
| XYZ | 34.31 | 33.02 | 11.77 | - |
| YUV | 153.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 78 | 0 | 0.25 | 0.6 | 0.24 | 35.38 | 0.49 | 0.54 |
| Hex | C3 | 93 | 4E | 0 | 19 | 3C | 18 | 23 | 31 | 36 |
| Octal | 303 | 223 | 116 | 0 | 31 | 74 | 30 | 43 | 61 | 66 |
| Binary | 11000011 | 10010011 | 1001110 | 0 | 11001 | 111100 | 11000 | 100011 | 110001 | 110110 |
Color Harmonies of #C3934E
Complementary color
Monochromatic Colors of #C3934E
Black with #C3934E
Text Example
Text Example
White with #C3934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3934E; }
p { color: rgb(195,147,78); }
H1.HeaderClassName
{
color: #C3934E;
}
.AnyTagClassName
{
color: #C3934E;
}
</style>
background-color css
<style>
a { background-color: #C3934E; }
a { background-color: rgb(195,147,78); }
div.DivClassName
{
background-color: #C3934E;
}
.BgClassName
{
background-color: #C3934E;
}
</style>
border-color css
<style>
span { border-color: #C3934E; }
span { border-color: rgb(195,147,78); }
td.TdClassName
{
border-color: #C3934E;
}
.TagClassName
{
border-color: #C3934E;
}
</style>