Shades of Tussock #C19950
Tints of Tussock #C19950
RGB
CMYK
RGB Variations
Color information
#C19950 (or 0xC19950) is known color: Tussock. HEX triplet: C1, 99 and 50. RGB value is (193,153,80). Sum of RGB (Red+Green+Blue) = 193+153+80=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C19950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19950 is #3E66AF. Grayscale: #9C9C9C. Windows color (decimal): -4089520 or 5282241. OLE color: 5282241.
HSL color Cylindrical-coordinate representation of color #C19950: hue angle of 38.76º degrees, saturation: 0.48, 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 #C19950 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 80 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.24 |
| HSL | 38.76º | 0.48% | 0.54% | - |
| HSV(B) | 38.76º | 0.59% | 0.76% | - |
| XYZ | 34.83 | 34.7 | 12.45 | - |
| YUV | 156.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 80 | 0 | 0.21 | 0.59 | 0.24 | 38.76 | 0.48 | 0.54 |
| Hex | C1 | 99 | 50 | 0 | 15 | 3B | 18 | 27 | 30 | 36 |
| Octal | 301 | 231 | 120 | 0 | 25 | 73 | 30 | 47 | 60 | 66 |
| Binary | 11000001 | 10011001 | 1010000 | 0 | 10101 | 111011 | 11000 | 100111 | 110000 | 110110 |
Color Harmonies of #C19950
Complementary color
Monochromatic Colors of #C19950
Black with #C19950
Text Example
Text Example
White with #C19950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19950; }
p { color: rgb(193,153,80); }
H1.HeaderClassName
{
color: #C19950;
}
.AnyTagClassName
{
color: #C19950;
}
</style>
background-color css
<style>
a { background-color: #C19950; }
a { background-color: rgb(193,153,80); }
div.DivClassName
{
background-color: #C19950;
}
.BgClassName
{
background-color: #C19950;
}
</style>
border-color css
<style>
span { border-color: #C19950; }
span { border-color: rgb(193,153,80); }
td.TdClassName
{
border-color: #C19950;
}
.TagClassName
{
border-color: #C19950;
}
</style>