COLOR #C87767

HEX: #C87767 RGB: (200,119,103)

Color info

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

RGB color model

#C87767 color RGB value is (200,119,103).

RGB: (200,119,103) (78%, 47%, 40%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 103 of 255 = 40%

200
119
103

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

Portions of RGB colors in percentages

R + G + B = 200 + 119 + 103 = 422 (100%)
R 200 of 422 ~ 47.39%
G 119 of 422 ~ 28.2%
B 103 of 422 ~ 24.41'%

%47.39
%28.2
%24.41

CMYK color model

#C87767 color CMYK value is (0,41,49,22).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 48.50%
  • key color value is 21.57%

CMYK: (0,41,49,22)
C0M41Y49K22 (0%, 41%, 49%, 22%)
(0.00 / 0.41 / 0.49 / 0.22)

CMYK percentages

%0
%40.5
%48.5
%21.57

Codes

Color #C87767 in popluar color models

C8 77 67
RGB 200 119 103
HSL 10° 46.86% 59.41%
HSB/HSV 10° 48.50% 78.43%
CMYK 0.00% 40.50% 48.50%
21.57%

Color #C87767 in popluar number systems.

HEX C8 77 67
Decimal 200 119 103
Binary 11001000 1110111 1100111
Octal 310 167 147

Shades and tints

Shades of #C87767

#C87767
(200,119,103)
#B66D5E
(182,109,94)
#A46355
(164,99,85)
#92594C
(146,89,76)
#804F43
(128,79,67)
#6E453A
(110,69,58)
#5C3B31
(92,59,49)
#4A3128
(74,49,40)
#38271F
(56,39,31)
#261D16
(38,29,22)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #C87767

#C87767
(200,119,103)
#CD8374
(205,131,116)
#D28F81
(210,143,129)
#D79B8E
(215,155,142)
#DCA79B
(220,167,155)
#E1B3A8
(225,179,168)
#E6BFB5
(230,191,181)
#EBCBC2
(235,203,194)
#F0D7CF
(240,215,207)
#F5E3DC
(245,227,220)
#FAEFE9
(250,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87767 color. Also use rgb(200,119,103) instead hex code.

Text Font Color

.myTextColor { color: #C87767; }

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

This text font color is #C87767.

Background Color

.myBgColor { background-color: #C87767; }

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

This div background color is #C87767.

Border color

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

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

This div border color is #C87767.

Opacity

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

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

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

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

This text has shadow with #C87767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87767.

Preview

Color preview on black background

This text has color #C87767 on black background.


Color preview on white background

This text has color #C87767 on white background.


Black color preview on #C87767 background

This text has black color on #C87767 background.


White color preview on #C87767 background

This text has white color on #C87767 background.


Related colors

Complementary color

Complementary color for #hex is #378898.


I love getcolorcode.com

Triadic colors

1 #67C877 and #7767C8 with #C87767 are triadic colors.

2 #6777C8 and #77C867 with #C87767 are triadic colors.