#C5548F

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

Shades of Mulberry #C5548F

Tints of Mulberry #C5548F

Color information

#C5548F (or 0xC5548F) is unknown color: approx Mulberry. HEX triplet: C5, 54 and 8F. RGB value is (197,84,143). Sum of RGB (Red+Green+Blue) = 197+84+143=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548F is #3AAB70. Grayscale: #7C7C7C. Windows color (decimal): -3844977 or 9393349. OLE color: 9393349.

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

Color convert

RGB19784143-
CMYK00.570.270.23
HSL328.67º49.34%55.1%-
HSV(B)328.67º57.36%77.25%-
XYZ31.1520.1928.24-
YUV124.51138.44179.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=46.46%
G=19.81%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978414300.570.270.23328.6749.3455.1
HexC5548F0391B171493137
Octal30512421707133275116167
Binary1100010110101001000111101110011101110111101001001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5548F; }

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

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

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

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

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

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

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

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