COLOR #C56F99

HEX: #C56F99
RGB: (197,111,153)

Color info

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

RGB color model

#C56F99 color RGB value is (197,111,153).

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

RGB channels and saturation

R 197 of 255 = 77%
G 111 of 255 = 44%
B 153 of 255 = 60%

197
111
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 111 + 153 = 461 (100%)
R 197 of 461 ~ 42.73%
G 111 of 461 ~ 24.08%
B 153 of 461 ~ 33.19%

%42.73
%24.08
%33.19

CMYK color model

#C56F99 color CMYK value is (0,44,22,23).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK:
(0,44,22,23)
C0M44Y22K23 
(0%,44%,22%,23%)
(0.00/0.44/0.22/0.23)	

CMYK percentages

%0
%43.65
%22.34
%22.75

Codes

Color #C56F99 in popluar color models

C56F99
RGB197111153
HSL331°42.57%60.39%
HSB/HSV331°43.65%77.25%
CMYK0.00%43.65%22.34%
22.75%

Color #C56F99 in popluar number systems.

HEXC56F99
Decimal197111153
Binary11000101110111110011001
Octal305157231

Shades and tints

Shades of #C56F99

#C56F99
(197,111,153)
#B4658C
(180,101,140)
#A35B7F
(163,91,127)
#925172
(146,81,114)
#814765
(129,71,101)
#703D58
(112,61,88)
#5F334B
(95,51,75)
#4E293E
(78,41,62)
#3D1F31
(61,31,49)
#2C1524
(44,21,36)
#1B0B17
(27,11,23)
#000000
(0,0,0)

Tints of #C56F99

#C56F99
(197,111,153)
#CA7CA2
(202,124,162)
#CF89AB
(207,137,171)
#D496B4
(212,150,180)
#D9A3BD
(217,163,189)
#DEB0C6
(222,176,198)
#E3BDCF
(227,189,207)
#E8CAD8
(232,202,216)
#EDD7E1
(237,215,225)
#F2E4EA
(242,228,234)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C56F99; }

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

This text font color is #C56F99.


Background Color

.myBgColor { background-color: #C56F99; }

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

This div background color is #C56F99.


Border color

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

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

This div border color is #C56F99.


Opacity

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

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

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

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

This text has shadow with #C56F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56F99 on black background.


Color preview on white background

This text has color #C56F99 on white background.



Black color preview on #C56F99 background

This text has black color on #C56F99 background.


White color preview on #C56F99 background

This text has white color on #C56F99 background.