Shades of Hopbush #C87A98
Tints of Hopbush #C87A98
RGB
CMYK
RGB Variations
Color information
#C87A98 (or 0xC87A98) is known color: Hopbush. HEX triplet: C8, 7A and 98. RGB value is (200,122,152). Sum of RGB (Red+Green+Blue) = 200+122+152=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87A98 is #378567. Grayscale: #949494. Windows color (decimal): -3638632 or 9992904. OLE color: 9992904.
HSL color Cylindrical-coordinate representation of color #C87A98: hue angle of 336.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87A98 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 152 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.22 |
| HSL | 336.92º | 0.41% | 0.63% | - |
| HSV(B) | 336.92º | 0.39% | 0.78% | - |
| XYZ | 36.45 | 28.47 | 33.28 | - |
| YUV | 148.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 152 | 0 | 0.39 | 0.24 | 0.22 | 336.92 | 0.41 | 0.63 |
| Hex | C8 | 7A | 98 | 0 | 27 | 18 | 16 | 151 | 29 | 3F |
| Octal | 310 | 172 | 230 | 0 | 47 | 30 | 26 | 521 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10011000 | 0 | 100111 | 11000 | 10110 | 101010001 | 101001 | 111111 |
Color Harmonies of #C87A98
Complementary color
Monochromatic Colors of #C87A98
Black with #C87A98
Text Example
Text Example
White with #C87A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A98; }
p { color: rgb(200,122,152); }
H1.HeaderClassName
{
color: #C87A98;
}
.AnyTagClassName
{
color: #C87A98;
}
</style>
background-color css
<style>
a { background-color: #C87A98; }
a { background-color: rgb(200,122,152); }
div.DivClassName
{
background-color: #C87A98;
}
.BgClassName
{
background-color: #C87A98;
}
</style>
border-color css
<style>
span { border-color: #C87A98; }
span { border-color: rgb(200,122,152); }
td.TdClassName
{
border-color: #C87A98;
}
.TagClassName
{
border-color: #C87A98;
}
</style>