#C55E8A

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

Shades of Hopbush #C55E8A

Tints of Hopbush #C55E8A

Color information

#C55E8A (or 0xC55E8A) is unknown color: approx Hopbush. HEX triplet: C5, 5E and 8A. RGB value is (197,94,138). Sum of RGB (Red+Green+Blue) = 197+94+138=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E8A is #3AA175. Grayscale: #818181. Windows color (decimal): -3842422 or 9068229. OLE color: 9068229.

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

Color convert

RGB19794138-
CMYK00.520.300.23
HSL334.37º47.03%57.06%-
HSV(B)334.37º52.28%77.25%-
XYZ31.6221.7126.57-
YUV129.81132.62175.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=45.92%
G=21.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979413800.520.300.23334.3747.0357.06
HexC55E8A0341E1714e2f39
Octal30513621206436275165771
Binary1100010110111101000101001101001111010111101001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E8A; }

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

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

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

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

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

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

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

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