Shades of Tussock #C1974C
Tints of Tussock #C1974C
RGB
CMYK
RGB Variations
Color information
#C1974C (or 0xC1974C) is known color: Tussock. HEX triplet: C1, 97 and 4C. RGB value is (193,151,76). Sum of RGB (Red+Green+Blue) = 193+151+76=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1974C is #3E68B3. Grayscale: #9B9B9B. Windows color (decimal): -4090036 or 5019585. OLE color: 5019585.
HSL color Cylindrical-coordinate representation of color #C1974C: hue angle of 38.46º 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 #C1974C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 76 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.24 |
| HSL | 38.46º | 0.49% | 0.53% | - |
| HSV(B) | 38.46º | 0.61% | 0.76% | - |
| XYZ | 34.36 | 33.99 | 11.59 | - |
| YUV | 155.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 76 | 0 | 0.22 | 0.61 | 0.24 | 38.46 | 0.49 | 0.53 |
| Hex | C1 | 97 | 4C | 0 | 16 | 3D | 18 | 26 | 31 | 35 |
| Octal | 301 | 227 | 114 | 0 | 26 | 75 | 30 | 46 | 61 | 65 |
| Binary | 11000001 | 10010111 | 1001100 | 0 | 10110 | 111101 | 11000 | 100110 | 110001 | 110101 |
Color Harmonies of #C1974C
Complementary color
Monochromatic Colors of #C1974C
Black with #C1974C
Text Example
Text Example
White with #C1974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1974C; }
p { color: rgb(193,151,76); }
H1.HeaderClassName
{
color: #C1974C;
}
.AnyTagClassName
{
color: #C1974C;
}
</style>
background-color css
<style>
a { background-color: #C1974C; }
a { background-color: rgb(193,151,76); }
div.DivClassName
{
background-color: #C1974C;
}
.BgClassName
{
background-color: #C1974C;
}
</style>
border-color css
<style>
span { border-color: #C1974C; }
span { border-color: rgb(193,151,76); }
td.TdClassName
{
border-color: #C1974C;
}
.TagClassName
{
border-color: #C1974C;
}
</style>