#C64890

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

Shades of Mulberry #C64890

Tints of Mulberry #C64890

Color information

#C64890 (or 0xC64890) is unknown color: approx Mulberry. HEX triplet: C6, 48 and 90. RGB value is (198,72,144). Sum of RGB (Red+Green+Blue) = 198+72+144=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64890 is #39B76F. Grayscale: #757575. Windows color (decimal): -3782512 or 9455814. OLE color: 9455814.

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

Color convert

RGB19872144-
CMYK00.640.270.22
HSL325.71º52.5%52.94%-
HSV(B)325.71º63.64%77.65%-
XYZ30.6418.6528.37-
YUV117.88142.74185.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=47.83%
G=17.39%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987214400.640.270.22325.7152.552.94
HexC648900401B161463535
Octal306110220010033265066565
Binary11000110100100010010000010000001101110110101000110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64890; }

 p { color: rgb(198,72,144); }

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

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

 a { background-color: rgb(198,72,144); }

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

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

 span { border-color: rgb(198,72,144); }

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