Shades of Tussock #C19148
Tints of Tussock #C19148
RGB
CMYK
RGB Variations
Color information
#C19148 (or 0xC19148) is known color: Tussock. HEX triplet: C1, 91 and 48. RGB value is (193,145,72). Sum of RGB (Red+Green+Blue) = 193+145+72=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C19148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19148 is #3E6EB7. Grayscale: #979797. Windows color (decimal): -4091576 or 4755905. OLE color: 4755905.
HSL color Cylindrical-coordinate representation of color #C19148: hue angle of 36.2º degrees, saturation: 0.49, 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 #C19148 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 72 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.24 |
| HSL | 36.2º | 0.49% | 0.52% | - |
| HSV(B) | 36.2º | 0.63% | 0.76% | - |
| XYZ | 33.29 | 32.06 | 10.56 | - |
| YUV | 151.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 72 | 0 | 0.25 | 0.63 | 0.24 | 36.2 | 0.49 | 0.52 |
| Hex | C1 | 91 | 48 | 0 | 19 | 3F | 18 | 24 | 31 | 34 |
| Octal | 301 | 221 | 110 | 0 | 31 | 77 | 30 | 44 | 61 | 64 |
| Binary | 11000001 | 10010001 | 1001000 | 0 | 11001 | 111111 | 11000 | 100100 | 110001 | 110100 |
Color Harmonies of #C19148
Complementary color
Monochromatic Colors of #C19148
Black with #C19148
Text Example
Text Example
White with #C19148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19148; }
p { color: rgb(193,145,72); }
H1.HeaderClassName
{
color: #C19148;
}
.AnyTagClassName
{
color: #C19148;
}
</style>
background-color css
<style>
a { background-color: #C19148; }
a { background-color: rgb(193,145,72); }
div.DivClassName
{
background-color: #C19148;
}
.BgClassName
{
background-color: #C19148;
}
</style>
border-color css
<style>
span { border-color: #C19148; }
span { border-color: rgb(193,145,72); }
td.TdClassName
{
border-color: #C19148;
}
.TagClassName
{
border-color: #C19148;
}
</style>