Shades of Tussock #C2904B
Tints of Tussock #C2904B
RGB
CMYK
RGB Variations
Color information
#C2904B (or 0xC2904B) is known color: Tussock. HEX triplet: C2, 90 and 4B. RGB value is (194,144,75). Sum of RGB (Red+Green+Blue) = 194+144+75=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2904B is #3D6FB4. Grayscale: #979797. Windows color (decimal): -4026293 or 4952258. OLE color: 4952258.
HSL color Cylindrical-coordinate representation of color #C2904B: hue angle of 34.79º 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 #C2904B is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 75 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.24 |
| HSL | 34.79º | 0.49% | 0.53% | - |
| HSV(B) | 34.79º | 0.61% | 0.76% | - |
| XYZ | 33.49 | 31.92 | 11.05 | - |
| YUV | 151.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 75 | 0 | 0.26 | 0.61 | 0.24 | 34.79 | 0.49 | 0.53 |
| Hex | C2 | 90 | 4B | 0 | 1A | 3D | 18 | 23 | 31 | 35 |
| Octal | 302 | 220 | 113 | 0 | 32 | 75 | 30 | 43 | 61 | 65 |
| Binary | 11000010 | 10010000 | 1001011 | 0 | 11010 | 111101 | 11000 | 100011 | 110001 | 110101 |
Color Harmonies of #C2904B
Complementary color
Monochromatic Colors of #C2904B
Black with #C2904B
Text Example
Text Example
White with #C2904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2904B; }
p { color: rgb(194,144,75); }
H1.HeaderClassName
{
color: #C2904B;
}
.AnyTagClassName
{
color: #C2904B;
}
</style>
background-color css
<style>
a { background-color: #C2904B; }
a { background-color: rgb(194,144,75); }
div.DivClassName
{
background-color: #C2904B;
}
.BgClassName
{
background-color: #C2904B;
}
</style>
border-color css
<style>
span { border-color: #C2904B; }
span { border-color: rgb(194,144,75); }
td.TdClassName
{
border-color: #C2904B;
}
.TagClassName
{
border-color: #C2904B;
}
</style>