Shades of Tussock #C28D4E
Tints of Tussock #C28D4E
RGB
CMYK
RGB Variations
Color information
#C28D4E (or 0xC28D4E) is known color: Tussock. HEX triplet: C2, 8D and 4E. RGB value is (194,141,78). Sum of RGB (Red+Green+Blue) = 194+141+78=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D4E is #3D72B1. Grayscale: #959595. Windows color (decimal): -4027058 or 5148098. OLE color: 5148098.
HSL color Cylindrical-coordinate representation of color #C28D4E: hue angle of 32.59º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C28D4E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 78 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.24 |
| HSL | 32.59º | 0.49% | 0.53% | - |
| HSV(B) | 32.59º | 0.6% | 0.76% | - |
| XYZ | 33.15 | 31.07 | 11.46 | - |
| YUV | 149.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 78 | 0 | 0.27 | 0.60 | 0.24 | 32.59 | 0.49 | 0.53 |
| Hex | C2 | 8D | 4E | 0 | 1B | 3C | 18 | 21 | 31 | 35 |
| Octal | 302 | 215 | 116 | 0 | 33 | 74 | 30 | 41 | 61 | 65 |
| Binary | 11000010 | 10001101 | 1001110 | 0 | 11011 | 111100 | 11000 | 100001 | 110001 | 110101 |
Color Harmonies of #C28D4E
Complementary color
Monochromatic Colors of #C28D4E
Black with #C28D4E
Text Example
Text Example
White with #C28D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D4E; }
p { color: rgb(194,141,78); }
H1.HeaderClassName
{
color: #C28D4E;
}
.AnyTagClassName
{
color: #C28D4E;
}
</style>
background-color css
<style>
a { background-color: #C28D4E; }
a { background-color: rgb(194,141,78); }
div.DivClassName
{
background-color: #C28D4E;
}
.BgClassName
{
background-color: #C28D4E;
}
</style>
border-color css
<style>
span { border-color: #C28D4E; }
span { border-color: rgb(194,141,78); }
td.TdClassName
{
border-color: #C28D4E;
}
.TagClassName
{
border-color: #C28D4E;
}
</style>