Shades of Tussock #C3984C
Tints of Tussock #C3984C
RGB
CMYK
RGB Variations
Color information
#C3984C (or 0xC3984C) is known color: Tussock. HEX triplet: C3, 98 and 4C. RGB value is (195,152,76). Sum of RGB (Red+Green+Blue) = 195+152+76=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3984C is #3C67B3. Grayscale: #9C9C9C. Windows color (decimal): -3958708 or 5019843. OLE color: 5019843.
HSL color Cylindrical-coordinate representation of color #C3984C: hue angle of 38.32º 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 #C3984C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 76 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.24 |
| HSL | 38.32º | 0.5% | 0.53% | - |
| HSV(B) | 38.32º | 0.61% | 0.76% | - |
| XYZ | 35.04 | 34.58 | 11.67 | - |
| YUV | 156.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 76 | 0 | 0.22 | 0.61 | 0.24 | 38.32 | 0.5 | 0.53 |
| Hex | C3 | 98 | 4C | 0 | 16 | 3D | 18 | 26 | 32 | 35 |
| Octal | 303 | 230 | 114 | 0 | 26 | 75 | 30 | 46 | 62 | 65 |
| Binary | 11000011 | 10011000 | 1001100 | 0 | 10110 | 111101 | 11000 | 100110 | 110010 | 110101 |
Color Harmonies of #C3984C
Complementary color
Monochromatic Colors of #C3984C
Black with #C3984C
Text Example
Text Example
White with #C3984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3984C; }
p { color: rgb(195,152,76); }
H1.HeaderClassName
{
color: #C3984C;
}
.AnyTagClassName
{
color: #C3984C;
}
</style>
background-color css
<style>
a { background-color: #C3984C; }
a { background-color: rgb(195,152,76); }
div.DivClassName
{
background-color: #C3984C;
}
.BgClassName
{
background-color: #C3984C;
}
</style>
border-color css
<style>
span { border-color: #C3984C; }
span { border-color: rgb(195,152,76); }
td.TdClassName
{
border-color: #C3984C;
}
.TagClassName
{
border-color: #C3984C;
}
</style>