Shades of Tussock #C1924D
Tints of Tussock #C1924D
RGB
CMYK
RGB Variations
Color information
#C1924D (or 0xC1924D) is known color: Tussock. HEX triplet: C1, 92 and 4D. RGB value is (193,146,77). Sum of RGB (Red+Green+Blue) = 193+146+77=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1924D is #3E6DB2. Grayscale: #989898. Windows color (decimal): -4091315 or 5083841. OLE color: 5083841.
HSL color Cylindrical-coordinate representation of color #C1924D: hue angle of 35.69º 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 #C1924D is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 77 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.24 |
| HSL | 35.69º | 0.48% | 0.53% | - |
| HSV(B) | 35.69º | 0.6% | 0.76% | - |
| XYZ | 33.61 | 32.43 | 11.51 | - |
| YUV | 152.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 77 | 0 | 0.24 | 0.60 | 0.24 | 35.69 | 0.48 | 0.53 |
| Hex | C1 | 92 | 4D | 0 | 18 | 3C | 18 | 24 | 30 | 35 |
| Octal | 301 | 222 | 115 | 0 | 30 | 74 | 30 | 44 | 60 | 65 |
| Binary | 11000001 | 10010010 | 1001101 | 0 | 11000 | 111100 | 11000 | 100100 | 110000 | 110101 |
Color Harmonies of #C1924D
Complementary color
Monochromatic Colors of #C1924D
Black with #C1924D
Text Example
Text Example
White with #C1924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1924D; }
p { color: rgb(193,146,77); }
H1.HeaderClassName
{
color: #C1924D;
}
.AnyTagClassName
{
color: #C1924D;
}
</style>
background-color css
<style>
a { background-color: #C1924D; }
a { background-color: rgb(193,146,77); }
div.DivClassName
{
background-color: #C1924D;
}
.BgClassName
{
background-color: #C1924D;
}
</style>
border-color css
<style>
span { border-color: #C1924D; }
span { border-color: rgb(193,146,77); }
td.TdClassName
{
border-color: #C1924D;
}
.TagClassName
{
border-color: #C1924D;
}
</style>