COLOR #C56C94

HEX: #C56C94
RGB: (197,108,148)

Color info

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

RGB color model

#C56C94 color RGB value is (197,108,148).

  • red value is 197;
  • green value is 108;
  • blue value is 148.
RGB:
(197,108,148)
(77%,42%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 108 of 255 = 42%
B 148 of 255 = 58%

197
108
148

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

Portions of RGB colors in percentages

R + G + B =
197 + 108 + 148 = 453 (100%)
R 197 of 453 ~ 43.49%
G 108 of 453 ~ 23.84%
B 148 of 453 ~ 32.67%

%43.49
%23.84
%32.67

CMYK color model

#C56C94 color CMYK value is (0,45,25,23).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 24.87%
  • key color value is 22.75%
CMYK:
(0,45,25,23)
C0M45Y25K23 
(0%,45%,25%,23%)
(0.00/0.45/0.25/0.23)	

CMYK percentages

%0
%45.18
%24.87
%22.75

Codes

Color #C56C94 in popluar color models

C56C94
RGB197108148
HSL333°43.41%59.80%
HSB/HSV333°45.18%77.25%
CMYK0.00%45.18%24.87%
22.75%

Color #C56C94 in popluar number systems.

HEXC56C94
Decimal197108148
Binary11000101110110010010100
Octal305154224

Shades and tints

Shades of #C56C94

#C56C94
(197,108,148)
#B46387
(180,99,135)
#A35A7A
(163,90,122)
#92516D
(146,81,109)
#814860
(129,72,96)
#703F53
(112,63,83)
#5F3646
(95,54,70)
#4E2D39
(78,45,57)
#3D242C
(61,36,44)
#2C1B1F
(44,27,31)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #C56C94

#C56C94
(197,108,148)
#CA799D
(202,121,157)
#CF86A6
(207,134,166)
#D493AF
(212,147,175)
#D9A0B8
(217,160,184)
#DEADC1
(222,173,193)
#E3BACA
(227,186,202)
#E8C7D3
(232,199,211)
#EDD4DC
(237,212,220)
#F2E1E5
(242,225,229)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56C94; }

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

This text font color is #C56C94.


Background Color

.myBgColor { background-color: #C56C94; }

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

This div background color is #C56C94.


Border color

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

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

This div border color is #C56C94.


Opacity

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

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

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

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

This text has shadow with #C56C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56C94 on black background.


Color preview on white background

This text has color #C56C94 on white background.



Black color preview on #C56C94 background

This text has black color on #C56C94 background.


White color preview on #C56C94 background

This text has white color on #C56C94 background.