#C55F88

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

Shades of Hopbush #C55F88

Tints of Hopbush #C55F88

Color information

#C55F88 (or 0xC55F88) is unknown color: approx Hopbush. HEX triplet: C5, 5F and 88. RGB value is (197,95,136). Sum of RGB (Red+Green+Blue) = 197+95+136=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55F88 is #3AA077. Grayscale: #828282. Windows color (decimal): -3842168 or 8937413. OLE color: 8937413.

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

Color convert

RGB19795136-
CMYK00.520.310.23
HSL335.88º46.79%57.25%-
HSV(B)335.88º51.78%77.25%-
XYZ31.5621.8325.84-
YUV130.17131.29175.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=46.03%
G=22.20%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979513600.520.310.23335.8846.7957.25
HexC55F880341F171502f39
Octal30513721006437275205771
Binary1100010110111111000100001101001111110111101010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F88; }

 p { color: rgb(197,95,136); }

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

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

 a { background-color: rgb(197,95,136); }

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

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

 span { border-color: rgb(197,95,136); }

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