#C64E86

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

Shades of Mulberry #C64E86

Tints of Mulberry #C64E86

Color information

#C64E86 (or 0xC64E86) is unknown color: approx Mulberry. HEX triplet: C6, 4E and 86. RGB value is (198,78,134). Sum of RGB (Red+Green+Blue) = 198+78+134=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E86 is #39B179. Grayscale: #787878. Windows color (decimal): -3780986 or 8801990. OLE color: 8801990.

HSL color Cylindrical-coordinate representation of color #C64E86: hue angle of 332º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E86 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB19878134-
CMYK00.610.320.22
HSL332º51.28%54.12%-
HSV(B)332º60.61%77.65%-
XYZ30.3219.1824.66-
YUV120.26135.76183.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 78 (30.86% from 255) = 19.02%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=48.29%
G=19.02%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987813400.610.320.2233251.2854.12
HexC64E8603D201614c3336
Octal30611620607540265146366
Binary11000110100111010000110011110110000010110101001100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E86; }

 p { color: rgb(198,78,134); }

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

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

 a { background-color: rgb(198,78,134); }

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

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

 span { border-color: rgb(198,78,134); }

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