#C64D80

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

Shades of Mulberry #C64D80

Tints of Mulberry #C64D80

Color information

#C64D80 (or 0xC64D80) is unknown color: approx Mulberry. HEX triplet: C6, 4D and 80. RGB value is (198,77,128). Sum of RGB (Red+Green+Blue) = 198+77+128=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D80 is #39B27F. Grayscale: #767676. Windows color (decimal): -3781248 or 8408518. OLE color: 8408518.

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

Color convert

RGB19877128-
CMYK00.610.350.22
HSL334.71º51.49%53.92%-
HSV(B)334.71º61.11%77.65%-
XYZ29.8418.8722.49-
YUV118.99133.09184.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=49.13%
G=19.11%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987712800.610.350.22334.7151.4953.92
HexC64D8003D231614f3336
Octal30611520007543265176366
Binary11000110100110110000000011110110001110110101001111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64D80; }

 p { color: rgb(198,77,128); }

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

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

 a { background-color: rgb(198,77,128); }

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

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

 span { border-color: rgb(198,77,128); }

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