COLOR #C87574

HEX: #C87574 RGB: (200,117,116)

Color info

#C87574 contains mainly red color. Web safe color of #C87574 is #CC6666 (or #C66).

RGB color model

#C87574 color RGB value is (200,117,116).

RGB: (200,117,116) (78%, 46%, 45%)

RGB channels and saturation

R 200 of 255 = 78%
G 117 of 255 = 46%
B 116 of 255 = 45%

200
117
116

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

Portions of RGB colors in percentages

R + G + B = 200 + 117 + 116 = 433 (100%)
R 200 of 433 ~ 46.19%
G 117 of 433 ~ 27.02%
B 116 of 433 ~ 26.79'%

%46.19
%27.02
%26.79

CMYK color model

#C87574 color CMYK value is (0,42,42,22).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 42.00%
  • key color value is 21.57%

CMYK: (0,42,42,22)
C0M42Y42K22 (0%, 42%, 42%, 22%)
(0.00 / 0.42 / 0.42 / 0.22)

CMYK percentages

%0
%41.5
%42
%21.57

Codes

Color #C87574 in popluar color models

C8 75 74
RGB 200 117 116
HSL 43.30% 61.96%
HSB/HSV 42.00% 78.43%
CMYK 0.00% 41.50% 42.00%
21.57%

Color #C87574 in popluar number systems.

HEX C8 75 74
Decimal 200 117 116
Binary 11001000 1110101 1110100
Octal 310 165 164

Shades and tints

Shades of #C87574

#C87574
(200,117,116)
#B66B6A
(182,107,106)
#A46160
(164,97,96)
#925756
(146,87,86)
#804D4C
(128,77,76)
#6E4342
(110,67,66)
#5C3938
(92,57,56)
#4A2F2E
(74,47,46)
#382524
(56,37,36)
#261B1A
(38,27,26)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #C87574

#C87574
(200,117,116)
#CD8180
(205,129,128)
#D28D8C
(210,141,140)
#D79998
(215,153,152)
#DCA5A4
(220,165,164)
#E1B1B0
(225,177,176)
#E6BDBC
(230,189,188)
#EBC9C8
(235,201,200)
#F0D5D4
(240,213,212)
#F5E1E0
(245,225,224)
#FAEDEC
(250,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87574 color. Also use rgb(200,117,116) instead hex code.

Text Font Color

.myTextColor { color: #C87574; }

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

This text font color is #C87574.

Background Color

.myBgColor { background-color: #C87574; }

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

This div background color is #C87574.

Border color

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

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

This div border color is #C87574.

Opacity

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

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

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

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

This text has shadow with #C87574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87574.

Preview

Color preview on black background

This text has color #C87574 on black background.


Color preview on white background

This text has color #C87574 on white background.


Black color preview on #C87574 background

This text has black color on #C87574 background.


White color preview on #C87574 background

This text has white color on #C87574 background.


Related colors

Complementary color

Complementary color for #hex is #378A8B.


I love getcolorcode.com

Triadic colors

1 #74C875 and #7574C8 with #C87574 are triadic colors.

2 #7475C8 and #75C874 with #C87574 are triadic colors.