COLOR #C56797

HEX: #C56797
RGB: (197,103,151)

Color info

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

RGB color model

#C56797 color RGB value is (197,103,151).

  • red value is 197;
  • green value is 103;
  • blue value is 151.
RGB:
(197,103,151)
(77%,40%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 103 of 255 = 40%
B 151 of 255 = 59%

197
103
151

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

Portions of RGB colors in percentages

R + G + B =
197 + 103 + 151 = 451 (100%)
R 197 of 451 ~ 43.68%
G 103 of 451 ~ 22.84%
B 151 of 451 ~ 33.48%

%43.68
%22.84
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.72%
  • yellow value is 23.35%
  • key color value is 22.75%
CMYK:
(0,48,23,23)
C0M48Y23K23 
(0%,48%,23%,23%)
(0.00/0.48/0.23/0.23)	

CMYK percentages

%0
%47.72
%23.35
%22.75

Codes

Color #C56797 in popluar color models

C56797
RGB197103151
HSL329°44.76%58.82%
HSB/HSV329°47.72%77.25%
CMYK0.00%47.72%23.35%
22.75%

Color #C56797 in popluar number systems.

HEXC56797
Decimal197103151
Binary11000101110011110010111
Octal305147227

Shades and tints

Shades of #C56797

#C56797
(197,103,151)
#B45E8A
(180,94,138)
#A3557D
(163,85,125)
#924C70
(146,76,112)
#814363
(129,67,99)
#703A56
(112,58,86)
#5F3149
(95,49,73)
#4E283C
(78,40,60)
#3D1F2F
(61,31,47)
#2C1622
(44,22,34)
#1B0D15
(27,13,21)
#000000
(0,0,0)

Tints of #C56797

#C56797
(197,103,151)
#CA74A0
(202,116,160)
#CF81A9
(207,129,169)
#D48EB2
(212,142,178)
#D99BBB
(217,155,187)
#DEA8C4
(222,168,196)
#E3B5CD
(227,181,205)
#E8C2D6
(232,194,214)
#EDCFDF
(237,207,223)
#F2DCE8
(242,220,232)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56797; }

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

This text font color is #C56797.


Background Color

.myBgColor { background-color: #C56797; }

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

This div background color is #C56797.


Border color

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

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

This div border color is #C56797.


Opacity

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

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

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

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

This text has shadow with #C56797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56797 on black background.


Color preview on white background

This text has color #C56797 on white background.



Black color preview on #C56797 background

This text has black color on #C56797 background.


White color preview on #C56797 background

This text has white color on #C56797 background.