Shades of Tussock #C09D4C
Tints of Tussock #C09D4C
RGB
CMYK
RGB Variations
Color information
#C09D4C (or 0xC09D4C) is known color: Tussock. HEX triplet: C0, 9D and 4C. RGB value is (192,157,76). Sum of RGB (Red+Green+Blue) = 192+157+76=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D4C is #3F62B3. Grayscale: #9E9E9E. Windows color (decimal): -4154036 or 5021120. OLE color: 5021120.
HSL color Cylindrical-coordinate representation of color #C09D4C: hue angle of 41.9º 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 #C09D4C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 76 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.25 |
| HSL | 41.9º | 0.48% | 0.53% | - |
| HSV(B) | 41.9º | 0.6% | 0.75% | - |
| XYZ | 35.1 | 35.84 | 11.91 | - |
| YUV | 158.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 76 | 0 | 0.18 | 0.60 | 0.25 | 41.9 | 0.48 | 0.53 |
| Hex | C0 | 9D | 4C | 0 | 12 | 3C | 19 | 2A | 30 | 35 |
| Octal | 300 | 235 | 114 | 0 | 22 | 74 | 31 | 52 | 60 | 65 |
| Binary | 11000000 | 10011101 | 1001100 | 0 | 10010 | 111100 | 11001 | 101010 | 110000 | 110101 |
Color Harmonies of #C09D4C
Complementary color
Monochromatic Colors of #C09D4C
Black with #C09D4C
Text Example
Text Example
White with #C09D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D4C; }
p { color: rgb(192,157,76); }
H1.HeaderClassName
{
color: #C09D4C;
}
.AnyTagClassName
{
color: #C09D4C;
}
</style>
background-color css
<style>
a { background-color: #C09D4C; }
a { background-color: rgb(192,157,76); }
div.DivClassName
{
background-color: #C09D4C;
}
.BgClassName
{
background-color: #C09D4C;
}
</style>
border-color css
<style>
span { border-color: #C09D4C; }
span { border-color: rgb(192,157,76); }
td.TdClassName
{
border-color: #C09D4C;
}
.TagClassName
{
border-color: #C09D4C;
}
</style>