#C64CA3

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

Shades of Mulberry #C64CA3

Tints of Mulberry #C64CA3

Color information

#C64CA3 (or 0xC64CA3) is unknown color: approx Mulberry. HEX triplet: C6, 4C and A3. RGB value is (198,76,163). Sum of RGB (Red+Green+Blue) = 198+76+163=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CA3 is #39B35C. Grayscale: #7A7A7A. Windows color (decimal): -3781469 or 10702022. OLE color: 10702022.

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

Color convert

RGB19876163-
CMYK00.620.180.22
HSL317.21º51.69%53.73%-
HSV(B)317.21º61.62%77.65%-
XYZ32.4819.8236.76-
YUV122.4150.92181.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=45.31%
G=17.39%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987616300.620.180.22317.2151.6953.73
HexC64CA303E121613d3436
Octal30611424307622264756466
Binary1100011010011001010001101111101001010110100111101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CA3; }

 p { color: rgb(198,76,163); }

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

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

 a { background-color: rgb(198,76,163); }

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

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

 span { border-color: rgb(198,76,163); }

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