#C87B9F

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

Shades of Hopbush #C87B9F

Tints of Hopbush #C87B9F

Color information

#C87B9F (or 0xC87B9F) is unknown color: approx Hopbush. HEX triplet: C8, 7B and 9F. RGB value is (200,123,159). Sum of RGB (Red+Green+Blue) = 200+123+159=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B9F is #378460. Grayscale: #969696. Windows color (decimal): -3638369 or 10451912. OLE color: 10451912.

HSL color Cylindrical-coordinate representation of color #C87B9F: hue angle of 331.95º 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 #C87B9F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB200123159-
CMYK00.380.200.22
HSL331.95º41.18%63.33%-
HSV(B)331.95º38.5%78.43%-
XYZ37.1628.9536.43-
YUV150.13133.01163.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=41.49%
G=25.52%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012315900.380.200.22331.9541.1863.33
HexC87B9F026141614c293f
Octal31017323704624265145177
Binary1100100011110111001111101001101010010110101001100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B9F; }

 p { color: rgb(200,123,159); }

 H1.HeaderClassName
 {
   color: #C87B9F;
 }
 .AnyTagClassName
 {
   color: #C87B9F;
 }
</style>
background-color css

<style>
 a { background-color: #C87B9F; }

 a { background-color: rgb(200,123,159); }

 div.DivClassName
 {
   background-color: #C87B9F;
 }
 .BgClassName
 {
   background-color: #C87B9F;
 }
</style>
border-color css

<style>
 span { border-color: #C87B9F; }

 span { border-color: rgb(200,123,159); }

 td.TdClassName
 {
   border-color: #C87B9F;
 }
 .TagClassName
 {
   border-color: #C87B9F;
 }
</style>