Shades of Hopbush #C86E9A
Tints of Hopbush #C86E9A
RGB
CMYK
RGB Variations
Color information
#C86E9A (or 0xC86E9A) is known color: Hopbush. HEX triplet: C8, 6E and 9A. RGB value is (200,110,154). Sum of RGB (Red+Green+Blue) = 200+110+154=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86E9A is #379165. Grayscale: #8D8D8D. Windows color (decimal): -3641702 or 10120904. OLE color: 10120904.
HSL color Cylindrical-coordinate representation of color #C86E9A: hue angle of 330.67º 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 #C86E9A is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 154 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.22 |
| HSL | 330.67º | 0.45% | 0.61% | - |
| HSV(B) | 330.67º | 0.45% | 0.78% | - |
| XYZ | 35.23 | 25.76 | 33.69 | - |
| YUV | 141.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 154 | 0 | 0.45 | 0.23 | 0.22 | 330.67 | 0.45 | 0.61 |
| Hex | C8 | 6E | 9A | 0 | 2D | 17 | 16 | 14B | 2D | 3D |
| Octal | 310 | 156 | 232 | 0 | 55 | 27 | 26 | 513 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10011010 | 0 | 101101 | 10111 | 10110 | 101001011 | 101101 | 111101 |
Color Harmonies of #C86E9A
Complementary color
Monochromatic Colors of #C86E9A
Black with #C86E9A
Text Example
Text Example
White with #C86E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E9A; }
p { color: rgb(200,110,154); }
H1.HeaderClassName
{
color: #C86E9A;
}
.AnyTagClassName
{
color: #C86E9A;
}
</style>
background-color css
<style>
a { background-color: #C86E9A; }
a { background-color: rgb(200,110,154); }
div.DivClassName
{
background-color: #C86E9A;
}
.BgClassName
{
background-color: #C86E9A;
}
</style>
border-color css
<style>
span { border-color: #C86E9A; }
span { border-color: rgb(200,110,154); }
td.TdClassName
{
border-color: #C86E9A;
}
.TagClassName
{
border-color: #C86E9A;
}
</style>