Shades of Tussock #C2924A
Tints of Tussock #C2924A
RGB
CMYK
RGB Variations
Color information
#C2924A (or 0xC2924A) is known color: Tussock. HEX triplet: C2, 92 and 4A. RGB value is (194,146,74). Sum of RGB (Red+Green+Blue) = 194+146+74=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2924A is #3D6DB5. Grayscale: #989898. Windows color (decimal): -4025782 or 4887234. OLE color: 4887234.
HSL color Cylindrical-coordinate representation of color #C2924A: hue angle of 36º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2924A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 74 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.24 |
| HSL | 36º | 0.5% | 0.53% | - |
| HSV(B) | 36º | 0.62% | 0.76% | - |
| XYZ | 33.76 | 32.52 | 10.98 | - |
| YUV | 152.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 74 | 0 | 0.25 | 0.62 | 0.24 | 36 | 0.5 | 0.53 |
| Hex | C2 | 92 | 4A | 0 | 19 | 3E | 18 | 24 | 32 | 35 |
| Octal | 302 | 222 | 112 | 0 | 31 | 76 | 30 | 44 | 62 | 65 |
| Binary | 11000010 | 10010010 | 1001010 | 0 | 11001 | 111110 | 11000 | 100100 | 110010 | 110101 |
Color Harmonies of #C2924A
Complementary color
Monochromatic Colors of #C2924A
Black with #C2924A
Text Example
Text Example
White with #C2924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2924A; }
p { color: rgb(194,146,74); }
H1.HeaderClassName
{
color: #C2924A;
}
.AnyTagClassName
{
color: #C2924A;
}
</style>
background-color css
<style>
a { background-color: #C2924A; }
a { background-color: rgb(194,146,74); }
div.DivClassName
{
background-color: #C2924A;
}
.BgClassName
{
background-color: #C2924A;
}
</style>
border-color css
<style>
span { border-color: #C2924A; }
span { border-color: rgb(194,146,74); }
td.TdClassName
{
border-color: #C2924A;
}
.TagClassName
{
border-color: #C2924A;
}
</style>