Shades of Tussock #C1954A
Tints of Tussock #C1954A
RGB
CMYK
RGB Variations
Color information
#C1954A (or 0xC1954A) is known color: Tussock. HEX triplet: C1, 95 and 4A. RGB value is (193,149,74). Sum of RGB (Red+Green+Blue) = 193+149+74=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1954A is #3E6AB5. Grayscale: #999999. Windows color (decimal): -4090550 or 4888001. OLE color: 4888001.
HSL color Cylindrical-coordinate representation of color #C1954A: hue angle of 37.82º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1954A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 74 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.24 |
| HSL | 37.82º | 0.49% | 0.52% | - |
| HSV(B) | 37.82º | 0.62% | 0.76% | - |
| XYZ | 33.98 | 33.33 | 11.12 | - |
| YUV | 153.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 74 | 0 | 0.23 | 0.62 | 0.24 | 37.82 | 0.49 | 0.52 |
| Hex | C1 | 95 | 4A | 0 | 17 | 3E | 18 | 26 | 31 | 34 |
| Octal | 301 | 225 | 112 | 0 | 27 | 76 | 30 | 46 | 61 | 64 |
| Binary | 11000001 | 10010101 | 1001010 | 0 | 10111 | 111110 | 11000 | 100110 | 110001 | 110100 |
Color Harmonies of #C1954A
Complementary color
Monochromatic Colors of #C1954A
Black with #C1954A
Text Example
Text Example
White with #C1954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1954A; }
p { color: rgb(193,149,74); }
H1.HeaderClassName
{
color: #C1954A;
}
.AnyTagClassName
{
color: #C1954A;
}
</style>
background-color css
<style>
a { background-color: #C1954A; }
a { background-color: rgb(193,149,74); }
div.DivClassName
{
background-color: #C1954A;
}
.BgClassName
{
background-color: #C1954A;
}
</style>
border-color css
<style>
span { border-color: #C1954A; }
span { border-color: rgb(193,149,74); }
td.TdClassName
{
border-color: #C1954A;
}
.TagClassName
{
border-color: #C1954A;
}
</style>