COLOR #C58C8D

HEX: #C58C8D
RGB: (197,140,141)

Color info

#C58C8D contains red, green and blue colors in about the same proportion. Web safe color of #C58C8D is #CC9999 (or #C99).

RGB color model

#C58C8D color RGB value is (197,140,141).

  • red value is 197;
  • green value is 140;
  • blue value is 141.
RGB:
(197,140,141)
(77%,55%,55%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 141 of 255 = 55%

197
140
141

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

Portions of RGB colors in percentages

R + G + B =
197 + 140 + 141 = 478 (100%)
R 197 of 478 ~ 41.21%
G 140 of 478 ~ 29.29%
B 141 of 478 ~ 29.5%

%41.21
%29.29
%29.5

CMYK color model

#C58C8D color CMYK value is (0,29,28,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 28.43%
  • key color value is 22.75%
CMYK:
(0,29,28,23)
C0M29Y28K23 
(0%,29%,28%,23%)
(0.00/0.29/0.28/0.23)	

CMYK percentages

%0
%28.93
%28.43
%22.75

Codes

Color #C58C8D in popluar color models

C58C8D
RGB197140141
HSL359°32.95%66.08%
HSB/HSV359°28.93%77.25%
CMYK0.00%28.93%28.43%
22.75%

Color #C58C8D in popluar number systems.

HEXC58C8D
Decimal197140141
Binary110001011000110010001101
Octal305214215

Shades and tints

Shades of #C58C8D

#C58C8D
(197,140,141)
#B48081
(180,128,129)
#A37475
(163,116,117)
#926869
(146,104,105)
#815C5D
(129,92,93)
#705051
(112,80,81)
#5F4445
(95,68,69)
#4E3839
(78,56,57)
#3D2C2D
(61,44,45)
#2C2021
(44,32,33)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C58C8D

#C58C8D
(197,140,141)
#CA9697
(202,150,151)
#CFA0A1
(207,160,161)
#D4AAAB
(212,170,171)
#D9B4B5
(217,180,181)
#DEBEBF
(222,190,191)
#E3C8C9
(227,200,201)
#E8D2D3
(232,210,211)
#EDDCDD
(237,220,221)
#F2E6E7
(242,230,231)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58C8D color. Also use rgb(197,140,141) instead hex code.

Text Font Color

.myTextColor { color: #C58C8D; }

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

This text font color is #C58C8D.


Background Color

.myBgColor { background-color: #C58C8D; }

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

This div background color is #C58C8D.


Border color

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

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

This div border color is #C58C8D.


Opacity

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

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

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

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

This text has shadow with #C58C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58C8D on black background.


Color preview on white background

This text has color #C58C8D on white background.



Black color preview on #C58C8D background

This text has black color on #C58C8D background.


White color preview on #C58C8D background

This text has white color on #C58C8D background.