#C0518D

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

Shades of Mulberry #C0518D

Tints of Mulberry #C0518D

Color information

#C0518D (or 0xC0518D) is unknown color: approx Mulberry. HEX triplet: C0, 51 and 8D. RGB value is (192,81,141). Sum of RGB (Red+Green+Blue) = 192+81+141=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0518D is #3FAE72. Grayscale: #787878. Windows color (decimal): -4173427 or 9261504. OLE color: 9261504.

HSL color Cylindrical-coordinate representation of color #C0518D: hue angle of 327.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0518D is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19281141-
CMYK00.580.270.25
HSL327.57º46.84%53.53%-
HSV(B)327.57º57.81%75.29%-
XYZ29.4919.0127.32-
YUV121.03139.27178.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=46.38%
G=19.57%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928114100.580.270.25327.5746.8453.53
HexC0518D03A1B191482f36
Octal30012121507233315105766
Binary1100000010100011000110101110101101111001101001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0518D; }

 p { color: rgb(192,81,141); }

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

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

 a { background-color: rgb(192,81,141); }

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

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

 span { border-color: rgb(192,81,141); }

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