#C84486

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

Shades of Mulberry #C84486

Tints of Mulberry #C84486

Color information

#C84486 (or 0xC84486) is unknown color: approx Mulberry. HEX triplet: C8, 44 and 86. RGB value is (200,68,134). Sum of RGB (Red+Green+Blue) = 200+68+134=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C84486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84486 is #37BB79. Grayscale: #727272. Windows color (decimal): -3652474 or 8799432. OLE color: 8799432.

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

Color convert

RGB20068134-
CMYK00.660.330.22
HSL330º54.55%52.55%-
HSV(B)330º66%78.43%-
XYZ30.1918.1324.46-
YUV114.99138.73188.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=49.75%
G=16.92%
B=33.33%

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
Decimal2006813400.660.330.2233054.5552.55
HexC84486042211614a3735
Octal310104206010241265126765
Binary110010001000100100001100100001010000110110101001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84486; }

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

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

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

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

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

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

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

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