COLOR #C58F89

HEX: #C58F89
RGB: (197,143,137)

Color info

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

RGB color model

#C58F89 color RGB value is (197,143,137).

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

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 137 of 255 = 54%

197
143
137

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

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 137 = 477 (100%)
R 197 of 477 ~ 41.3%
G 143 of 477 ~ 29.98%
B 137 of 477 ~ 28.72%

%41.3
%29.98
%28.72

CMYK color model

#C58F89 color CMYK value is (0,27,30,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(0,27,30,23)
C0M27Y30K23 
(0%,27%,30%,23%)
(0.00/0.27/0.30/0.23)	

CMYK percentages

%0
%27.41
%30.46
%22.75

Codes

Color #C58F89 in popluar color models

C58F89
RGB197143137
HSL34.09%65.49%
HSB/HSV30.46%77.25%
CMYK0.00%27.41%30.46%
22.75%

Color #C58F89 in popluar number systems.

HEXC58F89
Decimal197143137
Binary110001011000111110001001
Octal305217211

Shades and tints

Shades of #C58F89

#C58F89
(197,143,137)
#B4827D
(180,130,125)
#A37571
(163,117,113)
#926865
(146,104,101)
#815B59
(129,91,89)
#704E4D
(112,78,77)
#5F4141
(95,65,65)
#4E3435
(78,52,53)
#3D2729
(61,39,41)
#2C1A1D
(44,26,29)
#1B0D11
(27,13,17)
#000000
(0,0,0)

Tints of #C58F89

#C58F89
(197,143,137)
#CA9993
(202,153,147)
#CFA39D
(207,163,157)
#D4ADA7
(212,173,167)
#D9B7B1
(217,183,177)
#DEC1BB
(222,193,187)
#E3CBC5
(227,203,197)
#E8D5CF
(232,213,207)
#EDDFD9
(237,223,217)
#F2E9E3
(242,233,227)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58F89; }

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

This text font color is #C58F89.


Background Color

.myBgColor { background-color: #C58F89; }

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

This div background color is #C58F89.


Border color

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

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

This div border color is #C58F89.


Opacity

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

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

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

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

This text has shadow with #C58F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58F89 on black background.


Color preview on white background

This text has color #C58F89 on white background.



Black color preview on #C58F89 background

This text has black color on #C58F89 background.


White color preview on #C58F89 background

This text has white color on #C58F89 background.