Shades of Tussock #C19947
Tints of Tussock #C19947
RGB
CMYK
RGB Variations
Color information
#C19947 (or 0xC19947) is known color: Tussock. HEX triplet: C1, 99 and 47. RGB value is (193,153,71). Sum of RGB (Red+Green+Blue) = 193+153+71=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C19947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19947 is #3E66B8. Grayscale: #9B9B9B. Windows color (decimal): -4089529 or 4692417. OLE color: 4692417.
HSL color Cylindrical-coordinate representation of color #C19947: hue angle of 40.33º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C19947 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 71 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.24 |
| HSL | 40.33º | 0.5% | 0.52% | - |
| HSV(B) | 40.33º | 0.63% | 0.76% | - |
| XYZ | 34.52 | 34.57 | 10.82 | - |
| YUV | 155.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 71 | 0 | 0.21 | 0.63 | 0.24 | 40.33 | 0.5 | 0.52 |
| Hex | C1 | 99 | 47 | 0 | 15 | 3F | 18 | 28 | 32 | 34 |
| Octal | 301 | 231 | 107 | 0 | 25 | 77 | 30 | 50 | 62 | 64 |
| Binary | 11000001 | 10011001 | 1000111 | 0 | 10101 | 111111 | 11000 | 101000 | 110010 | 110100 |
Color Harmonies of #C19947
Complementary color
Monochromatic Colors of #C19947
Black with #C19947
Text Example
Text Example
White with #C19947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19947; }
p { color: rgb(193,153,71); }
H1.HeaderClassName
{
color: #C19947;
}
.AnyTagClassName
{
color: #C19947;
}
</style>
background-color css
<style>
a { background-color: #C19947; }
a { background-color: rgb(193,153,71); }
div.DivClassName
{
background-color: #C19947;
}
.BgClassName
{
background-color: #C19947;
}
</style>
border-color css
<style>
span { border-color: #C19947; }
span { border-color: rgb(193,153,71); }
td.TdClassName
{
border-color: #C19947;
}
.TagClassName
{
border-color: #C19947;
}
</style>