#C54386

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

Shades of Mulberry #C54386

Tints of Mulberry #C54386

Color information

#C54386 (or 0xC54386) is unknown color: approx Mulberry. HEX triplet: C5, 43 and 86. RGB value is (197,67,134). Sum of RGB (Red+Green+Blue) = 197+67+134=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C54386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54386 is #3ABC79. Grayscale: #717171. Windows color (decimal): -3849338 or 8799173. OLE color: 8799173.

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

Color convert

RGB19767134-
CMYK00.660.320.23
HSL329.08º52.85%51.76%-
HSV(B)329.08º65.99%77.25%-
XYZ29.3417.6124.41-
YUV113.51139.57187.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=49.50%
G=16.83%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976713400.660.320.23329.0852.8551.76
HexC5438604220171493534
Octal305103206010240275116564
Binary110001011000011100001100100001010000010111101001001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54386; }

 p { color: rgb(197,67,134); }

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

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

 a { background-color: rgb(197,67,134); }

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

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

 span { border-color: rgb(197,67,134); }

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