Shades of Hopbush #C87698
Tints of Hopbush #C87698
RGB
CMYK
RGB Variations
Color information
#C87698 (or 0xC87698) is known color: Hopbush. HEX triplet: C8, 76 and 98. RGB value is (200,118,152). Sum of RGB (Red+Green+Blue) = 200+118+152=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C87698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87698 is #378967. Grayscale: #929292. Windows color (decimal): -3639656 or 9991880. OLE color: 9991880.
HSL color Cylindrical-coordinate representation of color #C87698: hue angle of 335.12º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87698 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 152 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.22 |
| HSL | 335.12º | 0.43% | 0.62% | - |
| HSV(B) | 335.12º | 0.41% | 0.78% | - |
| XYZ | 35.97 | 27.5 | 33.12 | - |
| YUV | 146.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 152 | 0 | 0.41 | 0.24 | 0.22 | 335.12 | 0.43 | 0.62 |
| Hex | C8 | 76 | 98 | 0 | 29 | 18 | 16 | 14F | 2B | 3E |
| Octal | 310 | 166 | 230 | 0 | 51 | 30 | 26 | 517 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10011000 | 0 | 101001 | 11000 | 10110 | 101001111 | 101011 | 111110 |
Color Harmonies of #C87698
Complementary color
Monochromatic Colors of #C87698
Black with #C87698
Text Example
Text Example
White with #C87698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87698; }
p { color: rgb(200,118,152); }
H1.HeaderClassName
{
color: #C87698;
}
.AnyTagClassName
{
color: #C87698;
}
</style>
background-color css
<style>
a { background-color: #C87698; }
a { background-color: rgb(200,118,152); }
div.DivClassName
{
background-color: #C87698;
}
.BgClassName
{
background-color: #C87698;
}
</style>
border-color css
<style>
span { border-color: #C87698; }
span { border-color: rgb(200,118,152); }
td.TdClassName
{
border-color: #C87698;
}
.TagClassName
{
border-color: #C87698;
}
</style>