Shades of Tussock #C4924C
Tints of Tussock #C4924C
RGB
CMYK
RGB Variations
Color information
#C4924C (or 0xC4924C) is known color: Tussock. HEX triplet: C4, 92 and 4C. RGB value is (196,146,76). Sum of RGB (Red+Green+Blue) = 196+146+76=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4924C is #3B6DB3. Grayscale: #999999. Windows color (decimal): -3894708 or 5018308. OLE color: 5018308.
HSL color Cylindrical-coordinate representation of color #C4924C: hue angle of 35º 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 #C4924C is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 76 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.23 |
| HSL | 35º | 0.5% | 0.53% | - |
| HSV(B) | 35º | 0.61% | 0.77% | - |
| XYZ | 34.35 | 32.82 | 11.36 | - |
| YUV | 152.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 76 | 0 | 0.26 | 0.61 | 0.23 | 35 | 0.5 | 0.53 |
| Hex | C4 | 92 | 4C | 0 | 1A | 3D | 17 | 23 | 32 | 35 |
| Octal | 304 | 222 | 114 | 0 | 32 | 75 | 27 | 43 | 62 | 65 |
| Binary | 11000100 | 10010010 | 1001100 | 0 | 11010 | 111101 | 10111 | 100011 | 110010 | 110101 |
Color Harmonies of #C4924C
Complementary color
Monochromatic Colors of #C4924C
Black with #C4924C
Text Example
Text Example
White with #C4924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4924C; }
p { color: rgb(196,146,76); }
H1.HeaderClassName
{
color: #C4924C;
}
.AnyTagClassName
{
color: #C4924C;
}
</style>
background-color css
<style>
a { background-color: #C4924C; }
a { background-color: rgb(196,146,76); }
div.DivClassName
{
background-color: #C4924C;
}
.BgClassName
{
background-color: #C4924C;
}
</style>
border-color css
<style>
span { border-color: #C4924C; }
span { border-color: rgb(196,146,76); }
td.TdClassName
{
border-color: #C4924C;
}
.TagClassName
{
border-color: #C4924C;
}
</style>