#C64CA4

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

Shades of Mulberry #C64CA4

Tints of Mulberry #C64CA4

Color information

#C64CA4 (or 0xC64CA4) is unknown color: approx Mulberry. HEX triplet: C6, 4C and A4. RGB value is (198,76,164). Sum of RGB (Red+Green+Blue) = 198+76+164=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CA4 is #39B35B. Grayscale: #7A7A7A. Windows color (decimal): -3781468 or 10767558. OLE color: 10767558.

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

Color convert

RGB19876164-
CMYK00.620.170.22
HSL316.72º51.69%53.73%-
HSV(B)316.72º61.62%77.65%-
XYZ32.5719.8537.24-
YUV122.51151.42181.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=45.21%
G=17.35%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987616400.620.170.22316.7251.6953.73
HexC64CA403E111613d3436
Octal30611424407621264756466
Binary1100011010011001010010001111101000110110100111101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CA4; }

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

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

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

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

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

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

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

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