Shades of Tussock #C1984D
Tints of Tussock #C1984D
RGB
CMYK
RGB Variations
Color information
#C1984D (or 0xC1984D) is known color: Tussock. HEX triplet: C1, 98 and 4D. RGB value is (193,152,77). Sum of RGB (Red+Green+Blue) = 193+152+77=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1984D is #3E67B2. Grayscale: #9C9C9C. Windows color (decimal): -4089779 or 5085377. OLE color: 5085377.
HSL color Cylindrical-coordinate representation of color #C1984D: hue angle of 38.79º 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 #C1984D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 77 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.24 |
| HSL | 38.79º | 0.48% | 0.53% | - |
| HSV(B) | 38.79º | 0.6% | 0.76% | - |
| XYZ | 34.56 | 34.33 | 11.83 | - |
| YUV | 155.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 77 | 0 | 0.21 | 0.60 | 0.24 | 38.79 | 0.48 | 0.53 |
| Hex | C1 | 98 | 4D | 0 | 15 | 3C | 18 | 27 | 30 | 35 |
| Octal | 301 | 230 | 115 | 0 | 25 | 74 | 30 | 47 | 60 | 65 |
| Binary | 11000001 | 10011000 | 1001101 | 0 | 10101 | 111100 | 11000 | 100111 | 110000 | 110101 |
Color Harmonies of #C1984D
Complementary color
Monochromatic Colors of #C1984D
Black with #C1984D
Text Example
Text Example
White with #C1984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1984D; }
p { color: rgb(193,152,77); }
H1.HeaderClassName
{
color: #C1984D;
}
.AnyTagClassName
{
color: #C1984D;
}
</style>
background-color css
<style>
a { background-color: #C1984D; }
a { background-color: rgb(193,152,77); }
div.DivClassName
{
background-color: #C1984D;
}
.BgClassName
{
background-color: #C1984D;
}
</style>
border-color css
<style>
span { border-color: #C1984D; }
span { border-color: rgb(193,152,77); }
td.TdClassName
{
border-color: #C1984D;
}
.TagClassName
{
border-color: #C1984D;
}
</style>