#C55386

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

Shades of Mulberry #C55386

Tints of Mulberry #C55386

Color information

#C55386 (or 0xC55386) is unknown color: approx Mulberry. HEX triplet: C5, 53 and 86. RGB value is (197,83,134). Sum of RGB (Red+Green+Blue) = 197+83+134=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55386 is #3AAC79. Grayscale: #7A7A7A. Windows color (decimal): -3845242 or 8803269. OLE color: 8803269.

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

Color convert

RGB19783134-
CMYK00.580.320.23
HSL333.16º49.57%54.9%-
HSV(B)333.16º57.87%77.25%-
XYZ30.4219.7824.77-
YUV122.9134.27180.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=47.58%
G=20.05%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978313400.580.320.23333.1649.5754.9
HexC5538603A201714d3237
Octal30512320607240275156267
Binary11000101101001110000110011101010000010111101001101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55386; }

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

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

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

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

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

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

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

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