#C54090

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

Shades of Mulberry #C54090

Tints of Mulberry #C54090

Color information

#C54090 (or 0xC54090) is unknown color: approx Mulberry. HEX triplet: C5, 40 and 90. RGB value is (197,64,144). Sum of RGB (Red+Green+Blue) = 197+64+144=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C54090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54090 is #3ABF6F. Grayscale: #707070. Windows color (decimal): -3850096 or 9453765. OLE color: 9453765.

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

Color convert

RGB19764144-
CMYK00.680.270.23
HSL323.91º53.41%51.18%-
HSV(B)323.91º67.51%77.25%-
XYZ29.8917.5528.2-
YUV112.89145.56188-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=48.64%
G=15.80%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976414400.680.270.23323.9153.4151.18
HexC540900441B171443533
Octal305100220010433275046563
Binary11000101100000010010000010001001101110111101000100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54090; }

 p { color: rgb(197,64,144); }

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

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

 a { background-color: rgb(197,64,144); }

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

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

 span { border-color: rgb(197,64,144); }

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