Shades of Hopbush #C86EAA
Tints of Hopbush #C86EAA
RGB
CMYK
RGB Variations
Color information
#C86EAA (or 0xC86EAA) is known color: Hopbush. HEX triplet: C8, 6E and AA. RGB value is (200,110,170). Sum of RGB (Red+Green+Blue) = 200+110+170=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86EAA is #379155. Grayscale: #8F8F8F. Windows color (decimal): -3641686 or 11169480. OLE color: 11169480.
HSL color Cylindrical-coordinate representation of color #C86EAA: hue angle of 320º 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 #C86EAA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 170 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.22 |
| HSL | 320º | 0.45% | 0.61% | - |
| HSV(B) | 320º | 0.45% | 0.78% | - |
| XYZ | 36.65 | 26.33 | 41.18 | - |
| YUV | 143.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 170 | 0 | 0.45 | 0.15 | 0.22 | 320 | 0.45 | 0.61 |
| Hex | C8 | 6E | AA | 0 | 2D | F | 16 | 140 | 2D | 3D |
| Octal | 310 | 156 | 252 | 0 | 55 | 17 | 26 | 500 | 55 | 75 |
| Binary | 11001000 | 1101110 | 10101010 | 0 | 101101 | 1111 | 10110 | 101000000 | 101101 | 111101 |
Color Harmonies of #C86EAA
Complementary color
Monochromatic Colors of #C86EAA
Black with #C86EAA
Text Example
Text Example
White with #C86EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EAA; }
p { color: rgb(200,110,170); }
H1.HeaderClassName
{
color: #C86EAA;
}
.AnyTagClassName
{
color: #C86EAA;
}
</style>
background-color css
<style>
a { background-color: #C86EAA; }
a { background-color: rgb(200,110,170); }
div.DivClassName
{
background-color: #C86EAA;
}
.BgClassName
{
background-color: #C86EAA;
}
</style>
border-color css
<style>
span { border-color: #C86EAA; }
span { border-color: rgb(200,110,170); }
td.TdClassName
{
border-color: #C86EAA;
}
.TagClassName
{
border-color: #C86EAA;
}
</style>