Shades of Tussock #C08D4C
Tints of Tussock #C08D4C
RGB
CMYK
RGB Variations
Color information
#C08D4C (or 0xC08D4C) is known color: Tussock. HEX triplet: C0, 8D and 4C. RGB value is (192,141,76). Sum of RGB (Red+Green+Blue) = 192+141+76=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D4C is #3F72B3. Grayscale: #959595. Windows color (decimal): -4158132 or 5017024. OLE color: 5017024.
HSL color Cylindrical-coordinate representation of color #C08D4C: hue angle of 33.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C08D4C is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 76 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.25 |
| HSL | 33.62º | 0.48% | 0.53% | - |
| HSV(B) | 33.62º | 0.6% | 0.75% | - |
| XYZ | 32.57 | 30.78 | 11.06 | - |
| YUV | 148.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 76 | 0 | 0.27 | 0.60 | 0.25 | 33.62 | 0.48 | 0.53 |
| Hex | C0 | 8D | 4C | 0 | 1B | 3C | 19 | 22 | 30 | 35 |
| Octal | 300 | 215 | 114 | 0 | 33 | 74 | 31 | 42 | 60 | 65 |
| Binary | 11000000 | 10001101 | 1001100 | 0 | 11011 | 111100 | 11001 | 100010 | 110000 | 110101 |
Color Harmonies of #C08D4C
Complementary color
Monochromatic Colors of #C08D4C
Black with #C08D4C
Text Example
Text Example
White with #C08D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D4C; }
p { color: rgb(192,141,76); }
H1.HeaderClassName
{
color: #C08D4C;
}
.AnyTagClassName
{
color: #C08D4C;
}
</style>
background-color css
<style>
a { background-color: #C08D4C; }
a { background-color: rgb(192,141,76); }
div.DivClassName
{
background-color: #C08D4C;
}
.BgClassName
{
background-color: #C08D4C;
}
</style>
border-color css
<style>
span { border-color: #C08D4C; }
span { border-color: rgb(192,141,76); }
td.TdClassName
{
border-color: #C08D4C;
}
.TagClassName
{
border-color: #C08D4C;
}
</style>