#C87B9E

Color #C87B9E Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C87B9E

Tints of Hopbush #C87B9E

Color information

#C87B9E (or 0xC87B9E) is unknown color: approx 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

RGB200123158-
CMYK00.380.210.22
HSL332.73º41.18%63.33%-
HSV(B)332.73º38.5%78.43%-
XYZ37.0728.9135.97-
YUV150.01132.51163.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 158 (62.11% from 255) = 32.85%
R=41.58%
G=25.57%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012315800.380.210.22332.7341.1863.33
HexC87B9E026151614d293f
Octal31017323604625265155177
Binary1100100011110111001111001001101010110110101001101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>