#C54589

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

Shades of Mulberry #C54589

Tints of Mulberry #C54589

Color information

#C54589 (or 0xC54589) is unknown color: approx Mulberry. HEX triplet: C5, 45 and 89. RGB value is (197,69,137). Sum of RGB (Red+Green+Blue) = 197+69+137=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C54589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54589 is #3ABA76. Grayscale: #727272. Windows color (decimal): -3848823 or 8996293. OLE color: 8996293.

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

Color convert

RGB19769137-
CMYK00.650.300.23
HSL328.12º52.46%52.16%-
HSV(B)328.12º64.97%77.25%-
XYZ29.6717.9325.56-
YUV115.02140.41186.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=48.88%
G=17.12%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976913700.650.300.23328.1252.4652.16
HexC545890411E171483434
Octal305105211010136275106464
Binary11000101100010110001001010000011111010111101001000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54589; }

 p { color: rgb(197,69,137); }

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

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

 a { background-color: rgb(197,69,137); }

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

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

 span { border-color: rgb(197,69,137); }

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