Shades of Tussock #C08F44
Tints of Tussock #C08F44
RGB
CMYK
RGB Variations
Color information
#C08F44 (or 0xC08F44) is known color: Tussock. HEX triplet: C0, 8F and 44. RGB value is (192,143,68). Sum of RGB (Red+Green+Blue) = 192+143+68=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F44 is #3F70BB. Grayscale: #959595. Windows color (decimal): -4157628 or 4493248. OLE color: 4493248.
HSL color Cylindrical-coordinate representation of color #C08F44: hue angle of 36.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C08F44 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 68 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.25 |
| HSL | 36.29º | 0.5% | 0.51% | - |
| HSV(B) | 36.29º | 0.65% | 0.75% | - |
| XYZ | 32.6 | 31.27 | 9.79 | - |
| YUV | 149.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 68 | 0 | 0.26 | 0.65 | 0.25 | 36.29 | 0.5 | 0.51 |
| Hex | C0 | 8F | 44 | 0 | 1A | 41 | 19 | 24 | 32 | 33 |
| Octal | 300 | 217 | 104 | 0 | 32 | 101 | 31 | 44 | 62 | 63 |
| Binary | 11000000 | 10001111 | 1000100 | 0 | 11010 | 1000001 | 11001 | 100100 | 110010 | 110011 |
Color Harmonies of #C08F44
Complementary color
Monochromatic Colors of #C08F44
Black with #C08F44
Text Example
Text Example
White with #C08F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F44; }
p { color: rgb(192,143,68); }
H1.HeaderClassName
{
color: #C08F44;
}
.AnyTagClassName
{
color: #C08F44;
}
</style>
background-color css
<style>
a { background-color: #C08F44; }
a { background-color: rgb(192,143,68); }
div.DivClassName
{
background-color: #C08F44;
}
.BgClassName
{
background-color: #C08F44;
}
</style>
border-color css
<style>
span { border-color: #C08F44; }
span { border-color: rgb(192,143,68); }
td.TdClassName
{
border-color: #C08F44;
}
.TagClassName
{
border-color: #C08F44;
}
</style>