#C5548C

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

Shades of Mulberry #C5548C

Tints of Mulberry #C5548C

Color information

#C5548C (or 0xC5548C) is unknown color: approx Mulberry. HEX triplet: C5, 54 and 8C. RGB value is (197,84,140). Sum of RGB (Red+Green+Blue) = 197+84+140=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548C is #3AAB73. Grayscale: #7C7C7C. Windows color (decimal): -3844980 or 9196741. OLE color: 9196741.

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

Color convert

RGB19784140-
CMYK00.570.290.23
HSL330.27º49.34%55.1%-
HSV(B)330.27º57.36%77.25%-
XYZ30.9320.127.06-
YUV124.17136.94179.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=46.79%
G=19.95%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978414000.570.290.23330.2749.3455.1
HexC5548C0391D1714a3137
Octal30512421407135275126167
Binary1100010110101001000110001110011110110111101001010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5548C; }

 p { color: rgb(197,84,140); }

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

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

 a { background-color: rgb(197,84,140); }

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

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

 span { border-color: rgb(197,84,140); }

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