COLOR #C5739E

HEX: #C5739E
RGB: (197,115,158)

Color info

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

RGB color model

#C5739E color RGB value is (197,115,158).

  • red value is 197;
  • green value is 115;
  • blue value is 158.
RGB:
(197,115,158)
(77%,45%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 115 of 255 = 45%
B 158 of 255 = 62%

197
115
158

R + G + B ~ 61%. #C5739E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 115 + 158 = 470 (100%)
R 197 of 470 ~ 41.91%
G 115 of 470 ~ 24.47%
B 158 of 470 ~ 33.62%

%41.91
%24.47
%33.62

CMYK color model

#C5739E color CMYK value is (0,42,20,23).

  • cyan value is 0.00%
  • magenta value is 41.62%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(0,42,20,23)
C0M42Y20K23 
(0%,42%,20%,23%)
(0.00/0.42/0.20/0.23)	

CMYK percentages

%0
%41.62
%19.8
%22.75

Codes

Color #C5739E in popluar color models

C5739E
RGB197115158
HSL329°41.41%61.18%
HSB/HSV329°41.62%77.25%
CMYK0.00%41.62%19.80%
22.75%

Color #C5739E in popluar number systems.

HEXC5739E
Decimal197115158
Binary11000101111001110011110
Octal305163236

Shades and tints

Shades of #C5739E

#C5739E
(197,115,158)
#B46990
(180,105,144)
#A35F82
(163,95,130)
#925574
(146,85,116)
#814B66
(129,75,102)
#704158
(112,65,88)
#5F374A
(95,55,74)
#4E2D3C
(78,45,60)
#3D232E
(61,35,46)
#2C1920
(44,25,32)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #C5739E

#C5739E
(197,115,158)
#CA7FA6
(202,127,166)
#CF8BAE
(207,139,174)
#D497B6
(212,151,182)
#D9A3BE
(217,163,190)
#DEAFC6
(222,175,198)
#E3BBCE
(227,187,206)
#E8C7D6
(232,199,214)
#EDD3DE
(237,211,222)
#F2DFE6
(242,223,230)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5739E color. Also use rgb(197,115,158) instead hex code.

Text Font Color

.myTextColor { color: #C5739E; }

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

This text font color is #C5739E.


Background Color

.myBgColor { background-color: #C5739E; }

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

This div background color is #C5739E.


Border color

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

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

This div border color is #C5739E.


Opacity

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

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

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

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

This text has shadow with #C5739E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5739E on black background.


Color preview on white background

This text has color #C5739E on white background.



Black color preview on #C5739E background

This text has black color on #C5739E background.


White color preview on #C5739E background

This text has white color on #C5739E background.