Shades of Tussock #C08F4F
Tints of Tussock #C08F4F
RGB
CMYK
RGB Variations
Color information
#C08F4F (or 0xC08F4F) is known color: Tussock. HEX triplet: C0, 8F and 4F. RGB value is (192,143,79). Sum of RGB (Red+Green+Blue) = 192+143+79=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F4F is #3F70B0. Grayscale: #969696. Windows color (decimal): -4157617 or 5214144. OLE color: 5214144.
HSL color Cylindrical-coordinate representation of color #C08F4F: hue angle of 33.98º 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 #C08F4F is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 79 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.25 |
| HSL | 33.98º | 0.47% | 0.53% | - |
| HSV(B) | 33.98º | 0.59% | 0.75% | - |
| XYZ | 32.97 | 31.42 | 11.72 | - |
| YUV | 150.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 79 | 0 | 0.26 | 0.59 | 0.25 | 33.98 | 0.47 | 0.53 |
| Hex | C0 | 8F | 4F | 0 | 1A | 3B | 19 | 22 | 2F | 35 |
| Octal | 300 | 217 | 117 | 0 | 32 | 73 | 31 | 42 | 57 | 65 |
| Binary | 11000000 | 10001111 | 1001111 | 0 | 11010 | 111011 | 11001 | 100010 | 101111 | 110101 |
Color Harmonies of #C08F4F
Complementary color
Monochromatic Colors of #C08F4F
Black with #C08F4F
Text Example
Text Example
White with #C08F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F4F; }
p { color: rgb(192,143,79); }
H1.HeaderClassName
{
color: #C08F4F;
}
.AnyTagClassName
{
color: #C08F4F;
}
</style>
background-color css
<style>
a { background-color: #C08F4F; }
a { background-color: rgb(192,143,79); }
div.DivClassName
{
background-color: #C08F4F;
}
.BgClassName
{
background-color: #C08F4F;
}
</style>
border-color css
<style>
span { border-color: #C08F4F; }
span { border-color: rgb(192,143,79); }
td.TdClassName
{
border-color: #C08F4F;
}
.TagClassName
{
border-color: #C08F4F;
}
</style>