#C55384

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

Shades of Mulberry #C55384

Tints of Mulberry #C55384

Color information

#C55384 (or 0xC55384) is unknown color: approx Mulberry. HEX triplet: C5, 53 and 84. RGB value is (197,83,132). Sum of RGB (Red+Green+Blue) = 197+83+132=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C55384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55384 is #3AAC7B. Grayscale: #7A7A7A. Windows color (decimal): -3845244 or 8672197. OLE color: 8672197.

HSL color Cylindrical-coordinate representation of color #C55384: hue angle of 334.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55384 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB19783132-
CMYK00.580.330.23
HSL334.21º49.57%54.9%-
HSV(B)334.21º57.87%77.25%-
XYZ30.2819.7224.04-
YUV122.67133.27181.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=47.82%
G=20.15%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978313200.580.330.23334.2149.5754.9
HexC5538403A211714e3237
Octal30512320407241275166267
Binary11000101101001110000100011101010000110111101001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55384; }

 p { color: rgb(197,83,132); }

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

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

 a { background-color: rgb(197,83,132); }

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

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

 span { border-color: rgb(197,83,132); }

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