Shades of Hopbush #C87CA6
Tints of Hopbush #C87CA6
RGB
CMYK
RGB Variations
Color information
#C87CA6 (or 0xC87CA6) is known color: Hopbush. HEX triplet: C8, 7C and A6. RGB value is (200,124,166). Sum of RGB (Red+Green+Blue) = 200+124+166=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87CA6 is #378359. Grayscale: #979797. Windows color (decimal): -3638106 or 10910920. OLE color: 10910920.
HSL color Cylindrical-coordinate representation of color #C87CA6: hue angle of 326.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CA6 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 166 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.22 |
| HSL | 326.84º | 0.41% | 0.64% | - |
| HSV(B) | 326.84º | 0.38% | 0.78% | - |
| XYZ | 37.91 | 29.45 | 39.76 | - |
| YUV | 151.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 166 | 0 | 0.38 | 0.17 | 0.22 | 326.84 | 0.41 | 0.64 |
| Hex | C8 | 7C | A6 | 0 | 26 | 11 | 16 | 147 | 29 | 40 |
| Octal | 310 | 174 | 246 | 0 | 46 | 21 | 26 | 507 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10100110 | 0 | 100110 | 10001 | 10110 | 101000111 | 101001 | 1000000 |
Color Harmonies of #C87CA6
Complementary color
Monochromatic Colors of #C87CA6
Black with #C87CA6
Text Example
Text Example
White with #C87CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CA6; }
p { color: rgb(200,124,166); }
H1.HeaderClassName
{
color: #C87CA6;
}
.AnyTagClassName
{
color: #C87CA6;
}
</style>
background-color css
<style>
a { background-color: #C87CA6; }
a { background-color: rgb(200,124,166); }
div.DivClassName
{
background-color: #C87CA6;
}
.BgClassName
{
background-color: #C87CA6;
}
</style>
border-color css
<style>
span { border-color: #C87CA6; }
span { border-color: rgb(200,124,166); }
td.TdClassName
{
border-color: #C87CA6;
}
.TagClassName
{
border-color: #C87CA6;
}
</style>