Shades of Tussock #C19448
Tints of Tussock #C19448
RGB
CMYK
RGB Variations
Color information
#C19448 (or 0xC19448) is known color: Tussock. HEX triplet: C1, 94 and 48. RGB value is (193,148,72). Sum of RGB (Red+Green+Blue) = 193+148+72=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C19448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19448 is #3E6BB7. Grayscale: #999999. Windows color (decimal): -4090808 or 4756673. OLE color: 4756673.
HSL color Cylindrical-coordinate representation of color #C19448: hue angle of 37.69º 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 #C19448 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 72 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.24 |
| HSL | 37.69º | 0.49% | 0.52% | - |
| HSV(B) | 37.69º | 0.63% | 0.76% | - |
| XYZ | 33.75 | 32.99 | 10.72 | - |
| YUV | 152.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 72 | 0 | 0.23 | 0.63 | 0.24 | 37.69 | 0.49 | 0.52 |
| Hex | C1 | 94 | 48 | 0 | 17 | 3F | 18 | 26 | 31 | 34 |
| Octal | 301 | 224 | 110 | 0 | 27 | 77 | 30 | 46 | 61 | 64 |
| Binary | 11000001 | 10010100 | 1001000 | 0 | 10111 | 111111 | 11000 | 100110 | 110001 | 110100 |
Color Harmonies of #C19448
Complementary color
Monochromatic Colors of #C19448
Black with #C19448
Text Example
Text Example
White with #C19448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19448; }
p { color: rgb(193,148,72); }
H1.HeaderClassName
{
color: #C19448;
}
.AnyTagClassName
{
color: #C19448;
}
</style>
background-color css
<style>
a { background-color: #C19448; }
a { background-color: rgb(193,148,72); }
div.DivClassName
{
background-color: #C19448;
}
.BgClassName
{
background-color: #C19448;
}
</style>
border-color css
<style>
span { border-color: #C19448; }
span { border-color: rgb(193,148,72); }
td.TdClassName
{
border-color: #C19448;
}
.TagClassName
{
border-color: #C19448;
}
</style>