Shades of Tussock #C1924A
Tints of Tussock #C1924A
RGB
CMYK
RGB Variations
Color information
#C1924A (or 0xC1924A) is known color: Tussock. HEX triplet: C1, 92 and 4A. RGB value is (193,146,74). Sum of RGB (Red+Green+Blue) = 193+146+74=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1924A is #3E6DB5. Grayscale: #989898. Windows color (decimal): -4091318 or 4887233. OLE color: 4887233.
HSL color Cylindrical-coordinate representation of color #C1924A: hue angle of 36.3º 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 #C1924A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 74 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.24 |
| HSL | 36.3º | 0.49% | 0.52% | - |
| HSV(B) | 36.3º | 0.62% | 0.76% | - |
| XYZ | 33.51 | 32.39 | 10.96 | - |
| YUV | 151.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 74 | 0 | 0.24 | 0.62 | 0.24 | 36.3 | 0.49 | 0.52 |
| Hex | C1 | 92 | 4A | 0 | 18 | 3E | 18 | 24 | 31 | 34 |
| Octal | 301 | 222 | 112 | 0 | 30 | 76 | 30 | 44 | 61 | 64 |
| Binary | 11000001 | 10010010 | 1001010 | 0 | 11000 | 111110 | 11000 | 100100 | 110001 | 110100 |
Color Harmonies of #C1924A
Complementary color
Monochromatic Colors of #C1924A
Black with #C1924A
Text Example
Text Example
White with #C1924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1924A; }
p { color: rgb(193,146,74); }
H1.HeaderClassName
{
color: #C1924A;
}
.AnyTagClassName
{
color: #C1924A;
}
</style>
background-color css
<style>
a { background-color: #C1924A; }
a { background-color: rgb(193,146,74); }
div.DivClassName
{
background-color: #C1924A;
}
.BgClassName
{
background-color: #C1924A;
}
</style>
border-color css
<style>
span { border-color: #C1924A; }
span { border-color: rgb(193,146,74); }
td.TdClassName
{
border-color: #C1924A;
}
.TagClassName
{
border-color: #C1924A;
}
</style>