Shades of Tussock #C18D46
Tints of Tussock #C18D46
RGB
CMYK
RGB Variations
Color information
#C18D46 (or 0xC18D46) is known color: Tussock. HEX triplet: C1, 8D and 46. RGB value is (193,141,70). Sum of RGB (Red+Green+Blue) = 193+141+70=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D46 is #3E72B9. Grayscale: #949494. Windows color (decimal): -4092602 or 4623809. OLE color: 4623809.
HSL color Cylindrical-coordinate representation of color #C18D46: hue angle of 34.63º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C18D46 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 70 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.24 |
| HSL | 34.63º | 0.5% | 0.52% | - |
| HSV(B) | 34.63º | 0.64% | 0.76% | - |
| XYZ | 32.62 | 30.83 | 10.03 | - |
| YUV | 148.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 70 | 0 | 0.27 | 0.64 | 0.24 | 34.63 | 0.5 | 0.52 |
| Hex | C1 | 8D | 46 | 0 | 1B | 40 | 18 | 23 | 32 | 34 |
| Octal | 301 | 215 | 106 | 0 | 33 | 100 | 30 | 43 | 62 | 64 |
| Binary | 11000001 | 10001101 | 1000110 | 0 | 11011 | 1000000 | 11000 | 100011 | 110010 | 110100 |
Color Harmonies of #C18D46
Complementary color
Monochromatic Colors of #C18D46
Black with #C18D46
Text Example
Text Example
White with #C18D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D46; }
p { color: rgb(193,141,70); }
H1.HeaderClassName
{
color: #C18D46;
}
.AnyTagClassName
{
color: #C18D46;
}
</style>
background-color css
<style>
a { background-color: #C18D46; }
a { background-color: rgb(193,141,70); }
div.DivClassName
{
background-color: #C18D46;
}
.BgClassName
{
background-color: #C18D46;
}
</style>
border-color css
<style>
span { border-color: #C18D46; }
span { border-color: rgb(193,141,70); }
td.TdClassName
{
border-color: #C18D46;
}
.TagClassName
{
border-color: #C18D46;
}
</style>