COLOR #C86A73

HEX: #C86A73 RGB: (200,106,115)

Color info

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

RGB color model

#C86A73 color RGB value is (200,106,115).

RGB: (200,106,115) (78%, 42%, 45%)

RGB channels and saturation

R 200 of 255 = 78%
G 106 of 255 = 42%
B 115 of 255 = 45%

200
106
115

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

Portions of RGB colors in percentages

R + G + B = 200 + 106 + 115 = 421 (100%)
R 200 of 421 ~ 47.51%
G 106 of 421 ~ 25.18%
B 115 of 421 ~ 27.32'%

%47.51
%25.18
%27.32

CMYK color model

#C86A73 color CMYK value is (0,47,43,22).

  • cyan value is 0.00%
  • magenta value is 47.00%
  • yellow value is 42.50%
  • key color value is 21.57%

CMYK: (0,47,43,22)
C0M47Y43K22 (0%, 47%, 43%, 22%)
(0.00 / 0.47 / 0.43 / 0.22)

CMYK percentages

%0
%47
%42.5
%21.57

Codes

Color #C86A73 in popluar color models

C8 6A 73
RGB 200 106 115
HSL 354° 46.08% 60.00%
HSB/HSV 354° 47.00% 78.43%
CMYK 0.00% 47.00% 42.50%
21.57%

Color #C86A73 in popluar number systems.

HEX C8 6A 73
Decimal 200 106 115
Binary 11001000 1101010 1110011
Octal 310 152 163

Shades and tints

Shades of #C86A73

#C86A73
(200,106,115)
#B66169
(182,97,105)
#A4585F
(164,88,95)
#924F55
(146,79,85)
#80464B
(128,70,75)
#6E3D41
(110,61,65)
#5C3437
(92,52,55)
#4A2B2D
(74,43,45)
#382223
(56,34,35)
#261919
(38,25,25)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #C86A73

#C86A73
(200,106,115)
#CD777F
(205,119,127)
#D2848B
(210,132,139)
#D79197
(215,145,151)
#DC9EA3
(220,158,163)
#E1ABAF
(225,171,175)
#E6B8BB
(230,184,187)
#EBC5C7
(235,197,199)
#F0D2D3
(240,210,211)
#F5DFDF
(245,223,223)
#FAECEB
(250,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86A73 color. Also use rgb(200,106,115) instead hex code.

Text Font Color

.myTextColor { color: #C86A73; }

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

This text font color is #C86A73.

Background Color

.myBgColor { background-color: #C86A73; }

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

This div background color is #C86A73.

Border color

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

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

This div border color is #C86A73.

Opacity

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

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

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

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

This text has shadow with #C86A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C86A73.

Preview

Color preview on black background

This text has color #C86A73 on black background.


Color preview on white background

This text has color #C86A73 on white background.


Black color preview on #C86A73 background

This text has black color on #C86A73 background.


White color preview on #C86A73 background

This text has white color on #C86A73 background.


Related colors

Complementary color

Complementary color for #hex is #37958C.


I love getcolorcode.com

Triadic colors

1 #73C86A and #6A73C8 with #C86A73 are triadic colors.

2 #736AC8 and #6AC873 with #C86A73 are triadic colors.