Shades of Tussock #C49D4C
Tints of Tussock #C49D4C
RGB
CMYK
RGB Variations
Color information
#C49D4C (or 0xC49D4C) is known color: Tussock. HEX triplet: C4, 9D and 4C. RGB value is (196,157,76). Sum of RGB (Red+Green+Blue) = 196+157+76=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49D4C is #3B62B3. Grayscale: #9F9F9F. Windows color (decimal): -3891892 or 5021124. OLE color: 5021124.
HSL color Cylindrical-coordinate representation of color #C49D4C: hue angle of 40.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C49D4C is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 76 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.23 |
| HSL | 40.5º | 0.5% | 0.53% | - |
| HSV(B) | 40.5º | 0.61% | 0.77% | - |
| XYZ | 36.13 | 36.37 | 11.95 | - |
| YUV | 159.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 76 | 0 | 0.20 | 0.61 | 0.23 | 40.5 | 0.5 | 0.53 |
| Hex | C4 | 9D | 4C | 0 | 14 | 3D | 17 | 28 | 32 | 35 |
| Octal | 304 | 235 | 114 | 0 | 24 | 75 | 27 | 50 | 62 | 65 |
| Binary | 11000100 | 10011101 | 1001100 | 0 | 10100 | 111101 | 10111 | 101000 | 110010 | 110101 |
Color Harmonies of #C49D4C
Complementary color
Monochromatic Colors of #C49D4C
Black with #C49D4C
Text Example
Text Example
White with #C49D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D4C; }
p { color: rgb(196,157,76); }
H1.HeaderClassName
{
color: #C49D4C;
}
.AnyTagClassName
{
color: #C49D4C;
}
</style>
background-color css
<style>
a { background-color: #C49D4C; }
a { background-color: rgb(196,157,76); }
div.DivClassName
{
background-color: #C49D4C;
}
.BgClassName
{
background-color: #C49D4C;
}
</style>
border-color css
<style>
span { border-color: #C49D4C; }
span { border-color: rgb(196,157,76); }
td.TdClassName
{
border-color: #C49D4C;
}
.TagClassName
{
border-color: #C49D4C;
}
</style>