#C64991

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

Shades of Mulberry #C64991

Tints of Mulberry #C64991

Color information

#C64991 (or 0xC64991) is unknown color: approx Mulberry. HEX triplet: C6, 49 and 91. RGB value is (198,73,145). Sum of RGB (Red+Green+Blue) = 198+73+145=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64991 is #39B66E. Grayscale: #767676. Windows color (decimal): -3782255 or 9521606. OLE color: 9521606.

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

Color convert

RGB19873145-
CMYK00.630.270.22
HSL325.44º52.3%53.14%-
HSV(B)325.44º63.13%77.65%-
XYZ30.7818.8228.8-
YUV118.58142.91184.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.60%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=47.60%
G=17.55%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987314500.630.270.22325.4452.353.14
HexC6499103F1B161453435
Octal30611122107733265056465
Binary1100011010010011001000101111111101110110101000101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64991; }

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

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

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

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

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

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

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

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