COLOR #C58983

HEX: #C58983
RGB: (197,137,131)

Color info

#C58983 contains mainly red color. Web safe color of #C58983 is #CC9999 (or #C99).

RGB color model

#C58983 color RGB value is (197,137,131).

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

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 131 of 255 = 51%

197
137
131

R + G + B ~ 61%. #C58983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 137 + 131 = 465 (100%)
R 197 of 465 ~ 42.37%
G 137 of 465 ~ 29.46%
B 131 of 465 ~ 28.17%

%42.37
%29.46
%28.17

CMYK color model

#C58983 color CMYK value is (0,30,34,23).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 33.50%
  • key color value is 22.75%
CMYK:
(0,30,34,23)
C0M30Y34K23 
(0%,30%,34%,23%)
(0.00/0.30/0.34/0.23)	

CMYK percentages

%0
%30.46
%33.5
%22.75

Codes

Color #C58983 in popluar color models

C58983
RGB197137131
HSL36.26%64.31%
HSB/HSV33.50%77.25%
CMYK0.00%30.46%33.50%
22.75%

Color #C58983 in popluar number systems.

HEXC58983
Decimal197137131
Binary110001011000100110000011
Octal305211203

Shades and tints

Shades of #C58983

#C58983
(197,137,131)
#B47D78
(180,125,120)
#A3716D
(163,113,109)
#926562
(146,101,98)
#815957
(129,89,87)
#704D4C
(112,77,76)
#5F4141
(95,65,65)
#4E3536
(78,53,54)
#3D292B
(61,41,43)
#2C1D20
(44,29,32)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C58983

#C58983
(197,137,131)
#CA938E
(202,147,142)
#CF9D99
(207,157,153)
#D4A7A4
(212,167,164)
#D9B1AF
(217,177,175)
#DEBBBA
(222,187,186)
#E3C5C5
(227,197,197)
#E8CFD0
(232,207,208)
#EDD9DB
(237,217,219)
#F2E3E6
(242,227,230)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58983; }

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

This text font color is #C58983.


Background Color

.myBgColor { background-color: #C58983; }

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

This div background color is #C58983.


Border color

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

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

This div border color is #C58983.


Opacity

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

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

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

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

This text has shadow with #C58983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58983 on black background.


Color preview on white background

This text has color #C58983 on white background.



Black color preview on #C58983 background

This text has black color on #C58983 background.


White color preview on #C58983 background

This text has white color on #C58983 background.