COLOR #C58C86

HEX: #C58C86 RGB: (197,140,134)

Color info

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

RGB color model

#C58C86 color RGB value is (197,140,134).

RGB: (197,140,134) (77%, 55%, 53%)

RGB channels and saturation

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

197
140
134

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

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 134 = 471 (100%)
R 197 of 471 ~ 41.83%
G 140 of 471 ~ 29.72%
B 134 of 471 ~ 28.45'%

%41.83
%29.72
%28.45

CMYK color model

#C58C86 color CMYK value is (0,29,32,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 31.98%
  • key color value is 22.75%

CMYK: (0,29,32,23)
C0M29Y32K23 (0%, 29%, 32%, 23%)
(0.00 / 0.29 / 0.32 / 0.23)

CMYK percentages

%0
%28.93
%31.98
%22.75

Codes

Color #C58C86 in popluar color models

C5 8C 86
RGB 197 140 134
HSL 35.20% 64.90%
HSB/HSV 31.98% 77.25%
CMYK 0.00% 28.93% 31.98%
22.75%

Color #C58C86 in popluar number systems.

HEX C5 8C 86
Decimal 197 140 134
Binary 11000101 10001100 10000110
Octal 305 214 206

Shades and tints

Shades of #C58C86

#C58C86
(197,140,134)
#B4807A
(180,128,122)
#A3746E
(163,116,110)
#926862
(146,104,98)
#815C56
(129,92,86)
#70504A
(112,80,74)
#5F443E
(95,68,62)
#4E3832
(78,56,50)
#3D2C26
(61,44,38)
#2C201A
(44,32,26)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #C58C86

#C58C86
(197,140,134)
#CA9691
(202,150,145)
#CFA09C
(207,160,156)
#D4AAA7
(212,170,167)
#D9B4B2
(217,180,178)
#DEBEBD
(222,190,189)
#E3C8C8
(227,200,200)
#E8D2D3
(232,210,211)
#EDDCDE
(237,220,222)
#F2E6E9
(242,230,233)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58C86; }

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

This text font color is #C58C86.

Background Color

.myBgColor { background-color: #C58C86; }

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

This div background color is #C58C86.

Border color

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

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

This div border color is #C58C86.

Opacity

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

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

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

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

This text has shadow with #C58C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58C86.

Preview

Color preview on black background

This text has color #C58C86 on black background.


Color preview on white background

This text has color #C58C86 on white background.


Black color preview on #C58C86 background

This text has black color on #C58C86 background.


White color preview on #C58C86 background

This text has white color on #C58C86 background.


Related colors

Complementary color

Complementary color for #hex is #3A7379.


I love getcolorcode.com

Triadic colors

1 #86C58C and #8C86C5 with #C58C86 are triadic colors.

2 #868CC5 and #8CC586 with #C58C86 are triadic colors.