Shades of Tussock #C3994A
Tints of Tussock #C3994A
RGB
CMYK
RGB Variations
Color information
#C3994A (or 0xC3994A) is known color: Tussock. HEX triplet: C3, 99 and 4A. RGB value is (195,153,74). Sum of RGB (Red+Green+Blue) = 195+153+74=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3994A is #3C66B5. Grayscale: #9C9C9C. Windows color (decimal): -3958454 or 4889027. OLE color: 4889027.
HSL color Cylindrical-coordinate representation of color #C3994A: hue angle of 39.17º 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 #C3994A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 74 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.24 |
| HSL | 39.17º | 0.5% | 0.53% | - |
| HSV(B) | 39.17º | 0.62% | 0.76% | - |
| XYZ | 35.13 | 34.88 | 11.36 | - |
| YUV | 156.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 74 | 0 | 0.22 | 0.62 | 0.24 | 39.17 | 0.5 | 0.53 |
| Hex | C3 | 99 | 4A | 0 | 16 | 3E | 18 | 27 | 32 | 35 |
| Octal | 303 | 231 | 112 | 0 | 26 | 76 | 30 | 47 | 62 | 65 |
| Binary | 11000011 | 10011001 | 1001010 | 0 | 10110 | 111110 | 11000 | 100111 | 110010 | 110101 |
Color Harmonies of #C3994A
Complementary color
Monochromatic Colors of #C3994A
Black with #C3994A
Text Example
Text Example
White with #C3994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3994A; }
p { color: rgb(195,153,74); }
H1.HeaderClassName
{
color: #C3994A;
}
.AnyTagClassName
{
color: #C3994A;
}
</style>
background-color css
<style>
a { background-color: #C3994A; }
a { background-color: rgb(195,153,74); }
div.DivClassName
{
background-color: #C3994A;
}
.BgClassName
{
background-color: #C3994A;
}
</style>
border-color css
<style>
span { border-color: #C3994A; }
span { border-color: rgb(195,153,74); }
td.TdClassName
{
border-color: #C3994A;
}
.TagClassName
{
border-color: #C3994A;
}
</style>