Shades of Tussock #C18B4D
Tints of Tussock #C18B4D
RGB
CMYK
RGB Variations
Color information
#C18B4D (or 0xC18B4D) is known color: Tussock. HEX triplet: C1, 8B and 4D. RGB value is (193,139,77). Sum of RGB (Red+Green+Blue) = 193+139+77=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B4D is #3E74B2. Grayscale: #949494. Windows color (decimal): -4093107 or 5082049. OLE color: 5082049.
HSL color Cylindrical-coordinate representation of color #C18B4D: hue angle of 32.07º 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 #C18B4D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 77 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.24 |
| HSL | 32.07º | 0.48% | 0.53% | - |
| HSV(B) | 32.07º | 0.6% | 0.76% | - |
| XYZ | 32.56 | 30.34 | 11.16 | - |
| YUV | 148.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 77 | 0 | 0.28 | 0.60 | 0.24 | 32.07 | 0.48 | 0.53 |
| Hex | C1 | 8B | 4D | 0 | 1C | 3C | 18 | 20 | 30 | 35 |
| Octal | 301 | 213 | 115 | 0 | 34 | 74 | 30 | 40 | 60 | 65 |
| Binary | 11000001 | 10001011 | 1001101 | 0 | 11100 | 111100 | 11000 | 100000 | 110000 | 110101 |
Color Harmonies of #C18B4D
Complementary color
Monochromatic Colors of #C18B4D
Black with #C18B4D
Text Example
Text Example
White with #C18B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B4D; }
p { color: rgb(193,139,77); }
H1.HeaderClassName
{
color: #C18B4D;
}
.AnyTagClassName
{
color: #C18B4D;
}
</style>
background-color css
<style>
a { background-color: #C18B4D; }
a { background-color: rgb(193,139,77); }
div.DivClassName
{
background-color: #C18B4D;
}
.BgClassName
{
background-color: #C18B4D;
}
</style>
border-color css
<style>
span { border-color: #C18B4D; }
span { border-color: rgb(193,139,77); }
td.TdClassName
{
border-color: #C18B4D;
}
.TagClassName
{
border-color: #C18B4D;
}
</style>