Shades of Tussock #C1884D
Tints of Tussock #C1884D
RGB
CMYK
RGB Variations
Color information
#C1884D (or 0xC1884D) is known color: Tussock. HEX triplet: C1, 88 and 4D. RGB value is (193,136,77). Sum of RGB (Red+Green+Blue) = 193+136+77=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1884D is #3E77B2. Grayscale: #929292. Windows color (decimal): -4093875 or 5081281. OLE color: 5081281.
HSL color Cylindrical-coordinate representation of color #C1884D: hue angle of 30.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1884D is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 77 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.24 |
| HSL | 30.52º | 0.48% | 0.53% | - |
| HSV(B) | 30.52º | 0.6% | 0.76% | - |
| XYZ | 32.14 | 29.48 | 11.02 | - |
| YUV | 146.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 77 | 0 | 0.30 | 0.60 | 0.24 | 30.52 | 0.48 | 0.53 |
| Hex | C1 | 88 | 4D | 0 | 1E | 3C | 18 | 1F | 30 | 35 |
| Octal | 301 | 210 | 115 | 0 | 36 | 74 | 30 | 37 | 60 | 65 |
| Binary | 11000001 | 10001000 | 1001101 | 0 | 11110 | 111100 | 11000 | 11111 | 110000 | 110101 |
Color Harmonies of #C1884D
Complementary color
Monochromatic Colors of #C1884D
Black with #C1884D
Text Example
Text Example
White with #C1884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1884D; }
p { color: rgb(193,136,77); }
H1.HeaderClassName
{
color: #C1884D;
}
.AnyTagClassName
{
color: #C1884D;
}
</style>
background-color css
<style>
a { background-color: #C1884D; }
a { background-color: rgb(193,136,77); }
div.DivClassName
{
background-color: #C1884D;
}
.BgClassName
{
background-color: #C1884D;
}
</style>
border-color css
<style>
span { border-color: #C1884D; }
span { border-color: rgb(193,136,77); }
td.TdClassName
{
border-color: #C1884D;
}
.TagClassName
{
border-color: #C1884D;
}
</style>