COLOR #C57686

HEX: #C57686 RGB: (197,118,134)

Color info

#C57686 contains mainly red color. Web safe color of #C57686 is #CC6699 (or #C69).

RGB color model

#C57686 color RGB value is (197,118,134).

RGB: (197,118,134) (77%, 46%, 53%)

RGB channels and saturation

R 197 of 255 = 77%
G 118 of 255 = 46%
B 134 of 255 = 53%

197
118
134

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

Portions of RGB colors in percentages

R + G + B = 197 + 118 + 134 = 449 (100%)
R 197 of 449 ~ 43.88%
G 118 of 449 ~ 26.28%
B 134 of 449 ~ 29.84'%

%43.88
%26.28
%29.84

CMYK color model

#C57686 color CMYK value is (0,40,32,23).

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

CMYK: (0,40,32,23)
C0M40Y32K23 (0%, 40%, 32%, 23%)
(0.00 / 0.40 / 0.32 / 0.23)

CMYK percentages

%0
%40.1
%31.98
%22.75

Codes

Color #C57686 in popluar color models

C5 76 86
RGB 197 118 134
HSL 348° 40.51% 61.76%
HSB/HSV 348° 40.10% 77.25%
CMYK 0.00% 40.10% 31.98%
22.75%

Color #C57686 in popluar number systems.

HEX C5 76 86
Decimal 197 118 134
Binary 11000101 1110110 10000110
Octal 305 166 206

Shades and tints

Shades of #C57686

#C57686
(197,118,134)
#B46C7A
(180,108,122)
#A3626E
(163,98,110)
#925862
(146,88,98)
#814E56
(129,78,86)
#70444A
(112,68,74)
#5F3A3E
(95,58,62)
#4E3032
(78,48,50)
#3D2626
(61,38,38)
#2C1C1A
(44,28,26)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #C57686

#C57686
(197,118,134)
#CA8291
(202,130,145)
#CF8E9C
(207,142,156)
#D49AA7
(212,154,167)
#D9A6B2
(217,166,178)
#DEB2BD
(222,178,189)
#E3BEC8
(227,190,200)
#E8CAD3
(232,202,211)
#EDD6DE
(237,214,222)
#F2E2E9
(242,226,233)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C57686; }

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

This text font color is #C57686.

Background Color

.myBgColor { background-color: #C57686; }

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

This div background color is #C57686.

Border color

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

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

This div border color is #C57686.

Opacity

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

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

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

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

This text has shadow with #C57686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57686.

Preview

Color preview on black background

This text has color #C57686 on black background.


Color preview on white background

This text has color #C57686 on white background.


Black color preview on #C57686 background

This text has black color on #C57686 background.


White color preview on #C57686 background

This text has white color on #C57686 background.


Related colors

Complementary color

Complementary color for #hex is #3A8979.


I love getcolorcode.com

Triadic colors

1 #86C576 and #7686C5 with #C57686 are triadic colors.

2 #8676C5 and #76C586 with #C57686 are triadic colors.