Shades of Tussock #C09D4F
Tints of Tussock #C09D4F
RGB
CMYK
RGB Variations
Color information
#C09D4F (or 0xC09D4F) is known color: Tussock. HEX triplet: C0, 9D and 4F. RGB value is (192,157,79). Sum of RGB (Red+Green+Blue) = 192+157+79=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D4F is #3F62B0. Grayscale: #9E9E9E. Windows color (decimal): -4154033 or 5217728. OLE color: 5217728.
HSL color Cylindrical-coordinate representation of color #C09D4F: hue angle of 41.42º 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 #C09D4F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 79 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.25 |
| HSL | 41.42º | 0.47% | 0.53% | - |
| HSV(B) | 41.42º | 0.59% | 0.75% | - |
| XYZ | 35.21 | 35.88 | 12.47 | - |
| YUV | 158.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 79 | 0 | 0.18 | 0.59 | 0.25 | 41.42 | 0.47 | 0.53 |
| Hex | C0 | 9D | 4F | 0 | 12 | 3B | 19 | 29 | 2F | 35 |
| Octal | 300 | 235 | 117 | 0 | 22 | 73 | 31 | 51 | 57 | 65 |
| Binary | 11000000 | 10011101 | 1001111 | 0 | 10010 | 111011 | 11001 | 101001 | 101111 | 110101 |
Color Harmonies of #C09D4F
Complementary color
Monochromatic Colors of #C09D4F
Black with #C09D4F
Text Example
Text Example
White with #C09D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D4F; }
p { color: rgb(192,157,79); }
H1.HeaderClassName
{
color: #C09D4F;
}
.AnyTagClassName
{
color: #C09D4F;
}
</style>
background-color css
<style>
a { background-color: #C09D4F; }
a { background-color: rgb(192,157,79); }
div.DivClassName
{
background-color: #C09D4F;
}
.BgClassName
{
background-color: #C09D4F;
}
</style>
border-color css
<style>
span { border-color: #C09D4F; }
span { border-color: rgb(192,157,79); }
td.TdClassName
{
border-color: #C09D4F;
}
.TagClassName
{
border-color: #C09D4F;
}
</style>