Shades of Tussock #C09B53
Tints of Tussock #C09B53
RGB
CMYK
RGB Variations
Color information
#C09B53 (or 0xC09B53) is known color: Tussock. HEX triplet: C0, 9B and 53. RGB value is (192,155,83). Sum of RGB (Red+Green+Blue) = 192+155+83=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B53 is #3F64AC. Grayscale: #9E9E9E. Windows color (decimal): -4154541 or 5479360. OLE color: 5479360.
HSL color Cylindrical-coordinate representation of color #C09B53: hue angle of 39.63º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C09B53 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 83 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.25 |
| HSL | 39.63º | 0.46% | 0.54% | - |
| HSV(B) | 39.63º | 0.57% | 0.75% | - |
| XYZ | 35.02 | 35.27 | 13.15 | - |
| YUV | 157.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 83 | 0 | 0.19 | 0.57 | 0.25 | 39.63 | 0.46 | 0.54 |
| Hex | C0 | 9B | 53 | 0 | 13 | 39 | 19 | 28 | 2E | 36 |
| Octal | 300 | 233 | 123 | 0 | 23 | 71 | 31 | 50 | 56 | 66 |
| Binary | 11000000 | 10011011 | 1010011 | 0 | 10011 | 111001 | 11001 | 101000 | 101110 | 110110 |
Color Harmonies of #C09B53
Complementary color
Monochromatic Colors of #C09B53
Black with #C09B53
Text Example
Text Example
White with #C09B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B53; }
p { color: rgb(192,155,83); }
H1.HeaderClassName
{
color: #C09B53;
}
.AnyTagClassName
{
color: #C09B53;
}
</style>
background-color css
<style>
a { background-color: #C09B53; }
a { background-color: rgb(192,155,83); }
div.DivClassName
{
background-color: #C09B53;
}
.BgClassName
{
background-color: #C09B53;
}
</style>
border-color css
<style>
span { border-color: #C09B53; }
span { border-color: rgb(192,155,83); }
td.TdClassName
{
border-color: #C09B53;
}
.TagClassName
{
border-color: #C09B53;
}
</style>