#C55E97

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

Shades of Hopbush #C55E97

Tints of Hopbush #C55E97

Color information

#C55E97 (or 0xC55E97) is unknown color: approx Hopbush. HEX triplet: C5, 5E and 97. RGB value is (197,94,151). Sum of RGB (Red+Green+Blue) = 197+94+151=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E97 is #3AA168. Grayscale: #838383. Windows color (decimal): -3842409 or 9920197. OLE color: 9920197.

HSL color Cylindrical-coordinate representation of color #C55E97: hue angle of 326.8º 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 #C55E97 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB19794151-
CMYK00.520.230.23
HSL326.8º47.03%57.06%-
HSV(B)326.8º52.28%77.25%-
XYZ32.6122.1131.83-
YUV131.29139.12174.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=44.57%
G=21.27%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979415100.520.230.23326.847.0357.06
HexC55E9703417171472f39
Octal30513622706427275075771
Binary1100010110111101001011101101001011110111101000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E97; }

 p { color: rgb(197,94,151); }

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

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

 a { background-color: rgb(197,94,151); }

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

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

 span { border-color: rgb(197,94,151); }

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