Shades of Hopbush #C86598
Tints of Hopbush #C86598
RGB
CMYK
RGB Variations
Color information
#C86598 (or 0xC86598) is known color: Hopbush. HEX triplet: C8, 65 and 98. RGB value is (200,101,152). Sum of RGB (Red+Green+Blue) = 200+101+152=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C86598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86598 is #379A67. Grayscale: #888888. Windows color (decimal): -3644008 or 9987528. OLE color: 9987528.
HSL color Cylindrical-coordinate representation of color #C86598: hue angle of 329.09º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86598 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 152 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.22 |
| HSL | 329.09º | 0.47% | 0.59% | - |
| HSV(B) | 329.09º | 0.5% | 0.78% | - |
| XYZ | 34.14 | 23.85 | 32.51 | - |
| YUV | 136.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 152 | 0 | 0.49 | 0.24 | 0.22 | 329.09 | 0.47 | 0.59 |
| Hex | C8 | 65 | 98 | 0 | 31 | 18 | 16 | 149 | 2F | 3B |
| Octal | 310 | 145 | 230 | 0 | 61 | 30 | 26 | 511 | 57 | 73 |
| Binary | 11001000 | 1100101 | 10011000 | 0 | 110001 | 11000 | 10110 | 101001001 | 101111 | 111011 |
Color Harmonies of #C86598
Complementary color
Monochromatic Colors of #C86598
Black with #C86598
Text Example
Text Example
White with #C86598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86598; }
p { color: rgb(200,101,152); }
H1.HeaderClassName
{
color: #C86598;
}
.AnyTagClassName
{
color: #C86598;
}
</style>
background-color css
<style>
a { background-color: #C86598; }
a { background-color: rgb(200,101,152); }
div.DivClassName
{
background-color: #C86598;
}
.BgClassName
{
background-color: #C86598;
}
</style>
border-color css
<style>
span { border-color: #C86598; }
span { border-color: rgb(200,101,152); }
td.TdClassName
{
border-color: #C86598;
}
.TagClassName
{
border-color: #C86598;
}
</style>