Shades of Tussock #C39450
Tints of Tussock #C39450
RGB
CMYK
RGB Variations
Color information
#C39450 (or 0xC39450) is known color: Tussock. HEX triplet: C3, 94 and 50. RGB value is (195,148,80). Sum of RGB (Red+Green+Blue) = 195+148+80=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C39450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39450 is #3C6BAF. Grayscale: #9A9A9A. Windows color (decimal): -3959728 or 5280963. OLE color: 5280963.
HSL color Cylindrical-coordinate representation of color #C39450: hue angle of 35.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C39450 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 80 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.24 |
| HSL | 35.48º | 0.49% | 0.54% | - |
| HSV(B) | 35.48º | 0.59% | 0.76% | - |
| XYZ | 34.54 | 33.36 | 12.21 | - |
| YUV | 154.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 80 | 0 | 0.24 | 0.59 | 0.24 | 35.48 | 0.49 | 0.54 |
| Hex | C3 | 94 | 50 | 0 | 18 | 3B | 18 | 23 | 31 | 36 |
| Octal | 303 | 224 | 120 | 0 | 30 | 73 | 30 | 43 | 61 | 66 |
| Binary | 11000011 | 10010100 | 1010000 | 0 | 11000 | 111011 | 11000 | 100011 | 110001 | 110110 |
Color Harmonies of #C39450
Complementary color
Monochromatic Colors of #C39450
Black with #C39450
Text Example
Text Example
White with #C39450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39450; }
p { color: rgb(195,148,80); }
H1.HeaderClassName
{
color: #C39450;
}
.AnyTagClassName
{
color: #C39450;
}
</style>
background-color css
<style>
a { background-color: #C39450; }
a { background-color: rgb(195,148,80); }
div.DivClassName
{
background-color: #C39450;
}
.BgClassName
{
background-color: #C39450;
}
</style>
border-color css
<style>
span { border-color: #C39450; }
span { border-color: rgb(195,148,80); }
td.TdClassName
{
border-color: #C39450;
}
.TagClassName
{
border-color: #C39450;
}
</style>