COLOR #C5899E

HEX: #C5899E
RGB: (197,137,158)

Color info

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

RGB color model

#C5899E color RGB value is (197,137,158).

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

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 158 of 255 = 62%

197
137
158

R + G + B ~ 64%. #C5899E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 137 + 158 = 492 (100%)
R 197 of 492 ~ 40.04%
G 137 of 492 ~ 27.85%
B 158 of 492 ~ 32.11%

%40.04
%27.85
%32.11

CMYK color model

#C5899E color CMYK value is (0,30,20,23).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(0,30,20,23)
C0M30Y20K23 
(0%,30%,20%,23%)
(0.00/0.30/0.20/0.23)	

CMYK percentages

%0
%30.46
%19.8
%22.75

Codes

Color #C5899E in popluar color models

C5899E
RGB197137158
HSL339°34.09%65.49%
HSB/HSV339°30.46%77.25%
CMYK0.00%30.46%19.80%
22.75%

Color #C5899E in popluar number systems.

HEXC5899E
Decimal197137158
Binary110001011000100110011110
Octal305211236

Shades and tints

Shades of #C5899E

#C5899E
(197,137,158)
#B47D90
(180,125,144)
#A37182
(163,113,130)
#926574
(146,101,116)
#815966
(129,89,102)
#704D58
(112,77,88)
#5F414A
(95,65,74)
#4E353C
(78,53,60)
#3D292E
(61,41,46)
#2C1D20
(44,29,32)
#1B1112
(27,17,18)
#000000
(0,0,0)

Tints of #C5899E

#C5899E
(197,137,158)
#CA93A6
(202,147,166)
#CF9DAE
(207,157,174)
#D4A7B6
(212,167,182)
#D9B1BE
(217,177,190)
#DEBBC6
(222,187,198)
#E3C5CE
(227,197,206)
#E8CFD6
(232,207,214)
#EDD9DE
(237,217,222)
#F2E3E6
(242,227,230)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5899E; }

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

This text font color is #C5899E.


Background Color

.myBgColor { background-color: #C5899E; }

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

This div background color is #C5899E.


Border color

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

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

This div border color is #C5899E.


Opacity

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

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

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

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

This text has shadow with #C5899E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5899E on black background.


Color preview on white background

This text has color #C5899E on white background.



Black color preview on #C5899E background

This text has black color on #C5899E background.


White color preview on #C5899E background

This text has white color on #C5899E background.