#C4549A

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

Shades of Mulberry #C4549A

Tints of Mulberry #C4549A

Color information

#C4549A (or 0xC4549A) is unknown color: approx Mulberry. HEX triplet: C4, 54 and 9A. RGB value is (196,84,154). Sum of RGB (Red+Green+Blue) = 196+84+154=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4549A is #3BAB65. Grayscale: #7D7D7D. Windows color (decimal): -3910502 or 10114244. OLE color: 10114244.

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

Color convert

RGB19684154-
CMYK00.570.210.23
HSL322.5º48.7%54.9%-
HSV(B)322.5º57.14%76.86%-
XYZ31.7720.4132.84-
YUV125.47144.11178.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 84 (33.20% from 255) = 19.35%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=45.16%
G=19.35%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968415400.570.210.23322.548.754.9
HexC4549A03915171423137
Octal30412423207125275026167
Binary1100010010101001001101001110011010110111101000010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4549A; }

 p { color: rgb(196,84,154); }

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

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

 a { background-color: rgb(196,84,154); }

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

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

 span { border-color: rgb(196,84,154); }

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