COLOR #C58E90

HEX: #C58E90
RGB: (197,142,144)

Color info

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

RGB color model

#C58E90 color RGB value is (197,142,144).

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

RGB channels and saturation

R 197 of 255 = 77%
G 142 of 255 = 56%
B 144 of 255 = 56%

197
142
144

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

Portions of RGB colors in percentages

R + G + B =
197 + 142 + 144 = 483 (100%)
R 197 of 483 ~ 40.79%
G 142 of 483 ~ 29.4%
B 144 of 483 ~ 29.81%

%40.79
%29.4
%29.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(0,28,27,23)
C0M28Y27K23 
(0%,28%,27%,23%)
(0.00/0.28/0.27/0.23)	

CMYK percentages

%0
%27.92
%26.9
%22.75

Codes

Color #C58E90 in popluar color models

C58E90
RGB197142144
HSL358°32.16%66.47%
HSB/HSV358°27.92%77.25%
CMYK0.00%27.92%26.90%
22.75%

Color #C58E90 in popluar number systems.

HEXC58E90
Decimal197142144
Binary110001011000111010010000
Octal305216220

Shades and tints

Shades of #C58E90

#C58E90
(197,142,144)
#B48283
(180,130,131)
#A37676
(163,118,118)
#926A69
(146,106,105)
#815E5C
(129,94,92)
#70524F
(112,82,79)
#5F4642
(95,70,66)
#4E3A35
(78,58,53)
#3D2E28
(61,46,40)
#2C221B
(44,34,27)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #C58E90

#C58E90
(197,142,144)
#CA989A
(202,152,154)
#CFA2A4
(207,162,164)
#D4ACAE
(212,172,174)
#D9B6B8
(217,182,184)
#DEC0C2
(222,192,194)
#E3CACC
(227,202,204)
#E8D4D6
(232,212,214)
#EDDEE0
(237,222,224)
#F2E8EA
(242,232,234)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58E90; }

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

This text font color is #C58E90.


Background Color

.myBgColor { background-color: #C58E90; }

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

This div background color is #C58E90.


Border color

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

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

This div border color is #C58E90.


Opacity

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

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

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

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

This text has shadow with #C58E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58E90 on black background.


Color preview on white background

This text has color #C58E90 on white background.



Black color preview on #C58E90 background

This text has black color on #C58E90 background.


White color preview on #C58E90 background

This text has white color on #C58E90 background.