Shades of Tussock #C28C4A
Tints of Tussock #C28C4A
RGB
CMYK
RGB Variations
Color information
#C28C4A (or 0xC28C4A) is known color: Tussock. HEX triplet: C2, 8C and 4A. RGB value is (194,140,74). Sum of RGB (Red+Green+Blue) = 194+140+74=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C4A is #3D73B5. Grayscale: #949494. Windows color (decimal): -4027318 or 4885698. OLE color: 4885698.
HSL color Cylindrical-coordinate representation of color #C28C4A: hue angle of 33º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C28C4A is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 74 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.24 |
| HSL | 33º | 0.5% | 0.53% | - |
| HSV(B) | 33º | 0.62% | 0.76% | - |
| XYZ | 32.86 | 30.72 | 10.68 | - |
| YUV | 148.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 74 | 0 | 0.28 | 0.62 | 0.24 | 33 | 0.5 | 0.53 |
| Hex | C2 | 8C | 4A | 0 | 1C | 3E | 18 | 21 | 32 | 35 |
| Octal | 302 | 214 | 112 | 0 | 34 | 76 | 30 | 41 | 62 | 65 |
| Binary | 11000010 | 10001100 | 1001010 | 0 | 11100 | 111110 | 11000 | 100001 | 110010 | 110101 |
Color Harmonies of #C28C4A
Complementary color
Monochromatic Colors of #C28C4A
Black with #C28C4A
Text Example
Text Example
White with #C28C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C4A; }
p { color: rgb(194,140,74); }
H1.HeaderClassName
{
color: #C28C4A;
}
.AnyTagClassName
{
color: #C28C4A;
}
</style>
background-color css
<style>
a { background-color: #C28C4A; }
a { background-color: rgb(194,140,74); }
div.DivClassName
{
background-color: #C28C4A;
}
.BgClassName
{
background-color: #C28C4A;
}
</style>
border-color css
<style>
span { border-color: #C28C4A; }
span { border-color: rgb(194,140,74); }
td.TdClassName
{
border-color: #C28C4A;
}
.TagClassName
{
border-color: #C28C4A;
}
</style>