COLOR #C58D86

HEX: #C58D86
RGB: (197,141,134)

Color info

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

RGB color model

#C58D86 color RGB value is (197,141,134).

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

RGB channels and saturation

R 197 of 255 = 77%
G 141 of 255 = 55%
B 134 of 255 = 53%

197
141
134

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

Portions of RGB colors in percentages

R + G + B =
197 + 141 + 134 = 472 (100%)
R 197 of 472 ~ 41.74%
G 141 of 472 ~ 29.87%
B 134 of 472 ~ 28.39%

%41.74
%29.87
%28.39

CMYK color model

#C58D86 color CMYK value is (0,28,32,23).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 31.98%
  • key color value is 22.75%
CMYK:
(0,28,32,23)
C0M28Y32K23 
(0%,28%,32%,23%)
(0.00/0.28/0.32/0.23)	

CMYK percentages

%0
%28.43
%31.98
%22.75

Codes

Color #C58D86 in popluar color models

C58D86
RGB197141134
HSL35.20%64.90%
HSB/HSV31.98%77.25%
CMYK0.00%28.43%31.98%
22.75%

Color #C58D86 in popluar number systems.

HEXC58D86
Decimal197141134
Binary110001011000110110000110
Octal305215206

Shades and tints

Shades of #C58D86

#C58D86
(197,141,134)
#B4817A
(180,129,122)
#A3756E
(163,117,110)
#926962
(146,105,98)
#815D56
(129,93,86)
#70514A
(112,81,74)
#5F453E
(95,69,62)
#4E3932
(78,57,50)
#3D2D26
(61,45,38)
#2C211A
(44,33,26)
#1B150E
(27,21,14)
#000000
(0,0,0)

Tints of #C58D86

#C58D86
(197,141,134)
#CA9791
(202,151,145)
#CFA19C
(207,161,156)
#D4ABA7
(212,171,167)
#D9B5B2
(217,181,178)
#DEBFBD
(222,191,189)
#E3C9C8
(227,201,200)
#E8D3D3
(232,211,211)
#EDDDDE
(237,221,222)
#F2E7E9
(242,231,233)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58D86; }

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

This text font color is #C58D86.


Background Color

.myBgColor { background-color: #C58D86; }

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

This div background color is #C58D86.


Border color

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

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

This div border color is #C58D86.


Opacity

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

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

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

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

This text has shadow with #C58D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58D86 on black background.


Color preview on white background

This text has color #C58D86 on white background.



Black color preview on #C58D86 background

This text has black color on #C58D86 background.


White color preview on #C58D86 background

This text has white color on #C58D86 background.