COLOR #C56FA4

HEX: #C56FA4 RGB: (197,111,164)

Color info

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

RGB color model

#C56FA4 color RGB value is (197,111,164).

RGB: (197,111,164) (77%, 44%, 64%)

RGB channels and saturation

R 197 of 255 = 77%
G 111 of 255 = 44%
B 164 of 255 = 64%

197
111
164

R + G + B ~ 62%. #C56FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 111 + 164 = 472 (100%)
R 197 of 472 ~ 41.74%
G 111 of 472 ~ 23.52%
B 164 of 472 ~ 34.75'%

%41.74
%23.52
%34.75

CMYK color model

#C56FA4 color CMYK value is (0,44,17,23).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 16.75%
  • key color value is 22.75%

CMYK: (0,44,17,23)
C0M44Y17K23 (0%, 44%, 17%, 23%)
(0.00 / 0.44 / 0.17 / 0.23)

CMYK percentages

%0
%43.65
%16.75
%22.75

Codes

Color #C56FA4 in popluar color models

C5 6F A4
RGB 197 111 164
HSL 323° 42.57% 60.39%
HSB/HSV 323° 43.65% 77.25%
CMYK 0.00% 43.65% 16.75%
22.75%

Color #C56FA4 in popluar number systems.

HEX C5 6F A4
Decimal 197 111 164
Binary 11000101 1101111 10100100
Octal 305 157 244

Shades and tints

Shades of #C56FA4

#C56FA4
(197,111,164)
#B46596
(180,101,150)
#A35B88
(163,91,136)
#92517A
(146,81,122)
#81476C
(129,71,108)
#703D5E
(112,61,94)
#5F3350
(95,51,80)
#4E2942
(78,41,66)
#3D1F34
(61,31,52)
#2C1526
(44,21,38)
#1B0B18
(27,11,24)
#000000
(0,0,0)

Tints of #C56FA4

#C56FA4
(197,111,164)
#CA7CAC
(202,124,172)
#CF89B4
(207,137,180)
#D496BC
(212,150,188)
#D9A3C4
(217,163,196)
#DEB0CC
(222,176,204)
#E3BDD4
(227,189,212)
#E8CADC
(232,202,220)
#EDD7E4
(237,215,228)
#F2E4EC
(242,228,236)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56FA4; }

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

This text font color is #C56FA4.

Background Color

.myBgColor { background-color: #C56FA4; }

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

This div background color is #C56FA4.

Border color

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

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

This div border color is #C56FA4.

Opacity

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

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

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

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

This text has shadow with #C56FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56FA4.

Preview

Color preview on black background

This text has color #C56FA4 on black background.


Color preview on white background

This text has color #C56FA4 on white background.


Black color preview on #C56FA4 background

This text has black color on #C56FA4 background.


White color preview on #C56FA4 background

This text has white color on #C56FA4 background.


Related colors

Complementary color

Complementary color for #hex is #3A905B.


I love getcolorcode.com

Triadic colors

1 #A4C56F and #6FA4C5 with #C56FA4 are triadic colors.

2 #A46FC5 and #6FC5A4 with #C56FA4 are triadic colors.