#C64196

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

Shades of Mulberry #C64196

Tints of Mulberry #C64196

Color information

#C64196 (or 0xC64196) is unknown color: approx Mulberry. HEX triplet: C6, 41 and 96. RGB value is (198,65,150). Sum of RGB (Red+Green+Blue) = 198+65+150=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C64196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64196 is #39BE69. Grayscale: #727272. Windows color (decimal): -3784298 or 9847238. OLE color: 9847238.

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

Color convert

RGB19865150-
CMYK00.670.240.22
HSL321.65º53.85%51.57%-
HSV(B)321.65º67.17%77.65%-
XYZ30.6817.9930.71-
YUV114.46148.06187.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=47.94%
G=15.74%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986515000.670.240.22321.6553.8551.57
HexC6419604318161423634
Octal306101226010330265026664
Binary11000110100000110010110010000111100010110101000010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64196; }

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

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

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

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

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

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

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

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