COLOR #C5918E

HEX: #C5918E RGB: (197,145,142)

Color info

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

RGB color model

#C5918E color RGB value is (197,145,142).

RGB: (197,145,142) (77%, 57%, 56%)

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 142 of 255 = 56%

197
145
142

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

Portions of RGB colors in percentages

R + G + B = 197 + 145 + 142 = 484 (100%)
R 197 of 484 ~ 40.7%
G 145 of 484 ~ 29.96%
B 142 of 484 ~ 29.34'%

%40.7
%29.96
%29.34

CMYK color model

#C5918E color CMYK value is (0,26,28,23).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 27.92%
  • key color value is 22.75%
CMYK: (0,26,28,23) C0M26Y28K23 (0%,26%,28%,23%) (0.00/0.26/0.28/0.23) 

CMYK percentages

%0
%26.4
%27.92
%22.75

Codes

Color #C5918E in popluar color models

C5 91 8E
RGB 197 145 142
HSL 32.16% 66.47%
HSB/HSV 27.92% 77.25%
CMYK 0.00% 26.40% 27.92%
22.75%

Color #C5918E in popluar number systems.

HEX C5 91 8E
Decimal 197 145 142
Binary 11000101 10010001 10001110
Octal 305 221 216

Shades and tints

Shades of #C5918E

#C5918E
(197,145,142)
#B48482
(180,132,130)
#A37776
(163,119,118)
#926A6A
(146,106,106)
#815D5E
(129,93,94)
#705052
(112,80,82)
#5F4346
(95,67,70)
#4E363A
(78,54,58)
#3D292E
(61,41,46)
#2C1C22
(44,28,34)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #C5918E

#C5918E
(197,145,142)
#CA9B98
(202,155,152)
#CFA5A2
(207,165,162)
#D4AFAC
(212,175,172)
#D9B9B6
(217,185,182)
#DEC3C0
(222,195,192)
#E3CDCA
(227,205,202)
#E8D7D4
(232,215,212)
#EDE1DE
(237,225,222)
#F2EBE8
(242,235,232)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5918E; }

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

This text font color is #C5918E.

Background Color

.myBgColor { background-color: #C5918E; }

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

This div background color is #C5918E.

Border color

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

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

This div border color is #C5918E.

Opacity

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

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

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

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

This text has shadow with #C5918E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5918E.

Preview

Color preview on black background

This text has color #C5918E on black background.


Color preview on white background

This text has color #C5918E on white background.


Black color preview on #C5918E background

This text has black color on #C5918E background.


White color preview on #C5918E background

This text has white color on #C5918E background.


Related colors

Complementary color

Complementary color for #hex is #3A6E71.


I love getcolorcode.com

Triadic colors

1 #8EC591 and #918EC5 with #C5918E are triadic colors.

2 #8E91C5 and #91C58E with #C5918E are triadic colors.