COLOR #C064A0

HEX: #C064A0
RGB: (192,100,160)

Color info

#C064A0 contains mainly red and blue colors. Web safe color of #C064A0 is #CC6699 (or #C69).

RGB color model

#C064A0 color RGB value is (192,100,160).

  • red value is 192;
  • green value is 100;
  • blue value is 160.
RGB:
(192,100,160)
(75%,39%,63%)

RGB channels and saturation

R 192 of 255 = 75%
G 100 of 255 = 39%
B 160 of 255 = 63%

192
100
160

R + G + B ~ 59%. #C064A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 100 + 160 = 452 (100%)
R 192 of 452 ~ 42.48%
G 100 of 452 ~ 22.12%
B 160 of 452 ~ 35.4%

%42.48
%22.12
%35.4

CMYK color model

#C064A0 color CMYK value is (0,48,17,25).

  • cyan value is 0.00%
  • magenta value is 47.92%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK:
(0,48,17,25)
C0M48Y17K25 
(0%,48%,17%,25%)
(0.00/0.48/0.17/0.25)	

CMYK percentages

%0
%47.92
%16.67
%24.71

Codes

Color #C064A0 in popluar color models

C064A0
RGB192100160
HSL321°42.20%57.25%
HSB/HSV321°47.92%75.29%
CMYK0.00%47.92%16.67%
24.71%

Color #C064A0 in popluar number systems.

HEXC064A0
Decimal192100160
Binary11000000110010010100000
Octal300144240

Shades and tints

Shades of #C064A0

#C064A0
(192,100,160)
#AF5B92
(175,91,146)
#9E5284
(158,82,132)
#8D4976
(141,73,118)
#7C4068
(124,64,104)
#6B375A
(107,55,90)
#5A2E4C
(90,46,76)
#49253E
(73,37,62)
#381C30
(56,28,48)
#271322
(39,19,34)
#160A14
(22,10,20)
#000000
(0,0,0)

Tints of #C064A0

#C064A0
(192,100,160)
#C572A8
(197,114,168)
#CA80B0
(202,128,176)
#CF8EB8
(207,142,184)
#D49CC0
(212,156,192)
#D9AAC8
(217,170,200)
#DEB8D0
(222,184,208)
#E3C6D8
(227,198,216)
#E8D4E0
(232,212,224)
#EDE2E8
(237,226,232)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C064A0 color. Also use rgb(192,100,160) instead hex code.

Text Font Color

.myTextColor { color: #C064A0; }

<p style="color:#C064A0">This sample text font color is #C064A0.</p>

This text font color is #C064A0.


Background Color

.myBgColor { background-color: #C064A0; }

<div style="background-color:#C064A0">Inner text</div>

This div background color is #C064A0.


Border color

.myBorderColor { border: 1px solid #C064A0; }

<div style="border:3px solid #C064A0">Div</div>

This div border color is #C064A0.


Opacity

.myOpacity80 { color: #C064A0; opacity: 0.8; }

<p style="color:#C064A0;opacity:0.8;">80%</p>

Text with #C064A0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C064A0;}

<p style="text-shadow: 3px 3px 1px #C064A0">Text here.</p>

This text has shadow with #C064A0 color.

.textShadow {text-shadow: 3px 3px 1px #C064A0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C064A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #C064A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C064A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C064A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #C064A0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C064A0;
  -webkit-box-shadow:	1px 1px 3px 2px #C064A0;
  box-shadow:		1px 1px 3px 2px #C064A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C064A0;
-webkit-box-shadow: 1px 1px 3px 2px #C064A0;
box-shadow:1px 1px 3px 2px #C064A0;">
Div content here</div>
This div box has shadow with color #C064A0.

Preview

Color preview on black background

This text has color #C064A0 on black background.


Color preview on white background

This text has color #C064A0 on white background.



Black color preview on #C064A0 background

This text has black color on #C064A0 background.


White color preview on #C064A0 background

This text has white color on #C064A0 background.