COLOR #C5566B

HEX: #C5566B RGB: (197,86,107)

Color info

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

RGB color model

#C5566B color RGB value is (197,86,107).

RGB: (197,86,107) (77%, 34%, 42%)

RGB channels and saturation

R 197 of 255 = 77%
G 86 of 255 = 34%
B 107 of 255 = 42%

197
86
107

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

Portions of RGB colors in percentages

R + G + B = 197 + 86 + 107 = 390 (100%)
R 197 of 390 ~ 50.51%
G 86 of 390 ~ 22.05%
B 107 of 390 ~ 27.44'%

%50.51
%22.05
%27.44

CMYK color model

#C5566B color CMYK value is (0,56,46,23).

  • cyan value is 0.00%
  • magenta value is 56.35%
  • yellow value is 45.69%
  • key color value is 22.75%

CMYK: (0,56,46,23)
C0M56Y46K23 (0%, 56%, 46%, 23%)
(0.00 / 0.56 / 0.46 / 0.23)

CMYK percentages

%0
%56.35
%45.69
%22.75

Codes

Color #C5566B in popluar color models

C5 56 6B
RGB 197 86 107
HSL 349° 48.90% 55.49%
HSB/HSV 349° 56.35% 77.25%
CMYK 0.00% 56.35% 45.69%
22.75%

Color #C5566B in popluar number systems.

HEX C5 56 6B
Decimal 197 86 107
Binary 11000101 1010110 1101011
Octal 305 126 153

Shades and tints

Shades of #C5566B

#C5566B
(197,86,107)
#B44F62
(180,79,98)
#A34859
(163,72,89)
#924150
(146,65,80)
#813A47
(129,58,71)
#70333E
(112,51,62)
#5F2C35
(95,44,53)
#4E252C
(78,37,44)
#3D1E23
(61,30,35)
#2C171A
(44,23,26)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #C5566B

#C5566B
(197,86,107)
#CA6578
(202,101,120)
#CF7485
(207,116,133)
#D48392
(212,131,146)
#D9929F
(217,146,159)
#DEA1AC
(222,161,172)
#E3B0B9
(227,176,185)
#E8BFC6
(232,191,198)
#EDCED3
(237,206,211)
#F2DDE0
(242,221,224)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5566B color. Also use rgb(197,86,107) instead hex code.

Text Font Color

.myTextColor { color: #C5566B; }

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

This text font color is #C5566B.

Background Color

.myBgColor { background-color: #C5566B; }

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

This div background color is #C5566B.

Border color

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

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

This div border color is #C5566B.

Opacity

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

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

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

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

This text has shadow with #C5566B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5566B.

Preview

Color preview on black background

This text has color #C5566B on black background.


Color preview on white background

This text has color #C5566B on white background.


Black color preview on #C5566B background

This text has black color on #C5566B background.


White color preview on #C5566B background

This text has white color on #C5566B background.


Related colors

Complementary color

Complementary color for #hex is #3AA994.


I love getcolorcode.com

Triadic colors

1 #6BC556 and #566BC5 with #C5566B are triadic colors.

2 #6B56C5 and #56C56B with #C5566B are triadic colors.