Shades of Tussock #C1924B
Tints of Tussock #C1924B
RGB
CMYK
RGB Variations
Color information
#C1924B (or 0xC1924B) is known color: Tussock. HEX triplet: C1, 92 and 4B. RGB value is (193,146,75). Sum of RGB (Red+Green+Blue) = 193+146+75=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1924B is #3E6DB4. Grayscale: #989898. Windows color (decimal): -4091317 or 4952769. OLE color: 4952769.
HSL color Cylindrical-coordinate representation of color #C1924B: hue angle of 36.1º 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 #C1924B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 75 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.24 |
| HSL | 36.1º | 0.49% | 0.53% | - |
| HSV(B) | 36.1º | 0.61% | 0.76% | - |
| XYZ | 33.54 | 32.4 | 11.14 | - |
| YUV | 151.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 75 | 0 | 0.24 | 0.61 | 0.24 | 36.1 | 0.49 | 0.53 |
| Hex | C1 | 92 | 4B | 0 | 18 | 3D | 18 | 24 | 31 | 35 |
| Octal | 301 | 222 | 113 | 0 | 30 | 75 | 30 | 44 | 61 | 65 |
| Binary | 11000001 | 10010010 | 1001011 | 0 | 11000 | 111101 | 11000 | 100100 | 110001 | 110101 |
Color Harmonies of #C1924B
Complementary color
Monochromatic Colors of #C1924B
Black with #C1924B
Text Example
Text Example
White with #C1924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1924B; }
p { color: rgb(193,146,75); }
H1.HeaderClassName
{
color: #C1924B;
}
.AnyTagClassName
{
color: #C1924B;
}
</style>
background-color css
<style>
a { background-color: #C1924B; }
a { background-color: rgb(193,146,75); }
div.DivClassName
{
background-color: #C1924B;
}
.BgClassName
{
background-color: #C1924B;
}
</style>
border-color css
<style>
span { border-color: #C1924B; }
span { border-color: rgb(193,146,75); }
td.TdClassName
{
border-color: #C1924B;
}
.TagClassName
{
border-color: #C1924B;
}
</style>