COLOR #C56F78

HEX: #C56F78 RGB: (197,111,120)

Color info

#C56F78 contains mainly red color. Web safe color of #C56F78 is #CC6666 (or #C66).

RGB color model

#C56F78 color RGB value is (197,111,120).

RGB: (197,111,120) (77%, 44%, 47%)

RGB channels and saturation

R 197 of 255 = 77%
G 111 of 255 = 44%
B 120 of 255 = 47%

197
111
120

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

Portions of RGB colors in percentages

R + G + B = 197 + 111 + 120 = 428 (100%)
R 197 of 428 ~ 46.03%
G 111 of 428 ~ 25.93%
B 120 of 428 ~ 28.04'%

%46.03
%25.93
%28.04

CMYK color model

#C56F78 color CMYK value is (0,44,39,23).

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

CMYK: (0,44,39,23)
C0M44Y39K23 (0%, 44%, 39%, 23%)
(0.00 / 0.44 / 0.39 / 0.23)

CMYK percentages

%0
%43.65
%39.09
%22.75

Codes

Color #C56F78 in popluar color models

C5 6F 78
RGB 197 111 120
HSL 354° 42.57% 60.39%
HSB/HSV 354° 43.65% 77.25%
CMYK 0.00% 43.65% 39.09%
22.75%

Color #C56F78 in popluar number systems.

HEX C5 6F 78
Decimal 197 111 120
Binary 11000101 1101111 1111000
Octal 305 157 170

Shades and tints

Shades of #C56F78

#C56F78
(197,111,120)
#B4656E
(180,101,110)
#A35B64
(163,91,100)
#92515A
(146,81,90)
#814750
(129,71,80)
#703D46
(112,61,70)
#5F333C
(95,51,60)
#4E2932
(78,41,50)
#3D1F28
(61,31,40)
#2C151E
(44,21,30)
#1B0B14
(27,11,20)
#000000
(0,0,0)

Tints of #C56F78

#C56F78
(197,111,120)
#CA7C84
(202,124,132)
#CF8990
(207,137,144)
#D4969C
(212,150,156)
#D9A3A8
(217,163,168)
#DEB0B4
(222,176,180)
#E3BDC0
(227,189,192)
#E8CACC
(232,202,204)
#EDD7D8
(237,215,216)
#F2E4E4
(242,228,228)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56F78; }

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

This text font color is #C56F78.

Background Color

.myBgColor { background-color: #C56F78; }

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

This div background color is #C56F78.

Border color

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

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

This div border color is #C56F78.

Opacity

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

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

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

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

This text has shadow with #C56F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56F78.

Preview

Color preview on black background

This text has color #C56F78 on black background.


Color preview on white background

This text has color #C56F78 on white background.


Black color preview on #C56F78 background

This text has black color on #C56F78 background.


White color preview on #C56F78 background

This text has white color on #C56F78 background.


Related colors

Complementary color

Complementary color for #hex is #3A9087.


I love getcolorcode.com

Triadic colors

1 #78C56F and #6F78C5 with #C56F78 are triadic colors.

2 #786FC5 and #6FC578 with #C56F78 are triadic colors.