COLOR #C564A4

HEX: #C564A4
RGB: (197,100,164)

Color info

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

RGB color model

#C564A4 color RGB value is (197,100,164).

  • red value is 197;
  • green value is 100;
  • blue value is 164.
RGB:
(197,100,164)
(77%,39%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 100 of 255 = 39%
B 164 of 255 = 64%

197
100
164

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

Portions of RGB colors in percentages

R + G + B =
197 + 100 + 164 = 461 (100%)
R 197 of 461 ~ 42.73%
G 100 of 461 ~ 21.69%
B 164 of 461 ~ 35.57%

%42.73
%21.69
%35.57

CMYK color model

#C564A4 color CMYK value is (0,49,17,23).

  • cyan value is 0.00%
  • magenta value is 49.24%
  • yellow value is 16.75%
  • key color value is 22.75%
CMYK:
(0,49,17,23)
C0M49Y17K23 
(0%,49%,17%,23%)
(0.00/0.49/0.17/0.23)	

CMYK percentages

%0
%49.24
%16.75
%22.75

Codes

Color #C564A4 in popluar color models

C564A4
RGB197100164
HSL320°45.54%58.24%
HSB/HSV320°49.24%77.25%
CMYK0.00%49.24%16.75%
22.75%

Color #C564A4 in popluar number systems.

HEXC564A4
Decimal197100164
Binary11000101110010010100100
Octal305144244

Shades and tints

Shades of #C564A4

#C564A4
(197,100,164)
#B45B96
(180,91,150)
#A35288
(163,82,136)
#92497A
(146,73,122)
#81406C
(129,64,108)
#70375E
(112,55,94)
#5F2E50
(95,46,80)
#4E2542
(78,37,66)
#3D1C34
(61,28,52)
#2C1326
(44,19,38)
#1B0A18
(27,10,24)
#000000
(0,0,0)

Tints of #C564A4

#C564A4
(197,100,164)
#CA72AC
(202,114,172)
#CF80B4
(207,128,180)
#D48EBC
(212,142,188)
#D99CC4
(217,156,196)
#DEAACC
(222,170,204)
#E3B8D4
(227,184,212)
#E8C6DC
(232,198,220)
#EDD4E4
(237,212,228)
#F2E2EC
(242,226,236)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C564A4 color. Also use rgb(197,100,164) instead hex code.

Text Font Color

.myTextColor { color: #C564A4; }

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

This text font color is #C564A4.


Background Color

.myBgColor { background-color: #C564A4; }

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

This div background color is #C564A4.


Border color

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

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

This div border color is #C564A4.


Opacity

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

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

Text with #C564A4 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 #C564A4;}

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

This text has shadow with #C564A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C564A4 on black background.


Color preview on white background

This text has color #C564A4 on white background.



Black color preview on #C564A4 background

This text has black color on #C564A4 background.


White color preview on #C564A4 background

This text has white color on #C564A4 background.