Shades of Hopbush #C06588
Tints of Hopbush #C06588
RGB
CMYK
RGB Variations
Color information
#C06588 (or 0xC06588) is known color: Hopbush. HEX triplet: C0, 65 and 88. RGB value is (192,101,136). Sum of RGB (Red+Green+Blue) = 192+101+136=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06588 is #3F9A77. Grayscale: #848484. Windows color (decimal): -4168312 or 8938944. OLE color: 8938944.
HSL color Cylindrical-coordinate representation of color #C06588: hue angle of 336.92º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06588 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 136 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.25 |
| HSL | 336.92º | 0.42% | 0.57% | - |
| HSV(B) | 336.92º | 0.47% | 0.75% | - |
| XYZ | 30.84 | 22.29 | 25.97 | - |
| YUV | 132.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 136 | 0 | 0.47 | 0.29 | 0.25 | 336.92 | 0.42 | 0.57 |
| Hex | C0 | 65 | 88 | 0 | 2F | 1D | 19 | 151 | 2A | 39 |
| Octal | 300 | 145 | 210 | 0 | 57 | 35 | 31 | 521 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10001000 | 0 | 101111 | 11101 | 11001 | 101010001 | 101010 | 111001 |
Color Harmonies of #C06588
Complementary color
Monochromatic Colors of #C06588
Black with #C06588
Text Example
Text Example
White with #C06588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06588; }
p { color: rgb(192,101,136); }
H1.HeaderClassName
{
color: #C06588;
}
.AnyTagClassName
{
color: #C06588;
}
</style>
background-color css
<style>
a { background-color: #C06588; }
a { background-color: rgb(192,101,136); }
div.DivClassName
{
background-color: #C06588;
}
.BgClassName
{
background-color: #C06588;
}
</style>
border-color css
<style>
span { border-color: #C06588; }
span { border-color: rgb(192,101,136); }
td.TdClassName
{
border-color: #C06588;
}
.TagClassName
{
border-color: #C06588;
}
</style>