Shades of Tussock #C28E4D
Tints of Tussock #C28E4D
RGB
CMYK
RGB Variations
Color information
#C28E4D (or 0xC28E4D) is known color: Tussock. HEX triplet: C2, 8E and 4D. RGB value is (194,142,77). Sum of RGB (Red+Green+Blue) = 194+142+77=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E4D is #3D71B2. Grayscale: #969696. Windows color (decimal): -4026803 or 5082818. OLE color: 5082818.
HSL color Cylindrical-coordinate representation of color #C28E4D: hue angle of 33.33º 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 #C28E4D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 77 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.24 |
| HSL | 33.33º | 0.49% | 0.53% | - |
| HSV(B) | 33.33º | 0.6% | 0.76% | - |
| XYZ | 33.26 | 31.35 | 11.32 | - |
| YUV | 150.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 77 | 0 | 0.27 | 0.60 | 0.24 | 33.33 | 0.49 | 0.53 |
| Hex | C2 | 8E | 4D | 0 | 1B | 3C | 18 | 21 | 31 | 35 |
| Octal | 302 | 216 | 115 | 0 | 33 | 74 | 30 | 41 | 61 | 65 |
| Binary | 11000010 | 10001110 | 1001101 | 0 | 11011 | 111100 | 11000 | 100001 | 110001 | 110101 |
Color Harmonies of #C28E4D
Complementary color
Monochromatic Colors of #C28E4D
Black with #C28E4D
Text Example
Text Example
White with #C28E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E4D; }
p { color: rgb(194,142,77); }
H1.HeaderClassName
{
color: #C28E4D;
}
.AnyTagClassName
{
color: #C28E4D;
}
</style>
background-color css
<style>
a { background-color: #C28E4D; }
a { background-color: rgb(194,142,77); }
div.DivClassName
{
background-color: #C28E4D;
}
.BgClassName
{
background-color: #C28E4D;
}
</style>
border-color css
<style>
span { border-color: #C28E4D; }
span { border-color: rgb(194,142,77); }
td.TdClassName
{
border-color: #C28E4D;
}
.TagClassName
{
border-color: #C28E4D;
}
</style>