#C45190

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

Shades of Mulberry #C45190

Tints of Mulberry #C45190

Color information

#C45190 (or 0xC45190) is unknown color: approx Mulberry. HEX triplet: C4, 51 and 90. RGB value is (196,81,144). Sum of RGB (Red+Green+Blue) = 196+81+144=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C45190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45190 is #3BAE6F. Grayscale: #7A7A7A. Windows color (decimal): -3911280 or 9458116. OLE color: 9458116.

HSL color Cylindrical-coordinate representation of color #C45190: hue angle of 327.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45190 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB19681144-
CMYK00.590.270.23
HSL327.13º49.36%54.31%-
HSV(B)327.13º58.67%76.86%-
XYZ30.7419.6328.56-
YUV122.57140.1180.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=46.56%
G=19.24%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968114400.590.270.23327.1349.3654.31
HexC4519003B1B171473136
Octal30412122007333275076166
Binary1100010010100011001000001110111101110111101000111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45190; }

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

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

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

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

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

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

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

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