COLOR #C58393

HEX: #C58393
RGB: (197,131,147)

Color info

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

RGB color model

#C58393 color RGB value is (197,131,147).

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

RGB channels and saturation

R 197 of 255 = 77%
G 131 of 255 = 51%
B 147 of 255 = 58%

197
131
147

R + G + B ~ 62%. #C58393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 131 + 147 = 475 (100%)
R 197 of 475 ~ 41.47%
G 131 of 475 ~ 27.58%
B 147 of 475 ~ 30.95%

%41.47
%27.58
%30.95

CMYK color model

#C58393 color CMYK value is (0,34,25,23).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(0,34,25,23)
C0M34Y25K23 
(0%,34%,25%,23%)
(0.00/0.34/0.25/0.23)	

CMYK percentages

%0
%33.5
%25.38
%22.75

Codes

Color #C58393 in popluar color models

C58393
RGB197131147
HSL345°36.26%64.31%
HSB/HSV345°33.50%77.25%
CMYK0.00%33.50%25.38%
22.75%

Color #C58393 in popluar number systems.

HEXC58393
Decimal197131147
Binary110001011000001110010011
Octal305203223

Shades and tints

Shades of #C58393

#C58393
(197,131,147)
#B47886
(180,120,134)
#A36D79
(163,109,121)
#92626C
(146,98,108)
#81575F
(129,87,95)
#704C52
(112,76,82)
#5F4145
(95,65,69)
#4E3638
(78,54,56)
#3D2B2B
(61,43,43)
#2C201E
(44,32,30)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C58393

#C58393
(197,131,147)
#CA8E9C
(202,142,156)
#CF99A5
(207,153,165)
#D4A4AE
(212,164,174)
#D9AFB7
(217,175,183)
#DEBAC0
(222,186,192)
#E3C5C9
(227,197,201)
#E8D0D2
(232,208,210)
#EDDBDB
(237,219,219)
#F2E6E4
(242,230,228)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58393; }

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

This text font color is #C58393.


Background Color

.myBgColor { background-color: #C58393; }

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

This div background color is #C58393.


Border color

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

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

This div border color is #C58393.


Opacity

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

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

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

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

This text has shadow with #C58393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58393 on black background.


Color preview on white background

This text has color #C58393 on white background.



Black color preview on #C58393 background

This text has black color on #C58393 background.


White color preview on #C58393 background

This text has white color on #C58393 background.