Shades of Tussock #C4904C
Tints of Tussock #C4904C
RGB
CMYK
RGB Variations
Color information
#C4904C (or 0xC4904C) is known color: Tussock. HEX triplet: C4, 90 and 4C. RGB value is (196,144,76). Sum of RGB (Red+Green+Blue) = 196+144+76=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4904C is #3B6FB3. Grayscale: #989898. Windows color (decimal): -3895220 or 5017796. OLE color: 5017796.
HSL color Cylindrical-coordinate representation of color #C4904C: hue angle of 34º 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 #C4904C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 76 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.23 |
| HSL | 34º | 0.5% | 0.53% | - |
| HSV(B) | 34º | 0.61% | 0.77% | - |
| XYZ | 34.04 | 32.2 | 11.26 | - |
| YUV | 151.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 76 | 0 | 0.27 | 0.61 | 0.23 | 34 | 0.5 | 0.53 |
| Hex | C4 | 90 | 4C | 0 | 1B | 3D | 17 | 22 | 32 | 35 |
| Octal | 304 | 220 | 114 | 0 | 33 | 75 | 27 | 42 | 62 | 65 |
| Binary | 11000100 | 10010000 | 1001100 | 0 | 11011 | 111101 | 10111 | 100010 | 110010 | 110101 |
Color Harmonies of #C4904C
Complementary color
Monochromatic Colors of #C4904C
Black with #C4904C
Text Example
Text Example
White with #C4904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4904C; }
p { color: rgb(196,144,76); }
H1.HeaderClassName
{
color: #C4904C;
}
.AnyTagClassName
{
color: #C4904C;
}
</style>
background-color css
<style>
a { background-color: #C4904C; }
a { background-color: rgb(196,144,76); }
div.DivClassName
{
background-color: #C4904C;
}
.BgClassName
{
background-color: #C4904C;
}
</style>
border-color css
<style>
span { border-color: #C4904C; }
span { border-color: rgb(196,144,76); }
td.TdClassName
{
border-color: #C4904C;
}
.TagClassName
{
border-color: #C4904C;
}
</style>