COLOR #C5887E

HEX: #C5887E RGB: (197,136,126)

Color info

#C5887E contains mainly red color. Web safe color of #C5887E is #CC9966 (or #C96).

RGB color model

#C5887E color RGB value is (197,136,126).

RGB: (197,136,126) (77%, 53%, 49%)

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 126 of 255 = 49%

197
136
126

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

Portions of RGB colors in percentages

R + G + B = 197 + 136 + 126 = 459 (100%)
R 197 of 459 ~ 42.92%
G 136 of 459 ~ 29.63%
B 126 of 459 ~ 27.45'%

%42.92
%29.63
%27.45

CMYK color model

#C5887E color CMYK value is (0,31,36,23).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 36.04%
  • key color value is 22.75%
CMYK: (0,31,36,23) C0M31Y36K23 (0%,31%,36%,23%) (0.00/0.31/0.36/0.23) 

CMYK percentages

%0
%30.96
%36.04
%22.75

Codes

Color #C5887E in popluar color models

C5 88 7E
RGB 197 136 126
HSL 37.97% 63.33%
HSB/HSV 36.04% 77.25%
CMYK 0.00% 30.96% 36.04%
22.75%

Color #C5887E in popluar number systems.

HEX C5 88 7E
Decimal 197 136 126
Binary 11000101 10001000 1111110
Octal 305 210 176

Shades and tints

Shades of #C5887E

#C5887E
(197,136,126)
#B47C73
(180,124,115)
#A37068
(163,112,104)
#92645D
(146,100,93)
#815852
(129,88,82)
#704C47
(112,76,71)
#5F403C
(95,64,60)
#4E3431
(78,52,49)
#3D2826
(61,40,38)
#2C1C1B
(44,28,27)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C5887E

#C5887E
(197,136,126)
#CA9289
(202,146,137)
#CF9C94
(207,156,148)
#D4A69F
(212,166,159)
#D9B0AA
(217,176,170)
#DEBAB5
(222,186,181)
#E3C4C0
(227,196,192)
#E8CECB
(232,206,203)
#EDD8D6
(237,216,214)
#F2E2E1
(242,226,225)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5887E; }

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

This text font color is #C5887E.

Background Color

.myBgColor { background-color: #C5887E; }

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

This div background color is #C5887E.

Border color

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

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

This div border color is #C5887E.

Opacity

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

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

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

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

This text has shadow with #C5887E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5887E.

Preview

Color preview on black background

This text has color #C5887E on black background.


Color preview on white background

This text has color #C5887E on white background.


Black color preview on #C5887E background

This text has black color on #C5887E background.


White color preview on #C5887E background

This text has white color on #C5887E background.


Related colors

Complementary color

Complementary color for #hex is #3A7781.


I love getcolorcode.com

Triadic colors

1 #7EC588 and #887EC5 with #C5887E are triadic colors.

2 #7E88C5 and #88C57E with #C5887E are triadic colors.