COLOR #C5889C

HEX: #C5889C
RGB: (197,136,156)

Color info

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

RGB color model

#C5889C color RGB value is (197,136,156).

  • red value is 197;
  • green value is 136;
  • blue value is 156.
RGB:
(197,136,156)
(77%,53%,61%)

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 156 of 255 = 61%

197
136
156

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

Portions of RGB colors in percentages

R + G + B =
197 + 136 + 156 = 489 (100%)
R 197 of 489 ~ 40.29%
G 136 of 489 ~ 27.81%
B 156 of 489 ~ 31.9%

%40.29
%27.81
%31.9

CMYK color model

#C5889C color CMYK value is (0,31,21,23).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 20.81%
  • key color value is 22.75%
CMYK:
(0,31,21,23)
C0M31Y21K23 
(0%,31%,21%,23%)
(0.00/0.31/0.21/0.23)	

CMYK percentages

%0
%30.96
%20.81
%22.75

Codes

Color #C5889C in popluar color models

C5889C
RGB197136156
HSL340°34.46%65.29%
HSB/HSV340°30.96%77.25%
CMYK0.00%30.96%20.81%
22.75%

Color #C5889C in popluar number systems.

HEXC5889C
Decimal197136156
Binary110001011000100010011100
Octal305210234

Shades and tints

Shades of #C5889C

#C5889C
(197,136,156)
#B47C8E
(180,124,142)
#A37080
(163,112,128)
#926472
(146,100,114)
#815864
(129,88,100)
#704C56
(112,76,86)
#5F4048
(95,64,72)
#4E343A
(78,52,58)
#3D282C
(61,40,44)
#2C1C1E
(44,28,30)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C5889C

#C5889C
(197,136,156)
#CA92A5
(202,146,165)
#CF9CAE
(207,156,174)
#D4A6B7
(212,166,183)
#D9B0C0
(217,176,192)
#DEBAC9
(222,186,201)
#E3C4D2
(227,196,210)
#E8CEDB
(232,206,219)
#EDD8E4
(237,216,228)
#F2E2ED
(242,226,237)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5889C color. Also use rgb(197,136,156) instead hex code.

Text Font Color

.myTextColor { color: #C5889C; }

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

This text font color is #C5889C.


Background Color

.myBgColor { background-color: #C5889C; }

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

This div background color is #C5889C.


Border color

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

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

This div border color is #C5889C.


Opacity

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

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

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

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

This text has shadow with #C5889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5889C on black background.


Color preview on white background

This text has color #C5889C on white background.



Black color preview on #C5889C background

This text has black color on #C5889C background.


White color preview on #C5889C background

This text has white color on #C5889C background.