#c64696

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

Shades of Mulberry #C64696

Tints of Mulberry #C64696

Color information

#C64696 (or 0xC64696) is unknown color: approx Mulberry. HEX triplet: C6, 46 and 96. RGB value is (198,70,150). Sum of RGB (Red+Green+Blue) = 198+70+150=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C64696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64696 is #39B969. Grayscale: #757575. Windows color (decimal): -3783018 or 9848518. OLE color: 9848518.

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

Color convert

RGB19870150-
CMYK00.650.240.22
HSL322.5º52.89%52.55%-
HSV(B)322.5º64.65%77.65%-
XYZ30.9818.5930.81-
YUV117.39146.41185.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.37%
GREEN value IS 70 (27.73% from 255) = 16.75%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=47.37%
G=16.75%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987015000.650.240.22322.552.8952.55
HexC6469604118161423535
Octal306106226010130265026565
Binary11000110100011010010110010000011100010110101000010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64696; }

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

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

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

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

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

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

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

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