#c64788

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

Shades of Mulberry #C64788

Tints of Mulberry #C64788

Color information

#C64788 (or 0xC64788) is unknown color: approx Mulberry. HEX triplet: C6, 47 and 88. RGB value is (198,71,136). Sum of RGB (Red+Green+Blue) = 198+71+136=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64788 is #39B877. Grayscale: #747474. Windows color (decimal): -3782776 or 8931270. OLE color: 8931270.

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

Color convert

RGB19871136-
CMYK00.640.310.22
HSL329.29º52.7%52.75%-
HSV(B)329.29º64.14%77.65%-
XYZ29.9918.2925.24-
YUV116.38139.08186.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=48.89%
G=17.53%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987113600.640.310.22329.2952.752.75
HexC647880401F161493535
Octal306107210010037265116565
Binary11000110100011110001000010000001111110110101001001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64788; }

 p { color: rgb(198,71,136); }

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

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

 a { background-color: rgb(198,71,136); }

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

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

 span { border-color: rgb(198,71,136); }

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