COLOR #C56F95

HEX: #C56F95
RGB: (197,111,149)

Color info

#C56F95 contains mainly red and blue colors. Web safe color of #C56F95 is #CC6699 (or #C69).

RGB color model

#C56F95 color RGB value is (197,111,149).

  • red value is 197;
  • green value is 111;
  • blue value is 149.
RGB:
(197,111,149)
(77%,44%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 111 of 255 = 44%
B 149 of 255 = 58%

197
111
149

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

Portions of RGB colors in percentages

R + G + B =
197 + 111 + 149 = 457 (100%)
R 197 of 457 ~ 43.11%
G 111 of 457 ~ 24.29%
B 149 of 457 ~ 32.6%

%43.11
%24.29
%32.6

CMYK color model

#C56F95 color CMYK value is (0,44,24,23).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(0,44,24,23)
C0M44Y24K23 
(0%,44%,24%,23%)
(0.00/0.44/0.24/0.23)	

CMYK percentages

%0
%43.65
%24.37
%22.75

Codes

Color #C56F95 in popluar color models

C56F95
RGB197111149
HSL333°42.57%60.39%
HSB/HSV333°43.65%77.25%
CMYK0.00%43.65%24.37%
22.75%

Color #C56F95 in popluar number systems.

HEXC56F95
Decimal197111149
Binary11000101110111110010101
Octal305157225

Shades and tints

Shades of #C56F95

#C56F95
(197,111,149)
#B46588
(180,101,136)
#A35B7B
(163,91,123)
#92516E
(146,81,110)
#814761
(129,71,97)
#703D54
(112,61,84)
#5F3347
(95,51,71)
#4E293A
(78,41,58)
#3D1F2D
(61,31,45)
#2C1520
(44,21,32)
#1B0B13
(27,11,19)
#000000
(0,0,0)

Tints of #C56F95

#C56F95
(197,111,149)
#CA7C9E
(202,124,158)
#CF89A7
(207,137,167)
#D496B0
(212,150,176)
#D9A3B9
(217,163,185)
#DEB0C2
(222,176,194)
#E3BDCB
(227,189,203)
#E8CAD4
(232,202,212)
#EDD7DD
(237,215,221)
#F2E4E6
(242,228,230)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56F95; }

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

This text font color is #C56F95.


Background Color

.myBgColor { background-color: #C56F95; }

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

This div background color is #C56F95.


Border color

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

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

This div border color is #C56F95.


Opacity

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

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

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

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

This text has shadow with #C56F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56F95 on black background.


Color preview on white background

This text has color #C56F95 on white background.



Black color preview on #C56F95 background

This text has black color on #C56F95 background.


White color preview on #C56F95 background

This text has white color on #C56F95 background.