Shades of Tussock #C09D4D
Tints of Tussock #C09D4D
RGB
CMYK
RGB Variations
Color information
#C09D4D (or 0xC09D4D) is known color: Tussock. HEX triplet: C0, 9D and 4D. RGB value is (192,157,77). Sum of RGB (Red+Green+Blue) = 192+157+77=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D4D is #3F62B2. Grayscale: #9E9E9E. Windows color (decimal): -4154035 or 5086656. OLE color: 5086656.
HSL color Cylindrical-coordinate representation of color #C09D4D: hue angle of 41.74º 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 #C09D4D is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 77 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.25 |
| HSL | 41.74º | 0.48% | 0.53% | - |
| HSV(B) | 41.74º | 0.6% | 0.75% | - |
| XYZ | 35.13 | 35.86 | 12.09 | - |
| YUV | 158.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 77 | 0 | 0.18 | 0.60 | 0.25 | 41.74 | 0.48 | 0.53 |
| Hex | C0 | 9D | 4D | 0 | 12 | 3C | 19 | 2A | 30 | 35 |
| Octal | 300 | 235 | 115 | 0 | 22 | 74 | 31 | 52 | 60 | 65 |
| Binary | 11000000 | 10011101 | 1001101 | 0 | 10010 | 111100 | 11001 | 101010 | 110000 | 110101 |
Color Harmonies of #C09D4D
Complementary color
Monochromatic Colors of #C09D4D
Black with #C09D4D
Text Example
Text Example
White with #C09D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D4D; }
p { color: rgb(192,157,77); }
H1.HeaderClassName
{
color: #C09D4D;
}
.AnyTagClassName
{
color: #C09D4D;
}
</style>
background-color css
<style>
a { background-color: #C09D4D; }
a { background-color: rgb(192,157,77); }
div.DivClassName
{
background-color: #C09D4D;
}
.BgClassName
{
background-color: #C09D4D;
}
</style>
border-color css
<style>
span { border-color: #C09D4D; }
span { border-color: rgb(192,157,77); }
td.TdClassName
{
border-color: #C09D4D;
}
.TagClassName
{
border-color: #C09D4D;
}
</style>