COLOR #C5897F

HEX: #C5897F RGB: (197,137,127)

Color info

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

RGB color model

#C5897F color RGB value is (197,137,127).

RGB: (197,137,127) (77%, 54%, 50%)

RGB channels and saturation

R 197 of 255 = 77%
G 137 of 255 = 54%
B 127 of 255 = 50%

197
137
127

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

Portions of RGB colors in percentages

R + G + B = 197 + 137 + 127 = 461 (100%)
R 197 of 461 ~ 42.73%
G 137 of 461 ~ 29.72%
B 127 of 461 ~ 27.55'%

%42.73
%29.72
%27.55

CMYK color model

#C5897F color CMYK value is (0,30,36,23).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 35.53%
  • key color value is 22.75%

CMYK: (0,30,36,23)
C0M30Y36K23 (0%, 30%, 36%, 23%)
(0.00 / 0.30 / 0.36 / 0.23)

CMYK percentages

%0
%30.46
%35.53
%22.75

Codes

Color #C5897F in popluar color models

C5 89 7F
RGB 197 137 127
HSL 37.63% 63.53%
HSB/HSV 35.53% 77.25%
CMYK 0.00% 30.46% 35.53%
22.75%

Color #C5897F in popluar number systems.

HEX C5 89 7F
Decimal 197 137 127
Binary 11000101 10001001 1111111
Octal 305 211 177

Shades and tints

Shades of #C5897F

#C5897F
(197,137,127)
#B47D74
(180,125,116)
#A37169
(163,113,105)
#92655E
(146,101,94)
#815953
(129,89,83)
#704D48
(112,77,72)
#5F413D
(95,65,61)
#4E3532
(78,53,50)
#3D2927
(61,41,39)
#2C1D1C
(44,29,28)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #C5897F

#C5897F
(197,137,127)
#CA938A
(202,147,138)
#CF9D95
(207,157,149)
#D4A7A0
(212,167,160)
#D9B1AB
(217,177,171)
#DEBBB6
(222,187,182)
#E3C5C1
(227,197,193)
#E8CFCC
(232,207,204)
#EDD9D7
(237,217,215)
#F2E3E2
(242,227,226)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5897F color. Also use rgb(197,137,127) instead hex code.

Text Font Color

.myTextColor { color: #C5897F; }

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

This text font color is #C5897F.

Background Color

.myBgColor { background-color: #C5897F; }

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

This div background color is #C5897F.

Border color

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

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

This div border color is #C5897F.

Opacity

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

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

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

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

This text has shadow with #C5897F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5897F.

Preview

Color preview on black background

This text has color #C5897F on black background.


Color preview on white background

This text has color #C5897F on white background.


Black color preview on #C5897F background

This text has black color on #C5897F background.


White color preview on #C5897F background

This text has white color on #C5897F background.


Related colors

Complementary color

Complementary color for #hex is #3A7680.


I love getcolorcode.com

Triadic colors

1 #7FC589 and #897FC5 with #C5897F are triadic colors.

2 #7F89C5 and #89C57F with #C5897F are triadic colors.