Shades of Hopbush #C87EA2
Tints of Hopbush #C87EA2
RGB
CMYK
RGB Variations
Color information
#C87EA2 (or 0xC87EA2) is known color: Hopbush. HEX triplet: C8, 7E and A2. RGB value is (200,126,162). Sum of RGB (Red+Green+Blue) = 200+126+162=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87EA2 is #37815D. Grayscale: #989898. Windows color (decimal): -3637598 or 10649288. OLE color: 10649288.
HSL color Cylindrical-coordinate representation of color #C87EA2: hue angle of 330.81º 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 #C87EA2 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 162 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.22 |
| HSL | 330.81º | 0.4% | 0.64% | - |
| HSV(B) | 330.81º | 0.37% | 0.78% | - |
| XYZ | 37.8 | 29.81 | 37.94 | - |
| YUV | 152.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 162 | 0 | 0.37 | 0.19 | 0.22 | 330.81 | 0.4 | 0.64 |
| Hex | C8 | 7E | A2 | 0 | 25 | 13 | 16 | 14B | 28 | 40 |
| Octal | 310 | 176 | 242 | 0 | 45 | 23 | 26 | 513 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10100010 | 0 | 100101 | 10011 | 10110 | 101001011 | 101000 | 1000000 |
Color Harmonies of #C87EA2
Complementary color
Monochromatic Colors of #C87EA2
Black with #C87EA2
Text Example
Text Example
White with #C87EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EA2; }
p { color: rgb(200,126,162); }
H1.HeaderClassName
{
color: #C87EA2;
}
.AnyTagClassName
{
color: #C87EA2;
}
</style>
background-color css
<style>
a { background-color: #C87EA2; }
a { background-color: rgb(200,126,162); }
div.DivClassName
{
background-color: #C87EA2;
}
.BgClassName
{
background-color: #C87EA2;
}
</style>
border-color css
<style>
span { border-color: #C87EA2; }
span { border-color: rgb(200,126,162); }
td.TdClassName
{
border-color: #C87EA2;
}
.TagClassName
{
border-color: #C87EA2;
}
</style>