#C44186

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

Shades of Mulberry #C44186

Tints of Mulberry #C44186

Color information

#C44186 (or 0xC44186) is unknown color: approx Mulberry. HEX triplet: C4, 41 and 86. RGB value is (196,65,134). Sum of RGB (Red+Green+Blue) = 196+65+134=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44186 is #3BBE79. Grayscale: #6F6F6F. Windows color (decimal): -3915386 or 8798660. OLE color: 8798660.

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

Color convert

RGB19665134-
CMYK00.670.320.23
HSL328.4º52.61%51.18%-
HSV(B)328.4º66.84%76.86%-
XYZ28.9617.2424.36-
YUV112.04140.4187.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=49.62%
G=16.46%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966513400.670.320.23328.452.6151.18
HexC4418604320171483533
Octal304101206010340275106563
Binary110001001000001100001100100001110000010111101001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44186; }

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

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

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

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

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

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

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

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