#C0578C

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

Shades of Mulberry #C0578C

Tints of Mulberry #C0578C

Color information

#C0578C (or 0xC0578C) is unknown color: approx Mulberry. HEX triplet: C0, 57 and 8C. RGB value is (192,87,140). Sum of RGB (Red+Green+Blue) = 192+87+140=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0578C is #3FA873. Grayscale: #7C7C7C. Windows color (decimal): -4171892 or 9197504. OLE color: 9197504.

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

Color convert

RGB19287140-
CMYK00.550.270.25
HSL329.71º45.45%54.71%-
HSV(B)329.71º54.69%75.29%-
XYZ29.8819.9227.08-
YUV124.44136.79176.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=45.82%
G=20.76%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928714000.550.270.25329.7145.4554.71
HexC0578C0371B1914a2d37
Octal30012721406733315125567
Binary1100000010101111000110001101111101111001101001010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0578C; }

 p { color: rgb(192,87,140); }

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

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

 a { background-color: rgb(192,87,140); }

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

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

 span { border-color: rgb(192,87,140); }

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