Shades of Hopbush #C06089
Tints of Hopbush #C06089
RGB
CMYK
RGB Variations
Color information
#C06089 (or 0xC06089) is known color: Hopbush. HEX triplet: C0, 60 and 89. RGB value is (192,96,137). Sum of RGB (Red+Green+Blue) = 192+96+137=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06089 is #3F9F76. Grayscale: #818181. Windows color (decimal): -4169591 or 9003200. OLE color: 9003200.
HSL color Cylindrical-coordinate representation of color #C06089: hue angle of 334.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06089 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 137 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.25 |
| HSL | 334.38º | 0.43% | 0.56% | - |
| HSV(B) | 334.38º | 0.5% | 0.75% | - |
| XYZ | 30.44 | 21.38 | 26.19 | - |
| YUV | 129.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 137 | 0 | 0.50 | 0.29 | 0.25 | 334.38 | 0.43 | 0.56 |
| Hex | C0 | 60 | 89 | 0 | 32 | 1D | 19 | 14E | 2B | 38 |
| Octal | 300 | 140 | 211 | 0 | 62 | 35 | 31 | 516 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10001001 | 0 | 110010 | 11101 | 11001 | 101001110 | 101011 | 111000 |
Color Harmonies of #C06089
Complementary color
Monochromatic Colors of #C06089
Black with #C06089
Text Example
Text Example
White with #C06089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06089; }
p { color: rgb(192,96,137); }
H1.HeaderClassName
{
color: #C06089;
}
.AnyTagClassName
{
color: #C06089;
}
</style>
background-color css
<style>
a { background-color: #C06089; }
a { background-color: rgb(192,96,137); }
div.DivClassName
{
background-color: #C06089;
}
.BgClassName
{
background-color: #C06089;
}
</style>
border-color css
<style>
span { border-color: #C06089; }
span { border-color: rgb(192,96,137); }
td.TdClassName
{
border-color: #C06089;
}
.TagClassName
{
border-color: #C06089;
}
</style>