COLOR #C58E98

HEX: #C58E98
RGB: (197,142,152)

Color info

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

RGB color model

#C58E98 color RGB value is (197,142,152).

  • red value is 197;
  • green value is 142;
  • blue value is 152.
RGB:
(197,142,152)
(77%,56%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 142 of 255 = 56%
B 152 of 255 = 60%

197
142
152

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

Portions of RGB colors in percentages

R + G + B =
197 + 142 + 152 = 491 (100%)
R 197 of 491 ~ 40.12%
G 142 of 491 ~ 28.92%
B 152 of 491 ~ 30.96%

%40.12
%28.92
%30.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(0,28,23,23)
C0M28Y23K23 
(0%,28%,23%,23%)
(0.00/0.28/0.23/0.23)	

CMYK percentages

%0
%27.92
%22.84
%22.75

Codes

Color #C58E98 in popluar color models

C58E98
RGB197142152
HSL349°32.16%66.47%
HSB/HSV349°27.92%77.25%
CMYK0.00%27.92%22.84%
22.75%

Color #C58E98 in popluar number systems.

HEXC58E98
Decimal197142152
Binary110001011000111010011000
Octal305216230

Shades and tints

Shades of #C58E98

#C58E98
(197,142,152)
#B4828B
(180,130,139)
#A3767E
(163,118,126)
#926A71
(146,106,113)
#815E64
(129,94,100)
#705257
(112,82,87)
#5F464A
(95,70,74)
#4E3A3D
(78,58,61)
#3D2E30
(61,46,48)
#2C2223
(44,34,35)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C58E98

#C58E98
(197,142,152)
#CA98A1
(202,152,161)
#CFA2AA
(207,162,170)
#D4ACB3
(212,172,179)
#D9B6BC
(217,182,188)
#DEC0C5
(222,192,197)
#E3CACE
(227,202,206)
#E8D4D7
(232,212,215)
#EDDEE0
(237,222,224)
#F2E8E9
(242,232,233)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58E98; }

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

This text font color is #C58E98.


Background Color

.myBgColor { background-color: #C58E98; }

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

This div background color is #C58E98.


Border color

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

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

This div border color is #C58E98.


Opacity

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

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

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

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

This text has shadow with #C58E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58E98 on black background.


Color preview on white background

This text has color #C58E98 on white background.



Black color preview on #C58E98 background

This text has black color on #C58E98 background.


White color preview on #C58E98 background

This text has white color on #C58E98 background.