#C54087

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

Shades of Mulberry #C54087

Tints of Mulberry #C54087

Color information

#C54087 (or 0xC54087) is unknown color: approx Mulberry. HEX triplet: C5, 40 and 87. RGB value is (197,64,135). Sum of RGB (Red+Green+Blue) = 197+64+135=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54087 is #3ABF78. Grayscale: #6F6F6F. Windows color (decimal): -3850105 or 8863941. OLE color: 8863941.

HSL color Cylindrical-coordinate representation of color #C54087: hue angle of 327.97º 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 #C54087 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB19764135-
CMYK00.680.310.23
HSL327.97º53.41%51.18%-
HSV(B)327.97º67.51%77.25%-
XYZ29.2317.2924.72-
YUV111.86141.06188.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 64 (25.39% from 255) = 16.16%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=49.75%
G=16.16%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976413500.680.310.23327.9753.4151.18
HexC540870441F171483533
Octal305100207010437275106563
Binary11000101100000010000111010001001111110111101001000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54087; }

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

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

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

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

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

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

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

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