COLOR #C58883

HEX: #C58883
RGB: (197,136,131)

Color info

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

RGB color model

#C58883 color RGB value is (197,136,131).

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

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 131 of 255 = 51%

197
136
131

R + G + B ~ 60%. #C58883 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 136 + 131 = 464 (100%)
R 197 of 464 ~ 42.46%
G 136 of 464 ~ 29.31%
B 131 of 464 ~ 28.23%

%42.46
%29.31
%28.23

CMYK color model

#C58883 color CMYK value is (0,31,34,23).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 33.50%
  • key color value is 22.75%
CMYK:
(0,31,34,23)
C0M31Y34K23 
(0%,31%,34%,23%)
(0.00/0.31/0.34/0.23)	

CMYK percentages

%0
%30.96
%33.5
%22.75

Codes

Color #C58883 in popluar color models

C58883
RGB197136131
HSL36.26%64.31%
HSB/HSV33.50%77.25%
CMYK0.00%30.96%33.50%
22.75%

Color #C58883 in popluar number systems.

HEXC58883
Decimal197136131
Binary110001011000100010000011
Octal305210203

Shades and tints

Shades of #C58883

#C58883
(197,136,131)
#B47C78
(180,124,120)
#A3706D
(163,112,109)
#926462
(146,100,98)
#815857
(129,88,87)
#704C4C
(112,76,76)
#5F4041
(95,64,65)
#4E3436
(78,52,54)
#3D282B
(61,40,43)
#2C1C20
(44,28,32)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #C58883

#C58883
(197,136,131)
#CA928E
(202,146,142)
#CF9C99
(207,156,153)
#D4A6A4
(212,166,164)
#D9B0AF
(217,176,175)
#DEBABA
(222,186,186)
#E3C4C5
(227,196,197)
#E8CED0
(232,206,208)
#EDD8DB
(237,216,219)
#F2E2E6
(242,226,230)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58883; }

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

This text font color is #C58883.


Background Color

.myBgColor { background-color: #C58883; }

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

This div background color is #C58883.


Border color

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

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

This div border color is #C58883.


Opacity

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

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

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

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

This text has shadow with #C58883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58883 on black background.


Color preview on white background

This text has color #C58883 on white background.



Black color preview on #C58883 background

This text has black color on #C58883 background.


White color preview on #C58883 background

This text has white color on #C58883 background.