COLOR #C56C6E

HEX: #C56C6E
RGB: (197,108,110)

Color info

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

RGB color model

#C56C6E color RGB value is (197,108,110).

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

RGB channels and saturation

R 197 of 255 = 77%
G 108 of 255 = 42%
B 110 of 255 = 43%

197
108
110

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

Portions of RGB colors in percentages

R + G + B =
197 + 108 + 110 = 415 (100%)
R 197 of 415 ~ 47.47%
G 108 of 415 ~ 26.02%
B 110 of 415 ~ 26.51%

%47.47
%26.02
%26.51

CMYK color model

#C56C6E color CMYK value is (0,45,44,23).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 44.16%
  • key color value is 22.75%
CMYK:
(0,45,44,23)
C0M45Y44K23 
(0%,45%,44%,23%)
(0.00/0.45/0.44/0.23)	

CMYK percentages

%0
%45.18
%44.16
%22.75

Codes

Color #C56C6E in popluar color models

C56C6E
RGB197108110
HSL359°43.41%59.80%
HSB/HSV359°45.18%77.25%
CMYK0.00%45.18%44.16%
22.75%

Color #C56C6E in popluar number systems.

HEXC56C6E
Decimal197108110
Binary1100010111011001101110
Octal305154156

Shades and tints

Shades of #C56C6E

#C56C6E
(197,108,110)
#B46364
(180,99,100)
#A35A5A
(163,90,90)
#925150
(146,81,80)
#814846
(129,72,70)
#703F3C
(112,63,60)
#5F3632
(95,54,50)
#4E2D28
(78,45,40)
#3D241E
(61,36,30)
#2C1B14
(44,27,20)
#1B120A
(27,18,10)
#000000
(0,0,0)

Tints of #C56C6E

#C56C6E
(197,108,110)
#CA797B
(202,121,123)
#CF8688
(207,134,136)
#D49395
(212,147,149)
#D9A0A2
(217,160,162)
#DEADAF
(222,173,175)
#E3BABC
(227,186,188)
#E8C7C9
(232,199,201)
#EDD4D6
(237,212,214)
#F2E1E3
(242,225,227)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56C6E; }

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

This text font color is #C56C6E.


Background Color

.myBgColor { background-color: #C56C6E; }

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

This div background color is #C56C6E.


Border color

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

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

This div border color is #C56C6E.


Opacity

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

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

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

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

This text has shadow with #C56C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56C6E on black background.


Color preview on white background

This text has color #C56C6E on white background.



Black color preview on #C56C6E background

This text has black color on #C56C6E background.


White color preview on #C56C6E background

This text has white color on #C56C6E background.