#C55D87

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

Shades of Hopbush #C55D87

Tints of Hopbush #C55D87

Color information

#C55D87 (or 0xC55D87) is unknown color: approx Hopbush. HEX triplet: C5, 5D and 87. RGB value is (197,93,135). Sum of RGB (Red+Green+Blue) = 197+93+135=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D87 is #3AA278. Grayscale: #808080. Windows color (decimal): -3842681 or 8871365. OLE color: 8871365.

HSL color Cylindrical-coordinate representation of color #C55D87: hue angle of 335.77º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D87 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB19793135-
CMYK00.530.310.23
HSL335.77º47.27%56.86%-
HSV(B)335.77º52.79%77.25%-
XYZ31.3121.4525.41-
YUV128.88131.46176.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=46.35%
G=21.88%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979313500.530.310.23335.7747.2756.86
HexC55D870351F171502f39
Octal30513520706537275205771
Binary1100010110111011000011101101011111110111101010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D87; }

 p { color: rgb(197,93,135); }

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

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

 a { background-color: rgb(197,93,135); }

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

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

 span { border-color: rgb(197,93,135); }

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