Shades of Hopbush #C86C9E
Tints of Hopbush #C86C9E
RGB
CMYK
RGB Variations
Color information
#C86C9E (or 0xC86C9E) is known color: Hopbush. HEX triplet: C8, 6C and 9E. RGB value is (200,108,158). Sum of RGB (Red+Green+Blue) = 200+108+158=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C9E is #379361. Grayscale: #8D8D8D. Windows color (decimal): -3642210 or 10382536. OLE color: 10382536.
HSL color Cylindrical-coordinate representation of color #C86C9E: hue angle of 327.39º 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 #C86C9E is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 158 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.22 |
| HSL | 327.39º | 0.46% | 0.6% | - |
| HSV(B) | 327.39º | 0.46% | 0.78% | - |
| XYZ | 35.35 | 25.47 | 35.4 | - |
| YUV | 141.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 158 | 0 | 0.46 | 0.21 | 0.22 | 327.39 | 0.46 | 0.6 |
| Hex | C8 | 6C | 9E | 0 | 2E | 15 | 16 | 147 | 2E | 3C |
| Octal | 310 | 154 | 236 | 0 | 56 | 25 | 26 | 507 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10011110 | 0 | 101110 | 10101 | 10110 | 101000111 | 101110 | 111100 |
Color Harmonies of #C86C9E
Complementary color
Monochromatic Colors of #C86C9E
Black with #C86C9E
Text Example
Text Example
White with #C86C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C9E; }
p { color: rgb(200,108,158); }
H1.HeaderClassName
{
color: #C86C9E;
}
.AnyTagClassName
{
color: #C86C9E;
}
</style>
background-color css
<style>
a { background-color: #C86C9E; }
a { background-color: rgb(200,108,158); }
div.DivClassName
{
background-color: #C86C9E;
}
.BgClassName
{
background-color: #C86C9E;
}
</style>
border-color css
<style>
span { border-color: #C86C9E; }
span { border-color: rgb(200,108,158); }
td.TdClassName
{
border-color: #C86C9E;
}
.TagClassName
{
border-color: #C86C9E;
}
</style>