#C5548E

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

Shades of Mulberry #C5548E

Tints of Mulberry #C5548E

Color information

#C5548E (or 0xC5548E) is unknown color: approx Mulberry. HEX triplet: C5, 54 and 8E. RGB value is (197,84,142). Sum of RGB (Red+Green+Blue) = 197+84+142=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548E is #3AAB71. Grayscale: #7C7C7C. Windows color (decimal): -3844978 or 9327813. OLE color: 9327813.

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

Color convert

RGB19784142-
CMYK00.570.280.23
HSL329.2º49.34%55.1%-
HSV(B)329.2º57.36%77.25%-
XYZ31.0820.1627.85-
YUV124.4137.94179.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=46.57%
G=19.86%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978414200.570.280.23329.249.3455.1
HexC5548E0391C171493137
Octal30512421607134275116167
Binary1100010110101001000111001110011110010111101001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5548E; }

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

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

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

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

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

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

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

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