#C64D96

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

Shades of Mulberry #C64D96

Tints of Mulberry #C64D96

Color information

#C64D96 (or 0xC64D96) is unknown color: approx Mulberry. HEX triplet: C6, 4D and 96. RGB value is (198,77,150). Sum of RGB (Red+Green+Blue) = 198+77+150=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D96 is #39B269. Grayscale: #797979. Windows color (decimal): -3781226 or 9850310. OLE color: 9850310.

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

Color convert

RGB19877150-
CMYK00.610.240.22
HSL323.8º51.49%53.92%-
HSV(B)323.8º61.11%77.65%-
XYZ31.4519.5230.96-
YUV121.5144.09182.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=46.59%
G=18.12%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987715000.610.240.22323.851.4953.92
HexC64D9603D18161443336
Octal30611522607530265046366
Binary1100011010011011001011001111011100010110101000100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64D96; }

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

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

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

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

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

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

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

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