COLOR #C56790

HEX: #C56790
RGB: (197,103,144)

Color info

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

RGB color model

#C56790 color RGB value is (197,103,144).

  • red value is 197;
  • green value is 103;
  • blue value is 144.
RGB:
(197,103,144)
(77%,40%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 103 of 255 = 40%
B 144 of 255 = 56%

197
103
144

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

Portions of RGB colors in percentages

R + G + B =
197 + 103 + 144 = 444 (100%)
R 197 of 444 ~ 44.37%
G 103 of 444 ~ 23.2%
B 144 of 444 ~ 32.43%

%44.37
%23.2
%32.43

CMYK color model

#C56790 color CMYK value is (0,48,27,23).

  • cyan value is 0.00%
  • magenta value is 47.72%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,48,27,23)
C0M48Y27K23 
(0%,48%,27%,23%)
(0.00/0.48/0.27/0.23)	

CMYK percentages

%0
%47.72
%26.9
%22.75

Codes

Color #C56790 in popluar color models

C56790
RGB197103144
HSL334°44.76%58.82%
HSB/HSV334°47.72%77.25%
CMYK0.00%47.72%26.90%
22.75%

Color #C56790 in popluar number systems.

HEXC56790
Decimal197103144
Binary11000101110011110010000
Octal305147220

Shades and tints

Shades of #C56790

#C56790
(197,103,144)
#B45E83
(180,94,131)
#A35576
(163,85,118)
#924C69
(146,76,105)
#81435C
(129,67,92)
#703A4F
(112,58,79)
#5F3142
(95,49,66)
#4E2835
(78,40,53)
#3D1F28
(61,31,40)
#2C161B
(44,22,27)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #C56790

#C56790
(197,103,144)
#CA749A
(202,116,154)
#CF81A4
(207,129,164)
#D48EAE
(212,142,174)
#D99BB8
(217,155,184)
#DEA8C2
(222,168,194)
#E3B5CC
(227,181,204)
#E8C2D6
(232,194,214)
#EDCFE0
(237,207,224)
#F2DCEA
(242,220,234)
#F7E9F4
(247,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56790 color. Also use rgb(197,103,144) instead hex code.

Text Font Color

.myTextColor { color: #C56790; }

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

This text font color is #C56790.


Background Color

.myBgColor { background-color: #C56790; }

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

This div background color is #C56790.


Border color

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

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

This div border color is #C56790.


Opacity

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

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

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

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

This text has shadow with #C56790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C56790 on black background.


Color preview on white background

This text has color #C56790 on white background.



Black color preview on #C56790 background

This text has black color on #C56790 background.


White color preview on #C56790 background

This text has white color on #C56790 background.