COLOR #C56794

HEX: #C56794 RGB: (197,103,148)

Color info

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

RGB color model

#C56794 color RGB value is (197,103,148).

RGB: (197,103,148) (77%, 40%, 58%)

RGB channels and saturation

R 197 of 255 = 77%
G 103 of 255 = 40%
B 148 of 255 = 58%

197
103
148

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

Portions of RGB colors in percentages

R + G + B = 197 + 103 + 148 = 448 (100%)
R 197 of 448 ~ 43.97%
G 103 of 448 ~ 22.99%
B 148 of 448 ~ 33.04'%

%43.97
%22.99
%33.04

CMYK color model

#C56794 color CMYK value is (0,48,25,23).

  • cyan value is 0.00%
  • magenta value is 47.72%
  • yellow value is 24.87%
  • key color value is 22.75%

CMYK: (0,48,25,23)
C0M48Y25K23 (0%, 48%, 25%, 23%)
(0.00 / 0.48 / 0.25 / 0.23)

CMYK percentages

%0
%47.72
%24.87
%22.75

Codes

Color #C56794 in popluar color models

C5 67 94
RGB 197 103 148
HSL 331° 44.76% 58.82%
HSB/HSV 331° 47.72% 77.25%
CMYK 0.00% 47.72% 24.87%
22.75%

Color #C56794 in popluar number systems.

HEX C5 67 94
Decimal 197 103 148
Binary 11000101 1100111 10010100
Octal 305 147 224

Shades and tints

Shades of #C56794

#C56794
(197,103,148)
#B45E87
(180,94,135)
#A3557A
(163,85,122)
#924C6D
(146,76,109)
#814360
(129,67,96)
#703A53
(112,58,83)
#5F3146
(95,49,70)
#4E2839
(78,40,57)
#3D1F2C
(61,31,44)
#2C161F
(44,22,31)
#1B0D12
(27,13,18)
#000000
(0,0,0)

Tints of #C56794

#C56794
(197,103,148)
#CA749D
(202,116,157)
#CF81A6
(207,129,166)
#D48EAF
(212,142,175)
#D99BB8
(217,155,184)
#DEA8C1
(222,168,193)
#E3B5CA
(227,181,202)
#E8C2D3
(232,194,211)
#EDCFDC
(237,207,220)
#F2DCE5
(242,220,229)
#F7E9EE
(247,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56794 color. Also use rgb(197,103,148) instead hex code.

Text Font Color

.myTextColor { color: #C56794; }

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

This text font color is #C56794.

Background Color

.myBgColor { background-color: #C56794; }

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

This div background color is #C56794.

Border color

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

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

This div border color is #C56794.

Opacity

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

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

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

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

This text has shadow with #C56794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56794.

Preview

Color preview on black background

This text has color #C56794 on black background.


Color preview on white background

This text has color #C56794 on white background.


Black color preview on #C56794 background

This text has black color on #C56794 background.


White color preview on #C56794 background

This text has white color on #C56794 background.


Related colors

Complementary color

Complementary color for #hex is #3A986B.


I love getcolorcode.com

Triadic colors

1 #94C567 and #6794C5 with #C56794 are triadic colors.

2 #9467C5 and #67C594 with #C56794 are triadic colors.