#C64CA0

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

Shades of Mulberry #C64CA0

Tints of Mulberry #C64CA0

Color information

#C64CA0 (or 0xC64CA0) is unknown color: approx Mulberry. HEX triplet: C6, 4C and A0. RGB value is (198,76,160). Sum of RGB (Red+Green+Blue) = 198+76+160=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CA0 is #39B35F. Grayscale: #797979. Windows color (decimal): -3781472 or 10505414. OLE color: 10505414.

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

Color convert

RGB19876160-
CMYK00.620.190.22
HSL318.69º51.69%53.73%-
HSV(B)318.69º61.62%77.65%-
XYZ32.2219.7135.36-
YUV122.05149.42182.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 76 (30.08% from 255) = 17.51%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=45.62%
G=17.51%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987616000.620.190.22318.6951.6953.73
HexC64CA003E131613f3436
Octal30611424007623264776466
Binary1100011010011001010000001111101001110110100111111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CA0; }

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

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

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

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

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

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

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

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