Shades of Tussock #C18948
Tints of Tussock #C18948
RGB
CMYK
RGB Variations
Color information
#C18948 (or 0xC18948) is known color: Tussock. HEX triplet: C1, 89 and 48. RGB value is (193,137,72). Sum of RGB (Red+Green+Blue) = 193+137+72=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C18948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18948 is #3E76B7. Grayscale: #929292. Windows color (decimal): -4093624 or 4753857. OLE color: 4753857.
HSL color Cylindrical-coordinate representation of color #C18948: hue angle of 32.23º 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 #C18948 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 72 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.24 |
| HSL | 32.23º | 0.49% | 0.52% | - |
| HSV(B) | 32.23º | 0.63% | 0.76% | - |
| XYZ | 32.11 | 29.7 | 10.17 | - |
| YUV | 146.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 72 | 0 | 0.29 | 0.63 | 0.24 | 32.23 | 0.49 | 0.52 |
| Hex | C1 | 89 | 48 | 0 | 1D | 3F | 18 | 20 | 31 | 34 |
| Octal | 301 | 211 | 110 | 0 | 35 | 77 | 30 | 40 | 61 | 64 |
| Binary | 11000001 | 10001001 | 1001000 | 0 | 11101 | 111111 | 11000 | 100000 | 110001 | 110100 |
Color Harmonies of #C18948
Complementary color
Monochromatic Colors of #C18948
Black with #C18948
Text Example
Text Example
White with #C18948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18948; }
p { color: rgb(193,137,72); }
H1.HeaderClassName
{
color: #C18948;
}
.AnyTagClassName
{
color: #C18948;
}
</style>
background-color css
<style>
a { background-color: #C18948; }
a { background-color: rgb(193,137,72); }
div.DivClassName
{
background-color: #C18948;
}
.BgClassName
{
background-color: #C18948;
}
</style>
border-color css
<style>
span { border-color: #C18948; }
span { border-color: rgb(193,137,72); }
td.TdClassName
{
border-color: #C18948;
}
.TagClassName
{
border-color: #C18948;
}
</style>