COLOR #C56C6B

HEX: #C56C6B
RGB: (197,108,107)

Color info

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

RGB color model

#C56C6B color RGB value is (197,108,107).

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

RGB channels and saturation

R 197 of 255 = 77%
G 108 of 255 = 42%
B 107 of 255 = 42%

197
108
107

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

Portions of RGB colors in percentages

R + G + B =
197 + 108 + 107 = 412 (100%)
R 197 of 412 ~ 47.82%
G 108 of 412 ~ 26.21%
B 107 of 412 ~ 25.97%

%47.82
%26.21
%25.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.18%
  • 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
%45.18
%45.69
%22.75

Codes

Color #C56C6B in popluar color models

C56C6B
RGB197108107
HSL43.69%59.61%
HSB/HSV45.69%77.25%
CMYK0.00%45.18%45.69%
22.75%

Color #C56C6B in popluar number systems.

HEXC56C6B
Decimal197108107
Binary1100010111011001101011
Octal305154153

Shades and tints

Shades of #C56C6B

#C56C6B
(197,108,107)
#B46362
(180,99,98)
#A35A59
(163,90,89)
#925150
(146,81,80)
#814847
(129,72,71)
#703F3E
(112,63,62)
#5F3635
(95,54,53)
#4E2D2C
(78,45,44)
#3D2423
(61,36,35)
#2C1B1A
(44,27,26)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #C56C6B

#C56C6B
(197,108,107)
#CA7978
(202,121,120)
#CF8685
(207,134,133)
#D49392
(212,147,146)
#D9A09F
(217,160,159)
#DEADAC
(222,173,172)
#E3BAB9
(227,186,185)
#E8C7C6
(232,199,198)
#EDD4D3
(237,212,211)
#F2E1E0
(242,225,224)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56C6B; }

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

This text font color is #C56C6B.


Background Color

.myBgColor { background-color: #C56C6B; }

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

This div background color is #C56C6B.


Border color

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

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

This div border color is #C56C6B.


Opacity

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

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

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

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

This text has shadow with #C56C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56C6B on black background.


Color preview on white background

This text has color #C56C6B on white background.



Black color preview on #C56C6B background

This text has black color on #C56C6B background.


White color preview on #C56C6B background

This text has white color on #C56C6B background.