#C540A5

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

Shades of Mulberry #C540A5

Tints of Mulberry #C540A5

Color information

#C540A5 (or 0xC540A5) is unknown color: approx Mulberry. HEX triplet: C5, 40 and A5. RGB value is (197,64,165). Sum of RGB (Red+Green+Blue) = 197+64+165=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C540A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540A5 is #3ABF5A. Grayscale: #737373. Windows color (decimal): -3850075 or 10830021. OLE color: 10830021.

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

Color convert

RGB19764165-
CMYK00.680.160.23
HSL314.44º53.41%51.18%-
HSV(B)314.44º67.51%77.25%-
XYZ31.6518.2537.45-
YUV115.28156.06186.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=46.24%
G=15.02%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976416500.680.160.23314.4453.4151.18
HexC540A5044101713a3533
Octal305100245010420274726563
Binary11000101100000010100101010001001000010111100111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C540A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C540A5; }

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

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

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

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

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

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

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

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