Shades of Tussock #C09948
Tints of Tussock #C09948
RGB
CMYK
RGB Variations
Color information
#C09948 (or 0xC09948) is known color: Tussock. HEX triplet: C0, 99 and 48. RGB value is (192,153,72). Sum of RGB (Red+Green+Blue) = 192+153+72=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C09948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09948 is #3F66B7. Grayscale: #9B9B9B. Windows color (decimal): -4155064 or 4757952. OLE color: 4757952.
HSL color Cylindrical-coordinate representation of color #C09948: hue angle of 40.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09948 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 72 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.25 |
| HSL | 40.5º | 0.49% | 0.52% | - |
| HSV(B) | 40.5º | 0.63% | 0.75% | - |
| XYZ | 34.3 | 34.46 | 10.97 | - |
| YUV | 155.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 72 | 0 | 0.20 | 0.63 | 0.25 | 40.5 | 0.49 | 0.52 |
| Hex | C0 | 99 | 48 | 0 | 14 | 3F | 19 | 28 | 31 | 34 |
| Octal | 300 | 231 | 110 | 0 | 24 | 77 | 31 | 50 | 61 | 64 |
| Binary | 11000000 | 10011001 | 1001000 | 0 | 10100 | 111111 | 11001 | 101000 | 110001 | 110100 |
Color Harmonies of #C09948
Complementary color
Monochromatic Colors of #C09948
Black with #C09948
Text Example
Text Example
White with #C09948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09948; }
p { color: rgb(192,153,72); }
H1.HeaderClassName
{
color: #C09948;
}
.AnyTagClassName
{
color: #C09948;
}
</style>
background-color css
<style>
a { background-color: #C09948; }
a { background-color: rgb(192,153,72); }
div.DivClassName
{
background-color: #C09948;
}
.BgClassName
{
background-color: #C09948;
}
</style>
border-color css
<style>
span { border-color: #C09948; }
span { border-color: rgb(192,153,72); }
td.TdClassName
{
border-color: #C09948;
}
.TagClassName
{
border-color: #C09948;
}
</style>