Shades of Tussock #C2884C
Tints of Tussock #C2884C
RGB
CMYK
RGB Variations
Color information
#C2884C (or 0xC2884C) is known color: Tussock. HEX triplet: C2, 88 and 4C. RGB value is (194,136,76). Sum of RGB (Red+Green+Blue) = 194+136+76=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2884C is #3D77B3. Grayscale: #929292. Windows color (decimal): -4028340 or 5015746. OLE color: 5015746.
HSL color Cylindrical-coordinate representation of color #C2884C: hue angle of 30.51º 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 #C2884C is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 76 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.24 |
| HSL | 30.51º | 0.49% | 0.53% | - |
| HSV(B) | 30.51º | 0.61% | 0.76% | - |
| XYZ | 32.36 | 29.6 | 10.85 | - |
| YUV | 146.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 76 | 0 | 0.30 | 0.61 | 0.24 | 30.51 | 0.49 | 0.53 |
| Hex | C2 | 88 | 4C | 0 | 1E | 3D | 18 | 1F | 31 | 35 |
| Octal | 302 | 210 | 114 | 0 | 36 | 75 | 30 | 37 | 61 | 65 |
| Binary | 11000010 | 10001000 | 1001100 | 0 | 11110 | 111101 | 11000 | 11111 | 110001 | 110101 |
Color Harmonies of #C2884C
Complementary color
Monochromatic Colors of #C2884C
Black with #C2884C
Text Example
Text Example
White with #C2884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2884C; }
p { color: rgb(194,136,76); }
H1.HeaderClassName
{
color: #C2884C;
}
.AnyTagClassName
{
color: #C2884C;
}
</style>
background-color css
<style>
a { background-color: #C2884C; }
a { background-color: rgb(194,136,76); }
div.DivClassName
{
background-color: #C2884C;
}
.BgClassName
{
background-color: #C2884C;
}
</style>
border-color css
<style>
span { border-color: #C2884C; }
span { border-color: rgb(194,136,76); }
td.TdClassName
{
border-color: #C2884C;
}
.TagClassName
{
border-color: #C2884C;
}
</style>