COLOR #C58786

HEX: #C58786 RGB: (197,135,134)

Color info

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

RGB color model

#C58786 color RGB value is (197,135,134).

RGB: (197,135,134) (77%, 53%, 53%)

RGB channels and saturation

R 197 of 255 = 77%
G 135 of 255 = 53%
B 134 of 255 = 53%

197
135
134

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

Portions of RGB colors in percentages

R + G + B = 197 + 135 + 134 = 466 (100%)
R 197 of 466 ~ 42.27%
G 135 of 466 ~ 28.97%
B 134 of 466 ~ 28.76'%

%42.27
%28.97
%28.76

CMYK color model

#C58786 color CMYK value is (0,31,32,23).

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

CMYK: (0,31,32,23)
C0M31Y32K23 (0%, 31%, 32%, 23%)
(0.00 / 0.31 / 0.32 / 0.23)

CMYK percentages

%0
%31.47
%31.98
%22.75

Codes

Color #C58786 in popluar color models

C5 87 86
RGB 197 135 134
HSL 35.20% 64.90%
HSB/HSV 31.98% 77.25%
CMYK 0.00% 31.47% 31.98%
22.75%

Color #C58786 in popluar number systems.

HEX C5 87 86
Decimal 197 135 134
Binary 11000101 10000111 10000110
Octal 305 207 206

Shades and tints

Shades of #C58786

#C58786
(197,135,134)
#B47B7A
(180,123,122)
#A36F6E
(163,111,110)
#926362
(146,99,98)
#815756
(129,87,86)
#704B4A
(112,75,74)
#5F3F3E
(95,63,62)
#4E3332
(78,51,50)
#3D2726
(61,39,38)
#2C1B1A
(44,27,26)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #C58786

#C58786
(197,135,134)
#CA9191
(202,145,145)
#CF9B9C
(207,155,156)
#D4A5A7
(212,165,167)
#D9AFB2
(217,175,178)
#DEB9BD
(222,185,189)
#E3C3C8
(227,195,200)
#E8CDD3
(232,205,211)
#EDD7DE
(237,215,222)
#F2E1E9
(242,225,233)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58786; }

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

This text font color is #C58786.

Background Color

.myBgColor { background-color: #C58786; }

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

This div background color is #C58786.

Border color

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

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

This div border color is #C58786.

Opacity

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

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

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

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

This text has shadow with #C58786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58786.

Preview

Color preview on black background

This text has color #C58786 on black background.


Color preview on white background

This text has color #C58786 on white background.


Black color preview on #C58786 background

This text has black color on #C58786 background.


White color preview on #C58786 background

This text has white color on #C58786 background.


Related colors

Complementary color

Complementary color for #hex is #3A7879.


I love getcolorcode.com

Triadic colors

1 #86C587 and #8786C5 with #C58786 are triadic colors.

2 #8687C5 and #87C586 with #C58786 are triadic colors.