COLOR #C86D95

HEX: #C86D95 RGB: (200,109,149)

Color info

#C86D95 contains mainly red and blue colors. Web safe color of #C86D95 is #CC6699 (or #C69).

RGB color model

#C86D95 color RGB value is (200,109,149).

RGB: (200,109,149) (78%, 43%, 58%)

RGB channels and saturation

R 200 of 255 = 78%
G 109 of 255 = 43%
B 149 of 255 = 58%

200
109
149

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

Portions of RGB colors in percentages

R + G + B = 200 + 109 + 149 = 458 (100%)
R 200 of 458 ~ 43.67%
G 109 of 458 ~ 23.8%
B 149 of 458 ~ 32.53'%

%43.67
%23.8
%32.53

CMYK color model

#C86D95 color CMYK value is (0,46,26,22).

  • cyan value is 0.00%
  • magenta value is 45.50%
  • yellow value is 25.50%
  • key color value is 21.57%

CMYK: (0,46,26,22)
C0M46Y26K22 (0%, 46%, 26%, 22%)
(0.00 / 0.46 / 0.26 / 0.22)

CMYK percentages

%0
%45.5
%25.5
%21.57

Codes

Color #C86D95 in popluar color models

C8 6D 95
RGB 200 109 149
HSL 334° 45.27% 60.59%
HSB/HSV 334° 45.50% 78.43%
CMYK 0.00% 45.50% 25.50%
21.57%

Color #C86D95 in popluar number systems.

HEX C8 6D 95
Decimal 200 109 149
Binary 11001000 1101101 10010101
Octal 310 155 225

Shades and tints

Shades of #C86D95

#C86D95
(200,109,149)
#B66488
(182,100,136)
#A45B7B
(164,91,123)
#92526E
(146,82,110)
#804961
(128,73,97)
#6E4054
(110,64,84)
#5C3747
(92,55,71)
#4A2E3A
(74,46,58)
#38252D
(56,37,45)
#261C20
(38,28,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #C86D95

#C86D95
(200,109,149)
#CD7A9E
(205,122,158)
#D287A7
(210,135,167)
#D794B0
(215,148,176)
#DCA1B9
(220,161,185)
#E1AEC2
(225,174,194)
#E6BBCB
(230,187,203)
#EBC8D4
(235,200,212)
#F0D5DD
(240,213,221)
#F5E2E6
(245,226,230)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86D95 color. Also use rgb(200,109,149) instead hex code.

Text Font Color

.myTextColor { color: #C86D95; }

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

This text font color is #C86D95.

Background Color

.myBgColor { background-color: #C86D95; }

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

This div background color is #C86D95.

Border color

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

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

This div border color is #C86D95.

Opacity

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

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

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

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

This text has shadow with #C86D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C86D95.

Preview

Color preview on black background

This text has color #C86D95 on black background.


Color preview on white background

This text has color #C86D95 on white background.


Black color preview on #C86D95 background

This text has black color on #C86D95 background.


White color preview on #C86D95 background

This text has white color on #C86D95 background.


Related colors

Complementary color

Complementary color for #hex is #37926A.


I love getcolorcode.com

Triadic colors

1 #95C86D and #6D95C8 with #C86D95 are triadic colors.

2 #956DC8 and #6DC895 with #C86D95 are triadic colors.