#C64FA0

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

Shades of Mulberry #C64FA0

Tints of Mulberry #C64FA0

Color information

#C64FA0 (or 0xC64FA0) is unknown color: approx Mulberry. HEX triplet: C6, 4F and A0. RGB value is (198,79,160). Sum of RGB (Red+Green+Blue) = 198+79+160=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FA0 is #39B05F. Grayscale: #7B7B7B. Windows color (decimal): -3780704 or 10506182. OLE color: 10506182.

HSL color Cylindrical-coordinate representation of color #C64FA0: hue angle of 319.16º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64FA0 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB19879160-
CMYK00.600.190.22
HSL319.16º51.07%54.31%-
HSV(B)319.16º60.1%77.65%-
XYZ32.4320.1435.44-
YUV123.82148.42180.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 79 (31.25% from 255) = 18.08%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=45.31%
G=18.08%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987916000.600.190.22319.1651.0754.31
HexC64FA003C131613f3336
Octal30611724007423264776366
Binary1100011010011111010000001111001001110110100111111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64FA0; }

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

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

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

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

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

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

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

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