Shades of Tussock #C3994C
Tints of Tussock #C3994C
RGB
CMYK
RGB Variations
Color information
#C3994C (or 0xC3994C) is known color: Tussock. HEX triplet: C3, 99 and 4C. RGB value is (195,153,76). Sum of RGB (Red+Green+Blue) = 195+153+76=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3994C is #3C66B3. Grayscale: #9D9D9D. Windows color (decimal): -3958452 or 5020099. OLE color: 5020099.
HSL color Cylindrical-coordinate representation of color #C3994C: hue angle of 38.82º 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 #C3994C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 76 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.24 |
| HSL | 38.82º | 0.5% | 0.53% | - |
| HSV(B) | 38.82º | 0.61% | 0.76% | - |
| XYZ | 35.2 | 34.91 | 11.72 | - |
| YUV | 156.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 76 | 0 | 0.22 | 0.61 | 0.24 | 38.82 | 0.5 | 0.53 |
| Hex | C3 | 99 | 4C | 0 | 16 | 3D | 18 | 27 | 32 | 35 |
| Octal | 303 | 231 | 114 | 0 | 26 | 75 | 30 | 47 | 62 | 65 |
| Binary | 11000011 | 10011001 | 1001100 | 0 | 10110 | 111101 | 11000 | 100111 | 110010 | 110101 |
Color Harmonies of #C3994C
Complementary color
Monochromatic Colors of #C3994C
Black with #C3994C
Text Example
Text Example
White with #C3994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3994C; }
p { color: rgb(195,153,76); }
H1.HeaderClassName
{
color: #C3994C;
}
.AnyTagClassName
{
color: #C3994C;
}
</style>
background-color css
<style>
a { background-color: #C3994C; }
a { background-color: rgb(195,153,76); }
div.DivClassName
{
background-color: #C3994C;
}
.BgClassName
{
background-color: #C3994C;
}
</style>
border-color css
<style>
span { border-color: #C3994C; }
span { border-color: rgb(195,153,76); }
td.TdClassName
{
border-color: #C3994C;
}
.TagClassName
{
border-color: #C3994C;
}
</style>