#C45590

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

Shades of Mulberry #C45590

Tints of Mulberry #C45590

Color information

#C45590 (or 0xC45590) is unknown color: approx Mulberry. HEX triplet: C4, 55 and 90. RGB value is (196,85,144). Sum of RGB (Red+Green+Blue) = 196+85+144=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C45590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45590 is #3BAA6F. Grayscale: #7C7C7C. Windows color (decimal): -3910256 or 9459140. OLE color: 9459140.

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

Color convert

RGB19685144-
CMYK00.570.270.23
HSL328.11º48.47%55.1%-
HSV(B)328.11º56.63%76.86%-
XYZ31.0520.2528.66-
YUV124.92138.77178.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=46.12%
G=20%
B=33.88%

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
Decimal1968514400.570.270.23328.1148.4755.1
HexC455900391B171483037
Octal30412522007133275106067
Binary1100010010101011001000001110011101110111101001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45590; }

 p { color: rgb(196,85,144); }

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

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

 a { background-color: rgb(196,85,144); }

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

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

 span { border-color: rgb(196,85,144); }

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