COLOR #C5839B

HEX: #C5839B
RGB: (197,131,155)

Color info

#C5839B contains mainly red and blue colors. Web safe color of #C5839B is #CC9999 (or #C99).

RGB color model

#C5839B color RGB value is (197,131,155).

  • red value is 197;
  • green value is 131;
  • blue value is 155.
RGB:
(197,131,155)
(77%,51%,61%)

RGB channels and saturation

R 197 of 255 = 77%
G 131 of 255 = 51%
B 155 of 255 = 61%

197
131
155

R + G + B ~ 63%. #C5839B is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 131 + 155 = 483 (100%)
R 197 of 483 ~ 40.79%
G 131 of 483 ~ 27.12%
B 155 of 483 ~ 32.09%

%40.79
%27.12
%32.09

CMYK color model

#C5839B color CMYK value is (0,34,21,23).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 21.32%
  • key color value is 22.75%
CMYK:
(0,34,21,23)
C0M34Y21K23 
(0%,34%,21%,23%)
(0.00/0.34/0.21/0.23)	

CMYK percentages

%0
%33.5
%21.32
%22.75

Codes

Color #C5839B in popluar color models

C5839B
RGB197131155
HSL338°36.26%64.31%
HSB/HSV338°33.50%77.25%
CMYK0.00%33.50%21.32%
22.75%

Color #C5839B in popluar number systems.

HEXC5839B
Decimal197131155
Binary110001011000001110011011
Octal305203233

Shades and tints

Shades of #C5839B

#C5839B
(197,131,155)
#B4788D
(180,120,141)
#A36D7F
(163,109,127)
#926271
(146,98,113)
#815763
(129,87,99)
#704C55
(112,76,85)
#5F4147
(95,65,71)
#4E3639
(78,54,57)
#3D2B2B
(61,43,43)
#2C201D
(44,32,29)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #C5839B

#C5839B
(197,131,155)
#CA8EA4
(202,142,164)
#CF99AD
(207,153,173)
#D4A4B6
(212,164,182)
#D9AFBF
(217,175,191)
#DEBAC8
(222,186,200)
#E3C5D1
(227,197,209)
#E8D0DA
(232,208,218)
#EDDBE3
(237,219,227)
#F2E6EC
(242,230,236)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5839B color. Also use rgb(197,131,155) instead hex code.

Text Font Color

.myTextColor { color: #C5839B; }

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

This text font color is #C5839B.


Background Color

.myBgColor { background-color: #C5839B; }

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

This div background color is #C5839B.


Border color

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

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

This div border color is #C5839B.


Opacity

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

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

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

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

This text has shadow with #C5839B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5839B on black background.


Color preview on white background

This text has color #C5839B on white background.



Black color preview on #C5839B background

This text has black color on #C5839B background.


White color preview on #C5839B background

This text has white color on #C5839B background.