Shades of Tussock #C08D4F
Tints of Tussock #C08D4F
RGB
CMYK
RGB Variations
Color information
#C08D4F (or 0xC08D4F) is known color: Tussock. HEX triplet: C0, 8D and 4F. RGB value is (192,141,79). Sum of RGB (Red+Green+Blue) = 192+141+79=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08D4F is #3F72B0. Grayscale: #959595. Windows color (decimal): -4158129 or 5213632. OLE color: 5213632.
HSL color Cylindrical-coordinate representation of color #C08D4F: hue angle of 32.92º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C08D4F is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 79 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.25 |
| HSL | 32.92º | 0.47% | 0.53% | - |
| HSV(B) | 32.92º | 0.59% | 0.75% | - |
| XYZ | 32.67 | 30.82 | 11.62 | - |
| YUV | 149.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 79 | 0 | 0.27 | 0.59 | 0.25 | 32.92 | 0.47 | 0.53 |
| Hex | C0 | 8D | 4F | 0 | 1B | 3B | 19 | 21 | 2F | 35 |
| Octal | 300 | 215 | 117 | 0 | 33 | 73 | 31 | 41 | 57 | 65 |
| Binary | 11000000 | 10001101 | 1001111 | 0 | 11011 | 111011 | 11001 | 100001 | 101111 | 110101 |
Color Harmonies of #C08D4F
Complementary color
Monochromatic Colors of #C08D4F
Black with #C08D4F
Text Example
Text Example
White with #C08D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D4F; }
p { color: rgb(192,141,79); }
H1.HeaderClassName
{
color: #C08D4F;
}
.AnyTagClassName
{
color: #C08D4F;
}
</style>
background-color css
<style>
a { background-color: #C08D4F; }
a { background-color: rgb(192,141,79); }
div.DivClassName
{
background-color: #C08D4F;
}
.BgClassName
{
background-color: #C08D4F;
}
</style>
border-color css
<style>
span { border-color: #C08D4F; }
span { border-color: rgb(192,141,79); }
td.TdClassName
{
border-color: #C08D4F;
}
.TagClassName
{
border-color: #C08D4F;
}
</style>