Shades of Tussock #C2924F
Tints of Tussock #C2924F
RGB
CMYK
RGB Variations
Color information
#C2924F (or 0xC2924F) is known color: Tussock. HEX triplet: C2, 92 and 4F. RGB value is (194,146,79). Sum of RGB (Red+Green+Blue) = 194+146+79=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2924F is #3D6DB0. Grayscale: #999999. Windows color (decimal): -4025777 or 5214914. OLE color: 5214914.
HSL color Cylindrical-coordinate representation of color #C2924F: hue angle of 34.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2924F is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 79 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.24 |
| HSL | 34.96º | 0.49% | 0.54% | - |
| HSV(B) | 34.96º | 0.59% | 0.76% | - |
| XYZ | 33.94 | 32.59 | 11.9 | - |
| YUV | 152.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 79 | 0 | 0.25 | 0.59 | 0.24 | 34.96 | 0.49 | 0.54 |
| Hex | C2 | 92 | 4F | 0 | 19 | 3B | 18 | 23 | 31 | 36 |
| Octal | 302 | 222 | 117 | 0 | 31 | 73 | 30 | 43 | 61 | 66 |
| Binary | 11000010 | 10010010 | 1001111 | 0 | 11001 | 111011 | 11000 | 100011 | 110001 | 110110 |
Color Harmonies of #C2924F
Complementary color
Monochromatic Colors of #C2924F
Black with #C2924F
Text Example
Text Example
White with #C2924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2924F; }
p { color: rgb(194,146,79); }
H1.HeaderClassName
{
color: #C2924F;
}
.AnyTagClassName
{
color: #C2924F;
}
</style>
background-color css
<style>
a { background-color: #C2924F; }
a { background-color: rgb(194,146,79); }
div.DivClassName
{
background-color: #C2924F;
}
.BgClassName
{
background-color: #C2924F;
}
</style>
border-color css
<style>
span { border-color: #C2924F; }
span { border-color: rgb(194,146,79); }
td.TdClassName
{
border-color: #C2924F;
}
.TagClassName
{
border-color: #C2924F;
}
</style>