COLOR #C5857F

HEX: #C5857F RGB: (197,133,127)

Color info

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

RGB color model

#C5857F color RGB value is (197,133,127).

RGB: (197,133,127) (77%, 52%, 50%)

RGB channels and saturation

R 197 of 255 = 77%
G 133 of 255 = 52%
B 127 of 255 = 50%

197
133
127

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

Portions of RGB colors in percentages

R + G + B = 197 + 133 + 127 = 457 (100%)
R 197 of 457 ~ 43.11%
G 133 of 457 ~ 29.1%
B 127 of 457 ~ 27.79'%

%43.11
%29.1
%27.79

CMYK color model

#C5857F color CMYK value is (0,32,36,23).

  • cyan value is 0.00%
  • magenta value is 32.49%
  • yellow value is 35.53%
  • key color value is 22.75%
CMYK: (0,32,36,23) C0M32Y36K23 (0%,32%,36%,23%) (0.00/0.32/0.36/0.23) 

CMYK percentages

%0
%32.49
%35.53
%22.75

Codes

Color #C5857F in popluar color models

C5 85 7F
RGB 197 133 127
HSL 37.63% 63.53%
HSB/HSV 35.53% 77.25%
CMYK 0.00% 32.49% 35.53%
22.75%

Color #C5857F in popluar number systems.

HEX C5 85 7F
Decimal 197 133 127
Binary 11000101 10000101 1111111
Octal 305 205 177

Shades and tints

Shades of #C5857F

#C5857F
(197,133,127)
#B47974
(180,121,116)
#A36D69
(163,109,105)
#92615E
(146,97,94)
#815553
(129,85,83)
#704948
(112,73,72)
#5F3D3D
(95,61,61)
#4E3132
(78,49,50)
#3D2527
(61,37,39)
#2C191C
(44,25,28)
#1B0D11
(27,13,17)
#000000
(0,0,0)

Tints of #C5857F

#C5857F
(197,133,127)
#CA908A
(202,144,138)
#CF9B95
(207,155,149)
#D4A6A0
(212,166,160)
#D9B1AB
(217,177,171)
#DEBCB6
(222,188,182)
#E3C7C1
(227,199,193)
#E8D2CC
(232,210,204)
#EDDDD7
(237,221,215)
#F2E8E2
(242,232,226)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5857F; }

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

This text font color is #C5857F.

Background Color

.myBgColor { background-color: #C5857F; }

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

This div background color is #C5857F.

Border color

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

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

This div border color is #C5857F.

Opacity

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

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

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

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

This text has shadow with #C5857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5857F.

Preview

Color preview on black background

This text has color #C5857F on black background.


Color preview on white background

This text has color #C5857F on white background.


Black color preview on #C5857F background

This text has black color on #C5857F background.


White color preview on #C5857F background

This text has white color on #C5857F background.


Related colors

Complementary color

Complementary color for #hex is #3A7A80.


I love getcolorcode.com

Triadic colors

1 #7FC585 and #857FC5 with #C5857F are triadic colors.

2 #7F85C5 and #85C57F with #C5857F are triadic colors.