Shades of Tussock #C28C4C
Tints of Tussock #C28C4C
RGB
CMYK
RGB Variations
Color information
#C28C4C (or 0xC28C4C) is known color: Tussock. HEX triplet: C2, 8C and 4C. RGB value is (194,140,76). Sum of RGB (Red+Green+Blue) = 194+140+76=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C4C is #3D73B3. Grayscale: #959595. Windows color (decimal): -4027316 or 5016770. OLE color: 5016770.
HSL color Cylindrical-coordinate representation of color #C28C4C: hue angle of 32.54º 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 #C28C4C is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 76 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.24 |
| HSL | 32.54º | 0.49% | 0.53% | - |
| HSV(B) | 32.54º | 0.61% | 0.76% | - |
| XYZ | 32.93 | 30.75 | 11.04 | - |
| YUV | 148.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 76 | 0 | 0.28 | 0.61 | 0.24 | 32.54 | 0.49 | 0.53 |
| Hex | C2 | 8C | 4C | 0 | 1C | 3D | 18 | 21 | 31 | 35 |
| Octal | 302 | 214 | 114 | 0 | 34 | 75 | 30 | 41 | 61 | 65 |
| Binary | 11000010 | 10001100 | 1001100 | 0 | 11100 | 111101 | 11000 | 100001 | 110001 | 110101 |
Color Harmonies of #C28C4C
Complementary color
Monochromatic Colors of #C28C4C
Black with #C28C4C
Text Example
Text Example
White with #C28C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C4C; }
p { color: rgb(194,140,76); }
H1.HeaderClassName
{
color: #C28C4C;
}
.AnyTagClassName
{
color: #C28C4C;
}
</style>
background-color css
<style>
a { background-color: #C28C4C; }
a { background-color: rgb(194,140,76); }
div.DivClassName
{
background-color: #C28C4C;
}
.BgClassName
{
background-color: #C28C4C;
}
</style>
border-color css
<style>
span { border-color: #C28C4C; }
span { border-color: rgb(194,140,76); }
td.TdClassName
{
border-color: #C28C4C;
}
.TagClassName
{
border-color: #C28C4C;
}
</style>