#C64486

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

Shades of Mulberry #C64486

Tints of Mulberry #C64486

Color information

#C64486 (or 0xC64486) is unknown color: approx Mulberry. HEX triplet: C6, 44 and 86. RGB value is (198,68,134). Sum of RGB (Red+Green+Blue) = 198+68+134=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64486 is #39BB79. Grayscale: #727272. Windows color (decimal): -3783546 or 8799430. OLE color: 8799430.

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

Color convert

RGB19868134-
CMYK00.660.320.22
HSL329.54º53.28%52.16%-
HSV(B)329.54º65.66%77.65%-
XYZ29.6617.8624.44-
YUV114.39139.07187.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 68 (26.95% from 255) = 17%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=49.5%
G=17%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986813400.660.320.22329.5453.2852.16
HexC64486042201614a3534
Octal306104206010240265126564
Binary110001101000100100001100100001010000010110101001010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64486; }

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

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

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

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

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

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

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

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