#C64E8E

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

Shades of Mulberry #C64E8E

Tints of Mulberry #C64E8E

Color information

#C64E8E (or 0xC64E8E) is unknown color: approx Mulberry. HEX triplet: C6, 4E and 8E. RGB value is (198,78,142). Sum of RGB (Red+Green+Blue) = 198+78+142=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E8E is #39B171. Grayscale: #797979. Windows color (decimal): -3780978 or 9326278. OLE color: 9326278.

HSL color Cylindrical-coordinate representation of color #C64E8E: hue angle of 328º 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 #C64E8E is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB19878142-
CMYK00.610.280.22
HSL328º51.28%54.12%-
HSV(B)328º60.61%77.65%-
XYZ30.919.4127.71-
YUV121.18139.76182.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=47.37%
G=18.66%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987814200.610.280.2232851.2854.12
HexC64E8E03D1C161483336
Octal30611621607534265106366
Binary1100011010011101000111001111011110010110101001000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E8E; }

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

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

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

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

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

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

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

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