Shades of Tussock #C19048
Tints of Tussock #C19048
RGB
CMYK
RGB Variations
Color information
#C19048 (or 0xC19048) is known color: Tussock. HEX triplet: C1, 90 and 48. RGB value is (193,144,72). Sum of RGB (Red+Green+Blue) = 193+144+72=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19048 is #3E6FB7. Grayscale: #969696. Windows color (decimal): -4091832 or 4755649. OLE color: 4755649.
HSL color Cylindrical-coordinate representation of color #C19048: hue angle of 35.7º 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 #C19048 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 72 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.24 |
| HSL | 35.7º | 0.49% | 0.52% | - |
| HSV(B) | 35.7º | 0.63% | 0.76% | - |
| XYZ | 33.14 | 31.75 | 10.51 | - |
| YUV | 150.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 72 | 0 | 0.25 | 0.63 | 0.24 | 35.7 | 0.49 | 0.52 |
| Hex | C1 | 90 | 48 | 0 | 19 | 3F | 18 | 24 | 31 | 34 |
| Octal | 301 | 220 | 110 | 0 | 31 | 77 | 30 | 44 | 61 | 64 |
| Binary | 11000001 | 10010000 | 1001000 | 0 | 11001 | 111111 | 11000 | 100100 | 110001 | 110100 |
Color Harmonies of #C19048
Complementary color
Monochromatic Colors of #C19048
Black with #C19048
Text Example
Text Example
White with #C19048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19048; }
p { color: rgb(193,144,72); }
H1.HeaderClassName
{
color: #C19048;
}
.AnyTagClassName
{
color: #C19048;
}
</style>
background-color css
<style>
a { background-color: #C19048; }
a { background-color: rgb(193,144,72); }
div.DivClassName
{
background-color: #C19048;
}
.BgClassName
{
background-color: #C19048;
}
</style>
border-color css
<style>
span { border-color: #C19048; }
span { border-color: rgb(193,144,72); }
td.TdClassName
{
border-color: #C19048;
}
.TagClassName
{
border-color: #C19048;
}
</style>