#C44A96

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

Shades of Mulberry #C44A96

Tints of Mulberry #C44A96

Color information

#C44A96 (or 0xC44A96) is unknown color: approx Mulberry. HEX triplet: C4, 4A and 96. RGB value is (196,74,150). Sum of RGB (Red+Green+Blue) = 196+74+150=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A96 is #3BB569. Grayscale: #767676. Windows color (decimal): -3913066 or 9849540. OLE color: 9849540.

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

Color convert

RGB19674150-
CMYK00.620.230.23
HSL322.62º50.83%52.94%-
HSV(B)322.62º62.24%76.86%-
XYZ30.7218.8430.87-
YUV119.14145.42182.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=46.67%
G=17.62%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967415000.620.230.23322.6250.8352.94
HexC44A9603E17171433335
Octal30411222607627275036365
Binary1100010010010101001011001111101011110111101000011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A96; }

 p { color: rgb(196,74,150); }

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

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

 a { background-color: rgb(196,74,150); }

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

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

 span { border-color: rgb(196,74,150); }

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