Shades of Tussock #C28948
Tints of Tussock #C28948
RGB
CMYK
RGB Variations
Color information
#C28948 (or 0xC28948) is known color: Tussock. HEX triplet: C2, 89 and 48. RGB value is (194,137,72). Sum of RGB (Red+Green+Blue) = 194+137+72=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C28948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28948 is #3D76B7. Grayscale: #929292. Windows color (decimal): -4028088 or 4753858. OLE color: 4753858.
HSL color Cylindrical-coordinate representation of color #C28948: hue angle of 31.97º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C28948 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 72 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.24 |
| HSL | 31.97º | 0.5% | 0.52% | - |
| HSV(B) | 31.97º | 0.63% | 0.76% | - |
| XYZ | 32.36 | 29.83 | 10.18 | - |
| YUV | 146.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 72 | 0 | 0.29 | 0.63 | 0.24 | 31.97 | 0.5 | 0.52 |
| Hex | C2 | 89 | 48 | 0 | 1D | 3F | 18 | 20 | 32 | 34 |
| Octal | 302 | 211 | 110 | 0 | 35 | 77 | 30 | 40 | 62 | 64 |
| Binary | 11000010 | 10001001 | 1001000 | 0 | 11101 | 111111 | 11000 | 100000 | 110010 | 110100 |
Color Harmonies of #C28948
Complementary color
Monochromatic Colors of #C28948
Black with #C28948
Text Example
Text Example
White with #C28948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28948; }
p { color: rgb(194,137,72); }
H1.HeaderClassName
{
color: #C28948;
}
.AnyTagClassName
{
color: #C28948;
}
</style>
background-color css
<style>
a { background-color: #C28948; }
a { background-color: rgb(194,137,72); }
div.DivClassName
{
background-color: #C28948;
}
.BgClassName
{
background-color: #C28948;
}
</style>
border-color css
<style>
span { border-color: #C28948; }
span { border-color: rgb(194,137,72); }
td.TdClassName
{
border-color: #C28948;
}
.TagClassName
{
border-color: #C28948;
}
</style>