COLOR #C56D6B

HEX: #C56D6B
RGB: (197,109,107)

Color info

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

RGB color model

#C56D6B color RGB value is (197,109,107).

  • red value is 197;
  • green value is 109;
  • blue value is 107.
RGB:
(197,109,107)
(77%,43%,42%)

RGB channels and saturation

R 197 of 255 = 77%
G 109 of 255 = 43%
B 107 of 255 = 42%

197
109
107

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

Portions of RGB colors in percentages

R + G + B =
197 + 109 + 107 = 413 (100%)
R 197 of 413 ~ 47.7%
G 109 of 413 ~ 26.39%
B 107 of 413 ~ 25.91%

%47.7
%26.39
%25.91

CMYK color model

#C56D6B color CMYK value is (0,45,46,23).

  • cyan value is 0.00%
  • magenta value is 44.67%
  • yellow value is 45.69%
  • key color value is 22.75%
CMYK:
(0,45,46,23)
C0M45Y46K23 
(0%,45%,46%,23%)
(0.00/0.45/0.46/0.23)	

CMYK percentages

%0
%44.67
%45.69
%22.75

Codes

Color #C56D6B in popluar color models

C56D6B
RGB197109107
HSL43.69%59.61%
HSB/HSV45.69%77.25%
CMYK0.00%44.67%45.69%
22.75%

Color #C56D6B in popluar number systems.

HEXC56D6B
Decimal197109107
Binary1100010111011011101011
Octal305155153

Shades and tints

Shades of #C56D6B

#C56D6B
(197,109,107)
#B46462
(180,100,98)
#A35B59
(163,91,89)
#925250
(146,82,80)
#814947
(129,73,71)
#70403E
(112,64,62)
#5F3735
(95,55,53)
#4E2E2C
(78,46,44)
#3D2523
(61,37,35)
#2C1C1A
(44,28,26)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #C56D6B

#C56D6B
(197,109,107)
#CA7A78
(202,122,120)
#CF8785
(207,135,133)
#D49492
(212,148,146)
#D9A19F
(217,161,159)
#DEAEAC
(222,174,172)
#E3BBB9
(227,187,185)
#E8C8C6
(232,200,198)
#EDD5D3
(237,213,211)
#F2E2E0
(242,226,224)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56D6B; }

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

This text font color is #C56D6B.


Background Color

.myBgColor { background-color: #C56D6B; }

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

This div background color is #C56D6B.


Border color

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

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

This div border color is #C56D6B.


Opacity

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

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

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

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

This text has shadow with #C56D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56D6B on black background.


Color preview on white background

This text has color #C56D6B on white background.



Black color preview on #C56D6B background

This text has black color on #C56D6B background.


White color preview on #C56D6B background

This text has white color on #C56D6B background.