#C87B97

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

Shades of Hopbush #C87B97

Tints of Hopbush #C87B97

Color information

#C87B97 (or 0xC87B97) is unknown color: approx Hopbush. HEX triplet: C8, 7B and 97. RGB value is (200,123,151). Sum of RGB (Red+Green+Blue) = 200+123+151=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B97 is #378468. Grayscale: #959595. Windows color (decimal): -3638377 or 9927624. OLE color: 9927624.

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

Color convert

RGB200123151-
CMYK00.380.240.22
HSL338.18º41.18%63.33%-
HSV(B)338.18º38.5%78.43%-
XYZ36.4928.6832.89-
YUV149.21129.01164.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=42.19%
G=25.95%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012315100.380.240.22338.1841.1863.33
HexC87B970261816152293f
Octal31017322704630265225177
Binary1100100011110111001011101001101100010110101010010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87B97; }

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

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

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

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

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

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

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

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