COLOR #C56FA7

HEX: #C56FA7 RGB: (197,111,167)

Color info

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

RGB color model

#C56FA7 color RGB value is (197,111,167).

RGB: (197,111,167) (77%, 44%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 111 of 255 = 44%
B 167 of 255 = 65%

197
111
167

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

Portions of RGB colors in percentages

R + G + B = 197 + 111 + 167 = 475 (100%)
R 197 of 475 ~ 41.47%
G 111 of 475 ~ 23.37%
B 167 of 475 ~ 35.16'%

%41.47
%23.37
%35.16

CMYK color model

#C56FA7 color CMYK value is (0,44,15,23).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK: (0,44,15,23) C0M44Y15K23 (0%,44%,15%,23%) (0.00/0.44/0.15/0.23) 

CMYK percentages

%0
%43.65
%15.23
%22.75

Codes

Color #C56FA7 in popluar color models

C5 6F A7
RGB 197 111 167
HSL 321° 42.57% 60.39%
HSB/HSV 321° 43.65% 77.25%
CMYK 0.00% 43.65% 15.23%
22.75%

Color #C56FA7 in popluar number systems.

HEX C5 6F A7
Decimal 197 111 167
Binary 11000101 1101111 10100111
Octal 305 157 247

Shades and tints

Shades of #C56FA7

#C56FA7
(197,111,167)
#B46598
(180,101,152)
#A35B89
(163,91,137)
#92517A
(146,81,122)
#81476B
(129,71,107)
#703D5C
(112,61,92)
#5F334D
(95,51,77)
#4E293E
(78,41,62)
#3D1F2F
(61,31,47)
#2C1520
(44,21,32)
#1B0B11
(27,11,17)
#000000
(0,0,0)

Tints of #C56FA7

#C56FA7
(197,111,167)
#CA7CAF
(202,124,175)
#CF89B7
(207,137,183)
#D496BF
(212,150,191)
#D9A3C7
(217,163,199)
#DEB0CF
(222,176,207)
#E3BDD7
(227,189,215)
#E8CADF
(232,202,223)
#EDD7E7
(237,215,231)
#F2E4EF
(242,228,239)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56FA7; }

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

This text font color is #C56FA7.

Background Color

.myBgColor { background-color: #C56FA7; }

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

This div background color is #C56FA7.

Border color

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

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

This div border color is #C56FA7.

Opacity

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

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

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

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

This text has shadow with #C56FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56FA7.

Preview

Color preview on black background

This text has color #C56FA7 on black background.


Color preview on white background

This text has color #C56FA7 on white background.


Black color preview on #C56FA7 background

This text has black color on #C56FA7 background.


White color preview on #C56FA7 background

This text has white color on #C56FA7 background.


Related colors

Complementary color

Complementary color for #hex is #3A9058.


I love getcolorcode.com

Triadic colors

1 #A7C56F and #6FA7C5 with #C56FA7 are triadic colors.

2 #A76FC5 and #6FC5A7 with #C56FA7 are triadic colors.