#C44486

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

Shades of Mulberry #C44486

Tints of Mulberry #C44486

Color information

#C44486 (or 0xC44486) is unknown color: approx Mulberry. HEX triplet: C4, 44 and 86. RGB value is (196,68,134). Sum of RGB (Red+Green+Blue) = 196+68+134=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44486 is #3BBB79. Grayscale: #717171. Windows color (decimal): -3914618 or 8799428. OLE color: 8799428.

HSL color Cylindrical-coordinate representation of color #C44486: hue angle of 329.06º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44486 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19668134-
CMYK00.650.320.23
HSL329.06º52.03%51.76%-
HSV(B)329.06º65.31%76.86%-
XYZ29.1417.5924.41-
YUV113.8139.41186.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=49.25%
G=17.09%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966813400.650.320.23329.0652.0351.76
HexC4448604120171493434
Octal304104206010140275116464
Binary110001001000100100001100100000110000010111101001001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44486; }

 p { color: rgb(196,68,134); }

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

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

 a { background-color: rgb(196,68,134); }

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

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

 span { border-color: rgb(196,68,134); }

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