Shades of Hopbush #C87EA3
Tints of Hopbush #C87EA3
RGB
CMYK
RGB Variations
Color information
#C87EA3 (or 0xC87EA3) is known color: Hopbush. HEX triplet: C8, 7E and A3. RGB value is (200,126,163). Sum of RGB (Red+Green+Blue) = 200+126+163=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87EA3 is #37815C. Grayscale: #989898. Windows color (decimal): -3637597 or 10714824. OLE color: 10714824.
HSL color Cylindrical-coordinate representation of color #C87EA3: hue angle of 330º 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 #C87EA3 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 163 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.22 |
| HSL | 330º | 0.4% | 0.64% | - |
| HSV(B) | 330º | 0.37% | 0.78% | - |
| XYZ | 37.89 | 29.85 | 38.41 | - |
| YUV | 152.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 163 | 0 | 0.37 | 0.18 | 0.22 | 330 | 0.4 | 0.64 |
| Hex | C8 | 7E | A3 | 0 | 25 | 12 | 16 | 14A | 28 | 40 |
| Octal | 310 | 176 | 243 | 0 | 45 | 22 | 26 | 512 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10100011 | 0 | 100101 | 10010 | 10110 | 101001010 | 101000 | 1000000 |
Color Harmonies of #C87EA3
Complementary color
Monochromatic Colors of #C87EA3
Black with #C87EA3
Text Example
Text Example
White with #C87EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EA3; }
p { color: rgb(200,126,163); }
H1.HeaderClassName
{
color: #C87EA3;
}
.AnyTagClassName
{
color: #C87EA3;
}
</style>
background-color css
<style>
a { background-color: #C87EA3; }
a { background-color: rgb(200,126,163); }
div.DivClassName
{
background-color: #C87EA3;
}
.BgClassName
{
background-color: #C87EA3;
}
</style>
border-color css
<style>
span { border-color: #C87EA3; }
span { border-color: rgb(200,126,163); }
td.TdClassName
{
border-color: #C87EA3;
}
.TagClassName
{
border-color: #C87EA3;
}
</style>