Shades of Tussock #C1944C
Tints of Tussock #C1944C
RGB
CMYK
RGB Variations
Color information
#C1944C (or 0xC1944C) is known color: Tussock. HEX triplet: C1, 94 and 4C. RGB value is (193,148,76). Sum of RGB (Red+Green+Blue) = 193+148+76=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1944C is #3E6BB3. Grayscale: #999999. Windows color (decimal): -4090804 or 5018817. OLE color: 5018817.
HSL color Cylindrical-coordinate representation of color #C1944C: hue angle of 36.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1944C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 76 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.24 |
| HSL | 36.92º | 0.49% | 0.53% | - |
| HSV(B) | 36.92º | 0.61% | 0.76% | - |
| XYZ | 33.89 | 33.04 | 11.43 | - |
| YUV | 153.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 76 | 0 | 0.23 | 0.61 | 0.24 | 36.92 | 0.49 | 0.53 |
| Hex | C1 | 94 | 4C | 0 | 17 | 3D | 18 | 25 | 31 | 35 |
| Octal | 301 | 224 | 114 | 0 | 27 | 75 | 30 | 45 | 61 | 65 |
| Binary | 11000001 | 10010100 | 1001100 | 0 | 10111 | 111101 | 11000 | 100101 | 110001 | 110101 |
Color Harmonies of #C1944C
Complementary color
Monochromatic Colors of #C1944C
Black with #C1944C
Text Example
Text Example
White with #C1944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1944C; }
p { color: rgb(193,148,76); }
H1.HeaderClassName
{
color: #C1944C;
}
.AnyTagClassName
{
color: #C1944C;
}
</style>
background-color css
<style>
a { background-color: #C1944C; }
a { background-color: rgb(193,148,76); }
div.DivClassName
{
background-color: #C1944C;
}
.BgClassName
{
background-color: #C1944C;
}
</style>
border-color css
<style>
span { border-color: #C1944C; }
span { border-color: rgb(193,148,76); }
td.TdClassName
{
border-color: #C1944C;
}
.TagClassName
{
border-color: #C1944C;
}
</style>