COLOR #C86C79

HEX: #C86C79 RGB: (200,108,121)

Color info

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

RGB color model

#C86C79 color RGB value is (200,108,121).

RGB: (200,108,121) (78%, 42%, 47%)

RGB channels and saturation

R 200 of 255 = 78%
G 108 of 255 = 42%
B 121 of 255 = 47%

200
108
121

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

Portions of RGB colors in percentages

R + G + B = 200 + 108 + 121 = 429 (100%)
R 200 of 429 ~ 46.62%
G 108 of 429 ~ 25.17%
B 121 of 429 ~ 28.21'%

%46.62
%25.17
%28.21

CMYK color model

#C86C79 color CMYK value is (0,46,40,22).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 39.50%
  • key color value is 21.57%
CMYK: (0,46,40,22) C0M46Y40K22 (0%,46%,40%,22%) (0.00/0.46/0.40/0.22) 

CMYK percentages

%0
%46
%39.5
%21.57

Codes

Color #C86C79 in popluar color models

C8 6C 79
RGB 200 108 121
HSL 352° 45.54% 60.39%
HSB/HSV 352° 46.00% 78.43%
CMYK 0.00% 46.00% 39.50%
21.57%

Color #C86C79 in popluar number systems.

HEX C8 6C 79
Decimal 200 108 121
Binary 11001000 1101100 1111001
Octal 310 154 171

Shades and tints

Shades of #C86C79

#C86C79
(200,108,121)
#B6636E
(182,99,110)
#A45A63
(164,90,99)
#925158
(146,81,88)
#80484D
(128,72,77)
#6E3F42
(110,63,66)
#5C3637
(92,54,55)
#4A2D2C
(74,45,44)
#382421
(56,36,33)
#261B16
(38,27,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #C86C79

#C86C79
(200,108,121)
#CD7985
(205,121,133)
#D28691
(210,134,145)
#D7939D
(215,147,157)
#DCA0A9
(220,160,169)
#E1ADB5
(225,173,181)
#E6BAC1
(230,186,193)
#EBC7CD
(235,199,205)
#F0D4D9
(240,212,217)
#F5E1E5
(245,225,229)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86C79 color. Also use rgb(200,108,121) instead hex code.

Text Font Color

.myTextColor { color: #C86C79; }

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

This text font color is #C86C79.

Background Color

.myBgColor { background-color: #C86C79; }

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

This div background color is #C86C79.

Border color

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

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

This div border color is #C86C79.

Opacity

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

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

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

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

This text has shadow with #C86C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C86C79.

Preview

Color preview on black background

This text has color #C86C79 on black background.


Color preview on white background

This text has color #C86C79 on white background.


Black color preview on #C86C79 background

This text has black color on #C86C79 background.


White color preview on #C86C79 background

This text has white color on #C86C79 background.


Related colors

Complementary color

Complementary color for #hex is #379386.


I love getcolorcode.com

Triadic colors

1 #79C86C and #6C79C8 with #C86C79 are triadic colors.

2 #796CC8 and #6CC879 with #C86C79 are triadic colors.