#C0518A

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

Shades of Mulberry #C0518A

Tints of Mulberry #C0518A

Color information

#C0518A (or 0xC0518A) is unknown color: approx Mulberry. HEX triplet: C0, 51 and 8A. RGB value is (192,81,138). Sum of RGB (Red+Green+Blue) = 192+81+138=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0518A is #3FAE75. Grayscale: #787878. Windows color (decimal): -4173430 or 9064896. OLE color: 9064896.

HSL color Cylindrical-coordinate representation of color #C0518A: hue angle of 329.19º 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 #C0518A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19281138-
CMYK00.580.280.25
HSL329.19º46.84%53.53%-
HSV(B)329.19º57.81%75.29%-
XYZ29.2718.9326.16-
YUV120.69137.77178.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=46.72%
G=19.71%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928113800.580.280.25329.1946.8453.53
HexC0518A03A1C191492f36
Octal30012121207234315115766
Binary1100000010100011000101001110101110011001101001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0518A; }

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

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

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

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

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

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

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

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