Shades of Hopbush #C87EA8
Tints of Hopbush #C87EA8
RGB
CMYK
RGB Variations
Color information
#C87EA8 (or 0xC87EA8) is known color: Hopbush. HEX triplet: C8, 7E and A8. RGB value is (200,126,168). Sum of RGB (Red+Green+Blue) = 200+126+168=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87EA8 is #378157. Grayscale: #989898. Windows color (decimal): -3637592 or 11042504. OLE color: 11042504.
HSL color Cylindrical-coordinate representation of color #C87EA8: hue angle of 325.95º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87EA8 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 168 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.22 |
| HSL | 325.95º | 0.4% | 0.64% | - |
| HSV(B) | 325.95º | 0.37% | 0.78% | - |
| XYZ | 38.35 | 30.03 | 40.82 | - |
| YUV | 152.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 168 | 0 | 0.37 | 0.16 | 0.22 | 325.95 | 0.4 | 0.64 |
| Hex | C8 | 7E | A8 | 0 | 25 | 10 | 16 | 146 | 28 | 40 |
| Octal | 310 | 176 | 250 | 0 | 45 | 20 | 26 | 506 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10101000 | 0 | 100101 | 10000 | 10110 | 101000110 | 101000 | 1000000 |
Color Harmonies of #C87EA8
Complementary color
Monochromatic Colors of #C87EA8
Black with #C87EA8
Text Example
Text Example
White with #C87EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EA8; }
p { color: rgb(200,126,168); }
H1.HeaderClassName
{
color: #C87EA8;
}
.AnyTagClassName
{
color: #C87EA8;
}
</style>
background-color css
<style>
a { background-color: #C87EA8; }
a { background-color: rgb(200,126,168); }
div.DivClassName
{
background-color: #C87EA8;
}
.BgClassName
{
background-color: #C87EA8;
}
</style>
border-color css
<style>
span { border-color: #C87EA8; }
span { border-color: rgb(200,126,168); }
td.TdClassName
{
border-color: #C87EA8;
}
.TagClassName
{
border-color: #C87EA8;
}
</style>