COLOR #C591A6

HEX: #C591A6
RGB: (197,145,166)

Color info

#C591A6 contains red, green and blue colors in about the same proportion. Web safe color of #C591A6 is #CC9999 (or #C99).

RGB color model

#C591A6 color RGB value is (197,145,166).

  • red value is 197;
  • green value is 145;
  • blue value is 166.
RGB:
(197,145,166)
(77%,57%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 166 of 255 = 65%

197
145
166

R + G + B ~ 66%. #C591A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 166 = 508 (100%)
R 197 of 508 ~ 38.78%
G 145 of 508 ~ 28.54%
B 166 of 508 ~ 32.68%

%38.78
%28.54
%32.68

CMYK color model

#C591A6 color CMYK value is (0,26,16,23).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(0,26,16,23)
C0M26Y16K23 
(0%,26%,16%,23%)
(0.00/0.26/0.16/0.23)	

CMYK percentages

%0
%26.4
%15.74
%22.75

Codes

Color #C591A6 in popluar color models

C591A6
RGB197145166
HSL336°30.95%67.06%
HSB/HSV336°26.40%77.25%
CMYK0.00%26.40%15.74%
22.75%

Color #C591A6 in popluar number systems.

HEXC591A6
Decimal197145166
Binary110001011001000110100110
Octal305221246

Shades and tints

Shades of #C591A6

#C591A6
(197,145,166)
#B48497
(180,132,151)
#A37788
(163,119,136)
#926A79
(146,106,121)
#815D6A
(129,93,106)
#70505B
(112,80,91)
#5F434C
(95,67,76)
#4E363D
(78,54,61)
#3D292E
(61,41,46)
#2C1C1F
(44,28,31)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #C591A6

#C591A6
(197,145,166)
#CA9BAE
(202,155,174)
#CFA5B6
(207,165,182)
#D4AFBE
(212,175,190)
#D9B9C6
(217,185,198)
#DEC3CE
(222,195,206)
#E3CDD6
(227,205,214)
#E8D7DE
(232,215,222)
#EDE1E6
(237,225,230)
#F2EBEE
(242,235,238)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C591A6 color. Also use rgb(197,145,166) instead hex code.

Text Font Color

.myTextColor { color: #C591A6; }

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

This text font color is #C591A6.


Background Color

.myBgColor { background-color: #C591A6; }

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

This div background color is #C591A6.


Border color

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

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

This div border color is #C591A6.


Opacity

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

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

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

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

This text has shadow with #C591A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C591A6 on black background.


Color preview on white background

This text has color #C591A6 on white background.



Black color preview on #C591A6 background

This text has black color on #C591A6 background.


White color preview on #C591A6 background

This text has white color on #C591A6 background.