Shades of Hopbush #C86B9E
Tints of Hopbush #C86B9E
RGB
CMYK
RGB Variations
Color information
#C86B9E (or 0xC86B9E) is known color: Hopbush. HEX triplet: C8, 6B and 9E. RGB value is (200,107,158). Sum of RGB (Red+Green+Blue) = 200+107+158=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86B9E is #379461. Grayscale: #8C8C8C. Windows color (decimal): -3642466 or 10382280. OLE color: 10382280.
HSL color Cylindrical-coordinate representation of color #C86B9E: hue angle of 327.1º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86B9E is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 158 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.22 |
| HSL | 327.1º | 0.46% | 0.6% | - |
| HSV(B) | 327.1º | 0.47% | 0.78% | - |
| XYZ | 35.25 | 25.26 | 35.37 | - |
| YUV | 140.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 158 | 0 | 0.46 | 0.21 | 0.22 | 327.1 | 0.46 | 0.6 |
| Hex | C8 | 6B | 9E | 0 | 2E | 15 | 16 | 147 | 2E | 3C |
| Octal | 310 | 153 | 236 | 0 | 56 | 25 | 26 | 507 | 56 | 74 |
| Binary | 11001000 | 1101011 | 10011110 | 0 | 101110 | 10101 | 10110 | 101000111 | 101110 | 111100 |
Color Harmonies of #C86B9E
Complementary color
Monochromatic Colors of #C86B9E
Black with #C86B9E
Text Example
Text Example
White with #C86B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B9E; }
p { color: rgb(200,107,158); }
H1.HeaderClassName
{
color: #C86B9E;
}
.AnyTagClassName
{
color: #C86B9E;
}
</style>
background-color css
<style>
a { background-color: #C86B9E; }
a { background-color: rgb(200,107,158); }
div.DivClassName
{
background-color: #C86B9E;
}
.BgClassName
{
background-color: #C86B9E;
}
</style>
border-color css
<style>
span { border-color: #C86B9E; }
span { border-color: rgb(200,107,158); }
td.TdClassName
{
border-color: #C86B9E;
}
.TagClassName
{
border-color: #C86B9E;
}
</style>