Shades of Tussock #C0934A
Tints of Tussock #C0934A
RGB
CMYK
RGB Variations
Color information
#C0934A (or 0xC0934A) is known color: Tussock. HEX triplet: C0, 93 and 4A. RGB value is (192,147,74). Sum of RGB (Red+Green+Blue) = 192+147+74=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0934A is #3F6CB5. Grayscale: #989898. Windows color (decimal): -4156598 or 4887488. OLE color: 4887488.
HSL color Cylindrical-coordinate representation of color #C0934A: hue angle of 37.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0934A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 74 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.25 |
| HSL | 37.12º | 0.48% | 0.52% | - |
| HSV(B) | 37.12º | 0.61% | 0.75% | - |
| XYZ | 33.41 | 32.57 | 11 | - |
| YUV | 152.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 74 | 0 | 0.23 | 0.61 | 0.25 | 37.12 | 0.48 | 0.52 |
| Hex | C0 | 93 | 4A | 0 | 17 | 3D | 19 | 25 | 30 | 34 |
| Octal | 300 | 223 | 112 | 0 | 27 | 75 | 31 | 45 | 60 | 64 |
| Binary | 11000000 | 10010011 | 1001010 | 0 | 10111 | 111101 | 11001 | 100101 | 110000 | 110100 |
Color Harmonies of #C0934A
Complementary color
Monochromatic Colors of #C0934A
Black with #C0934A
Text Example
Text Example
White with #C0934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0934A; }
p { color: rgb(192,147,74); }
H1.HeaderClassName
{
color: #C0934A;
}
.AnyTagClassName
{
color: #C0934A;
}
</style>
background-color css
<style>
a { background-color: #C0934A; }
a { background-color: rgb(192,147,74); }
div.DivClassName
{
background-color: #C0934A;
}
.BgClassName
{
background-color: #C0934A;
}
</style>
border-color css
<style>
span { border-color: #C0934A; }
span { border-color: rgb(192,147,74); }
td.TdClassName
{
border-color: #C0934A;
}
.TagClassName
{
border-color: #C0934A;
}
</style>