COLOR #C5719D

HEX: #C5719D
RGB: (197,113,157)

Color info

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

RGB color model

#C5719D color RGB value is (197,113,157).

  • red value is 197;
  • green value is 113;
  • blue value is 157.
RGB:
(197,113,157)
(77%,44%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 113 of 255 = 44%
B 157 of 255 = 62%

197
113
157

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

Portions of RGB colors in percentages

R + G + B =
197 + 113 + 157 = 467 (100%)
R 197 of 467 ~ 42.18%
G 113 of 467 ~ 24.2%
B 157 of 467 ~ 33.62%

%42.18
%24.2
%33.62

CMYK color model

#C5719D color CMYK value is (0,43,20,23).

  • cyan value is 0.00%
  • magenta value is 42.64%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK:
(0,43,20,23)
C0M43Y20K23 
(0%,43%,20%,23%)
(0.00/0.43/0.20/0.23)	

CMYK percentages

%0
%42.64
%20.3
%22.75

Codes

Color #C5719D in popluar color models

C5719D
RGB197113157
HSL329°42.00%60.78%
HSB/HSV329°42.64%77.25%
CMYK0.00%42.64%20.30%
22.75%

Color #C5719D in popluar number systems.

HEXC5719D
Decimal197113157
Binary11000101111000110011101
Octal305161235

Shades and tints

Shades of #C5719D

#C5719D
(197,113,157)
#B4678F
(180,103,143)
#A35D81
(163,93,129)
#925373
(146,83,115)
#814965
(129,73,101)
#703F57
(112,63,87)
#5F3549
(95,53,73)
#4E2B3B
(78,43,59)
#3D212D
(61,33,45)
#2C171F
(44,23,31)
#1B0D11
(27,13,17)
#000000
(0,0,0)

Tints of #C5719D

#C5719D
(197,113,157)
#CA7DA5
(202,125,165)
#CF89AD
(207,137,173)
#D495B5
(212,149,181)
#D9A1BD
(217,161,189)
#DEADC5
(222,173,197)
#E3B9CD
(227,185,205)
#E8C5D5
(232,197,213)
#EDD1DD
(237,209,221)
#F2DDE5
(242,221,229)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5719D color. Also use rgb(197,113,157) instead hex code.

Text Font Color

.myTextColor { color: #C5719D; }

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

This text font color is #C5719D.


Background Color

.myBgColor { background-color: #C5719D; }

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

This div background color is #C5719D.


Border color

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

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

This div border color is #C5719D.


Opacity

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

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

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

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

This text has shadow with #C5719D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5719D on black background.


Color preview on white background

This text has color #C5719D on white background.



Black color preview on #C5719D background

This text has black color on #C5719D background.


White color preview on #C5719D background

This text has white color on #C5719D background.