#C54886

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

Shades of Mulberry #C54886

Tints of Mulberry #C54886

Color information

#C54886 (or 0xC54886) is unknown color: approx Mulberry. HEX triplet: C5, 48 and 86. RGB value is (197,72,134). Sum of RGB (Red+Green+Blue) = 197+72+134=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C54886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54886 is #3AB779. Grayscale: #747474. Windows color (decimal): -3848058 or 8800453. OLE color: 8800453.

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

Color convert

RGB19772134-
CMYK00.630.320.23
HSL330.24º51.87%52.75%-
HSV(B)330.24º63.45%77.25%-
XYZ29.6518.2324.51-
YUV116.44137.91185.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=48.88%
G=17.87%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977213400.630.320.23330.2451.8752.75
HexC5488603F201714a3435
Octal30511020607740275126465
Binary11000101100100010000110011111110000010111101001010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54886; }

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

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

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

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

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

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

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

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