Shades of Tussock #C29048
Tints of Tussock #C29048
RGB
CMYK
RGB Variations
Color information
#C29048 (or 0xC29048) is known color: Tussock. HEX triplet: C2, 90 and 48. RGB value is (194,144,72). Sum of RGB (Red+Green+Blue) = 194+144+72=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C29048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29048 is #3D6FB7. Grayscale: #979797. Windows color (decimal): -4026296 or 4755650. OLE color: 4755650.
HSL color Cylindrical-coordinate representation of color #C29048: hue angle of 35.41º 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 #C29048 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 72 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.24 |
| HSL | 35.41º | 0.5% | 0.52% | - |
| HSV(B) | 35.41º | 0.63% | 0.76% | - |
| XYZ | 33.39 | 31.88 | 10.53 | - |
| YUV | 150.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 72 | 0 | 0.26 | 0.63 | 0.24 | 35.41 | 0.5 | 0.52 |
| Hex | C2 | 90 | 48 | 0 | 1A | 3F | 18 | 23 | 32 | 34 |
| Octal | 302 | 220 | 110 | 0 | 32 | 77 | 30 | 43 | 62 | 64 |
| Binary | 11000010 | 10010000 | 1001000 | 0 | 11010 | 111111 | 11000 | 100011 | 110010 | 110100 |
Color Harmonies of #C29048
Complementary color
Monochromatic Colors of #C29048
Black with #C29048
Text Example
Text Example
White with #C29048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29048; }
p { color: rgb(194,144,72); }
H1.HeaderClassName
{
color: #C29048;
}
.AnyTagClassName
{
color: #C29048;
}
</style>
background-color css
<style>
a { background-color: #C29048; }
a { background-color: rgb(194,144,72); }
div.DivClassName
{
background-color: #C29048;
}
.BgClassName
{
background-color: #C29048;
}
</style>
border-color css
<style>
span { border-color: #C29048; }
span { border-color: rgb(194,144,72); }
td.TdClassName
{
border-color: #C29048;
}
.TagClassName
{
border-color: #C29048;
}
</style>