Shades of Tussock #C2924B
Tints of Tussock #C2924B
RGB
CMYK
RGB Variations
Color information
#C2924B (or 0xC2924B) is known color: Tussock. HEX triplet: C2, 92 and 4B. RGB value is (194,146,75). Sum of RGB (Red+Green+Blue) = 194+146+75=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2924B is #3D6DB4. Grayscale: #989898. Windows color (decimal): -4025781 or 4952770. OLE color: 4952770.
HSL color Cylindrical-coordinate representation of color #C2924B: hue angle of 35.8º 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 #C2924B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 75 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.24 |
| HSL | 35.8º | 0.49% | 0.53% | - |
| HSV(B) | 35.8º | 0.61% | 0.76% | - |
| XYZ | 33.8 | 32.54 | 11.16 | - |
| YUV | 152.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 75 | 0 | 0.25 | 0.61 | 0.24 | 35.8 | 0.49 | 0.53 |
| Hex | C2 | 92 | 4B | 0 | 19 | 3D | 18 | 24 | 31 | 35 |
| Octal | 302 | 222 | 113 | 0 | 31 | 75 | 30 | 44 | 61 | 65 |
| Binary | 11000010 | 10010010 | 1001011 | 0 | 11001 | 111101 | 11000 | 100100 | 110001 | 110101 |
Color Harmonies of #C2924B
Complementary color
Monochromatic Colors of #C2924B
Black with #C2924B
Text Example
Text Example
White with #C2924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2924B; }
p { color: rgb(194,146,75); }
H1.HeaderClassName
{
color: #C2924B;
}
.AnyTagClassName
{
color: #C2924B;
}
</style>
background-color css
<style>
a { background-color: #C2924B; }
a { background-color: rgb(194,146,75); }
div.DivClassName
{
background-color: #C2924B;
}
.BgClassName
{
background-color: #C2924B;
}
</style>
border-color css
<style>
span { border-color: #C2924B; }
span { border-color: rgb(194,146,75); }
td.TdClassName
{
border-color: #C2924B;
}
.TagClassName
{
border-color: #C2924B;
}
</style>