Shades of Tussock #C2984C
Tints of Tussock #C2984C
RGB
CMYK
RGB Variations
Color information
#C2984C (or 0xC2984C) is known color: Tussock. HEX triplet: C2, 98 and 4C. RGB value is (194,152,76). Sum of RGB (Red+Green+Blue) = 194+152+76=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2984C is #3D67B3. Grayscale: #9C9C9C. Windows color (decimal): -4024244 or 5019842. OLE color: 5019842.
HSL color Cylindrical-coordinate representation of color #C2984C: hue angle of 38.64º 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 #C2984C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 76 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.24 |
| HSL | 38.64º | 0.49% | 0.53% | - |
| HSV(B) | 38.64º | 0.61% | 0.76% | - |
| XYZ | 34.78 | 34.45 | 11.65 | - |
| YUV | 155.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 76 | 0 | 0.22 | 0.61 | 0.24 | 38.64 | 0.49 | 0.53 |
| Hex | C2 | 98 | 4C | 0 | 16 | 3D | 18 | 27 | 31 | 35 |
| Octal | 302 | 230 | 114 | 0 | 26 | 75 | 30 | 47 | 61 | 65 |
| Binary | 11000010 | 10011000 | 1001100 | 0 | 10110 | 111101 | 11000 | 100111 | 110001 | 110101 |
Color Harmonies of #C2984C
Complementary color
Monochromatic Colors of #C2984C
Black with #C2984C
Text Example
Text Example
White with #C2984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2984C; }
p { color: rgb(194,152,76); }
H1.HeaderClassName
{
color: #C2984C;
}
.AnyTagClassName
{
color: #C2984C;
}
</style>
background-color css
<style>
a { background-color: #C2984C; }
a { background-color: rgb(194,152,76); }
div.DivClassName
{
background-color: #C2984C;
}
.BgClassName
{
background-color: #C2984C;
}
</style>
border-color css
<style>
span { border-color: #C2984C; }
span { border-color: rgb(194,152,76); }
td.TdClassName
{
border-color: #C2984C;
}
.TagClassName
{
border-color: #C2984C;
}
</style>