#C5548A

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

Shades of Mulberry #C5548A

Tints of Mulberry #C5548A

Color information

#C5548A (or 0xC5548A) is unknown color: approx Mulberry. HEX triplet: C5, 54 and 8A. RGB value is (197,84,138). Sum of RGB (Red+Green+Blue) = 197+84+138=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548A is #3AAB75. Grayscale: #7B7B7B. Windows color (decimal): -3844982 or 9065669. OLE color: 9065669.

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

Color convert

RGB19784138-
CMYK00.570.300.23
HSL331.33º49.34%55.1%-
HSV(B)331.33º57.36%77.25%-
XYZ30.7820.0526.29-
YUV123.94135.94180.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=47.02%
G=20.05%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978413800.570.300.23331.3349.3455.1
HexC5548A0391E1714b3137
Octal30512421207136275136167
Binary1100010110101001000101001110011111010111101001011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5548A; }

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

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

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

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

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

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

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

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