COLOR #C58993

HEX: #C58993
RGB: (197,137,147)

Color info

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

RGB color model

#C58993 color RGB value is (197,137,147).

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

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 147 of 255 = 58%

197
137
147

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

Portions of RGB colors in percentages

R + G + B =
197 + 137 + 147 = 481 (100%)
R 197 of 481 ~ 40.96%
G 137 of 481 ~ 28.48%
B 147 of 481 ~ 30.56%

%40.96
%28.48
%30.56

CMYK color model

#C58993 color CMYK value is (0,30,25,23).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(0,30,25,23)
C0M30Y25K23 
(0%,30%,25%,23%)
(0.00/0.30/0.25/0.23)	

CMYK percentages

%0
%30.46
%25.38
%22.75

Codes

Color #C58993 in popluar color models

C58993
RGB197137147
HSL350°34.09%65.49%
HSB/HSV350°30.46%77.25%
CMYK0.00%30.46%25.38%
22.75%

Color #C58993 in popluar number systems.

HEXC58993
Decimal197137147
Binary110001011000100110010011
Octal305211223

Shades and tints

Shades of #C58993

#C58993
(197,137,147)
#B47D86
(180,125,134)
#A37179
(163,113,121)
#92656C
(146,101,108)
#81595F
(129,89,95)
#704D52
(112,77,82)
#5F4145
(95,65,69)
#4E3538
(78,53,56)
#3D292B
(61,41,43)
#2C1D1E
(44,29,30)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #C58993

#C58993
(197,137,147)
#CA939C
(202,147,156)
#CF9DA5
(207,157,165)
#D4A7AE
(212,167,174)
#D9B1B7
(217,177,183)
#DEBBC0
(222,187,192)
#E3C5C9
(227,197,201)
#E8CFD2
(232,207,210)
#EDD9DB
(237,217,219)
#F2E3E4
(242,227,228)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58993; }

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

This text font color is #C58993.


Background Color

.myBgColor { background-color: #C58993; }

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

This div background color is #C58993.


Border color

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

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

This div border color is #C58993.


Opacity

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

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

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

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

This text has shadow with #C58993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58993 on black background.


Color preview on white background

This text has color #C58993 on white background.



Black color preview on #C58993 background

This text has black color on #C58993 background.


White color preview on #C58993 background

This text has white color on #C58993 background.