Shades of Hopbush #C86EAB
Tints of Hopbush #C86EAB
RGB
CMYK
RGB Variations
Color information
#C86EAB (or 0xC86EAB) is known color: Hopbush. HEX triplet: C8, 6E and AB. RGB value is (200,110,171). Sum of RGB (Red+Green+Blue) = 200+110+171=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86EAB is #379154. Grayscale: #8F8F8F. Windows color (decimal): -3641685 or 11235016. OLE color: 11235016.
HSL color Cylindrical-coordinate representation of color #C86EAB: hue angle of 319.33º 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 #C86EAB is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 171 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.22 |
| HSL | 319.33º | 0.45% | 0.61% | - |
| HSV(B) | 319.33º | 0.45% | 0.78% | - |
| XYZ | 36.75 | 26.37 | 41.68 | - |
| YUV | 143.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 171 | 0 | 0.45 | 0.14 | 0.22 | 319.33 | 0.45 | 0.61 |
| Hex | C8 | 6E | AB | 0 | 2D | E | 16 | 13F | 2D | 3D |
| Octal | 310 | 156 | 253 | 0 | 55 | 16 | 26 | 477 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10101011 | 0 | 101101 | 1110 | 10110 | 100111111 | 101101 | 111101 |
Color Harmonies of #C86EAB
Complementary color
Monochromatic Colors of #C86EAB
Black with #C86EAB
Text Example
Text Example
White with #C86EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EAB; }
p { color: rgb(200,110,171); }
H1.HeaderClassName
{
color: #C86EAB;
}
.AnyTagClassName
{
color: #C86EAB;
}
</style>
background-color css
<style>
a { background-color: #C86EAB; }
a { background-color: rgb(200,110,171); }
div.DivClassName
{
background-color: #C86EAB;
}
.BgClassName
{
background-color: #C86EAB;
}
</style>
border-color css
<style>
span { border-color: #C86EAB; }
span { border-color: rgb(200,110,171); }
td.TdClassName
{
border-color: #C86EAB;
}
.TagClassName
{
border-color: #C86EAB;
}
</style>