COLOR #C86795

HEX: #C86795
RGB: (200,103,149)

Color info

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

RGB color model

#C86795 color RGB value is (200,103,149).

  • red value is 200;
  • green value is 103;
  • blue value is 149.
RGB:
(200,103,149)
(78%,40%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 103 of 255 = 40%
B 149 of 255 = 58%

200
103
149

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

Portions of RGB colors in percentages

R + G + B =
200 + 103 + 149 = 452 (100%)
R 200 of 452 ~ 44.25%
G 103 of 452 ~ 22.79%
B 149 of 452 ~ 32.96%

%44.25
%22.79
%32.96

CMYK color model

#C86795 color CMYK value is (0,49,26,22).

  • cyan value is 0.00%
  • magenta value is 48.50%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK:
(0,49,26,22)
C0M49Y26K22 
(0%,49%,26%,22%)
(0.00/0.49/0.26/0.22)	

CMYK percentages

%0
%48.5
%25.5
%21.57

Codes

Color #C86795 in popluar color models

C86795
RGB200103149
HSL332°46.86%59.41%
HSB/HSV332°48.50%78.43%
CMYK0.00%48.50%25.50%
21.57%

Color #C86795 in popluar number systems.

HEXC86795
Decimal200103149
Binary11001000110011110010101
Octal310147225

Shades and tints

Shades of #C86795

#C86795
(200,103,149)
#B65E88
(182,94,136)
#A4557B
(164,85,123)
#924C6E
(146,76,110)
#804361
(128,67,97)
#6E3A54
(110,58,84)
#5C3147
(92,49,71)
#4A283A
(74,40,58)
#381F2D
(56,31,45)
#261620
(38,22,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #C86795

#C86795
(200,103,149)
#CD749E
(205,116,158)
#D281A7
(210,129,167)
#D78EB0
(215,142,176)
#DC9BB9
(220,155,185)
#E1A8C2
(225,168,194)
#E6B5CB
(230,181,203)
#EBC2D4
(235,194,212)
#F0CFDD
(240,207,221)
#F5DCE6
(245,220,230)
#FAE9EF
(250,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C86795; }

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

This text font color is #C86795.


Background Color

.myBgColor { background-color: #C86795; }

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

This div background color is #C86795.


Border color

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

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

This div border color is #C86795.


Opacity

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

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

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

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

This text has shadow with #C86795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86795 on black background.


Color preview on white background

This text has color #C86795 on white background.



Black color preview on #C86795 background

This text has black color on #C86795 background.


White color preview on #C86795 background

This text has white color on #C86795 background.