Shades of Hopbush #C87B9E
Tints of Hopbush #C87B9E
RGB
CMYK
RGB Variations
Color information
#C87B9E (or 0xC87B9E) is known color: Hopbush. HEX triplet: C8, 7B and 9E. RGB value is (200,123,158). Sum of RGB (Red+Green+Blue) = 200+123+158=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B9E is #378461. Grayscale: #959595. Windows color (decimal): -3638370 or 10386376. OLE color: 10386376.
HSL color Cylindrical-coordinate representation of color #C87B9E: hue angle of 332.73º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87B9E is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 158 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.22 |
| HSL | 332.73º | 0.41% | 0.63% | - |
| HSV(B) | 332.73º | 0.39% | 0.78% | - |
| XYZ | 37.07 | 28.91 | 35.97 | - |
| YUV | 150.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 158 | 0 | 0.38 | 0.21 | 0.22 | 332.73 | 0.41 | 0.63 |
| Hex | C8 | 7B | 9E | 0 | 26 | 15 | 16 | 14D | 29 | 3F |
| Octal | 310 | 173 | 236 | 0 | 46 | 25 | 26 | 515 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10011110 | 0 | 100110 | 10101 | 10110 | 101001101 | 101001 | 111111 |
Color Harmonies of #C87B9E
Complementary color
Monochromatic Colors of #C87B9E
Black with #C87B9E
Text Example
Text Example
White with #C87B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B9E; }
p { color: rgb(200,123,158); }
H1.HeaderClassName
{
color: #C87B9E;
}
.AnyTagClassName
{
color: #C87B9E;
}
</style>
background-color css
<style>
a { background-color: #C87B9E; }
a { background-color: rgb(200,123,158); }
div.DivClassName
{
background-color: #C87B9E;
}
.BgClassName
{
background-color: #C87B9E;
}
</style>
border-color css
<style>
span { border-color: #C87B9E; }
span { border-color: rgb(200,123,158); }
td.TdClassName
{
border-color: #C87B9E;
}
.TagClassName
{
border-color: #C87B9E;
}
</style>