Shades of Hopbush #C86E9E
Tints of Hopbush #C86E9E
RGB
CMYK
RGB Variations
Color information
#C86E9E (or 0xC86E9E) is known color: Hopbush. HEX triplet: C8, 6E and 9E. RGB value is (200,110,158). Sum of RGB (Red+Green+Blue) = 200+110+158=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86E9E is #379161. Grayscale: #8E8E8E. Windows color (decimal): -3641698 or 10383048. OLE color: 10383048.
HSL color Cylindrical-coordinate representation of color #C86E9E: hue angle of 328º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86E9E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 158 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.22 |
| HSL | 328º | 0.45% | 0.61% | - |
| HSV(B) | 328º | 0.45% | 0.78% | - |
| XYZ | 35.57 | 25.9 | 35.47 | - |
| YUV | 142.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 158 | 0 | 0.45 | 0.21 | 0.22 | 328 | 0.45 | 0.61 |
| Hex | C8 | 6E | 9E | 0 | 2D | 15 | 16 | 148 | 2D | 3D |
| Octal | 310 | 156 | 236 | 0 | 55 | 25 | 26 | 510 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10011110 | 0 | 101101 | 10101 | 10110 | 101001000 | 101101 | 111101 |
Color Harmonies of #C86E9E
Complementary color
Monochromatic Colors of #C86E9E
Black with #C86E9E
Text Example
Text Example
White with #C86E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E9E; }
p { color: rgb(200,110,158); }
H1.HeaderClassName
{
color: #C86E9E;
}
.AnyTagClassName
{
color: #C86E9E;
}
</style>
background-color css
<style>
a { background-color: #C86E9E; }
a { background-color: rgb(200,110,158); }
div.DivClassName
{
background-color: #C86E9E;
}
.BgClassName
{
background-color: #C86E9E;
}
</style>
border-color css
<style>
span { border-color: #C86E9E; }
span { border-color: rgb(200,110,158); }
td.TdClassName
{
border-color: #C86E9E;
}
.TagClassName
{
border-color: #C86E9E;
}
</style>