#C64993

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

Shades of Mulberry #C64993

Tints of Mulberry #C64993

Color information

#C64993 (or 0xC64993) is unknown color: approx Mulberry. HEX triplet: C6, 49 and 93. RGB value is (198,73,147). Sum of RGB (Red+Green+Blue) = 198+73+147=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C64993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64993 is #39B66C. Grayscale: #767676. Windows color (decimal): -3782253 or 9652678. OLE color: 9652678.

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

Color convert

RGB19873147-
CMYK00.630.260.22
HSL324.48º52.3%53.14%-
HSV(B)324.48º63.13%77.65%-
XYZ30.9418.8829.62-
YUV118.81143.91184.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=47.37%
G=17.46%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987314700.630.260.22324.4852.353.14
HexC6499303F1A161443435
Octal30611122307732265046465
Binary1100011010010011001001101111111101010110101000100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64993; }

 p { color: rgb(198,73,147); }

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

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

 a { background-color: rgb(198,73,147); }

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

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

 span { border-color: rgb(198,73,147); }

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