#c84586

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

Shades of Mulberry #C84586

Tints of Mulberry #C84586

Color information

#C84586 (or 0xC84586) is unknown color: approx Mulberry. HEX triplet: C8, 45 and 86. RGB value is (200,69,134). Sum of RGB (Red+Green+Blue) = 200+69+134=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C84586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84586 is #37BA79. Grayscale: #737373. Windows color (decimal): -3652218 or 8799688. OLE color: 8799688.

HSL color Cylindrical-coordinate representation of color #C84586: hue angle of 330.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84586 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB20069134-
CMYK00.660.330.22
HSL330.23º54.36%52.75%-
HSV(B)330.23º65.5%78.43%-
XYZ30.2518.2624.48-
YUV115.58138.4188.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.63%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=49.63%
G=17.12%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006913400.660.330.22330.2354.3652.75
HexC84586042211614a3635
Octal310105206010241265126665
Binary110010001000101100001100100001010000110110101001010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84586; }

 p { color: rgb(200,69,134); }

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

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

 a { background-color: rgb(200,69,134); }

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

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

 span { border-color: rgb(200,69,134); }

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