COLOR #C86082

HEX: #C86082 RGB: (200,96,130)

Color info

#C86082 contains mainly red color. Web safe color of #C86082 is #CC6699 (or #C69).

RGB color model

#C86082 color RGB value is (200,96,130).

RGB: (200,96,130) (78%, 38%, 51%)

RGB channels and saturation

R 200 of 255 = 78%
G 96 of 255 = 38%
B 130 of 255 = 51%

200
96
130

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

Portions of RGB colors in percentages

R + G + B = 200 + 96 + 130 = 426 (100%)
R 200 of 426 ~ 46.95%
G 96 of 426 ~ 22.54%
B 130 of 426 ~ 30.52'%

%46.95
%22.54
%30.52

CMYK color model

#C86082 color CMYK value is (0,52,35,22).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 35.00%
  • key color value is 21.57%

CMYK: (0,52,35,22)
C0M52Y35K22 (0%, 52%, 35%, 22%)
(0.00 / 0.52 / 0.35 / 0.22)

CMYK percentages

%0
%52
%35
%21.57

Codes

Color #C86082 in popluar color models

C8 60 82
RGB 200 96 130
HSL 340° 48.60% 58.04%
HSB/HSV 340° 52.00% 78.43%
CMYK 0.00% 52.00% 35.00%
21.57%

Color #C86082 in popluar number systems.

HEX C8 60 82
Decimal 200 96 130
Binary 11001000 1100000 10000010
Octal 310 140 202

Shades and tints

Shades of #C86082

#C86082
(200,96,130)
#B65877
(182,88,119)
#A4506C
(164,80,108)
#924861
(146,72,97)
#804056
(128,64,86)
#6E384B
(110,56,75)
#5C3040
(92,48,64)
#4A2835
(74,40,53)
#38202A
(56,32,42)
#26181F
(38,24,31)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #C86082

#C86082
(200,96,130)
#CD6E8D
(205,110,141)
#D27C98
(210,124,152)
#D78AA3
(215,138,163)
#DC98AE
(220,152,174)
#E1A6B9
(225,166,185)
#E6B4C4
(230,180,196)
#EBC2CF
(235,194,207)
#F0D0DA
(240,208,218)
#F5DEE5
(245,222,229)
#FAECF0
(250,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86082 color. Also use rgb(200,96,130) instead hex code.

Text Font Color

.myTextColor { color: #C86082; }

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

This text font color is #C86082.

Background Color

.myBgColor { background-color: #C86082; }

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

This div background color is #C86082.

Border color

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

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

This div border color is #C86082.

Opacity

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

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

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

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

This text has shadow with #C86082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C86082.

Preview

Color preview on black background

This text has color #C86082 on black background.


Color preview on white background

This text has color #C86082 on white background.


Black color preview on #C86082 background

This text has black color on #C86082 background.


White color preview on #C86082 background

This text has white color on #C86082 background.


Related colors

Complementary color

Complementary color for #hex is #379F7D.


I love getcolorcode.com

Triadic colors

1 #82C860 and #6082C8 with #C86082 are triadic colors.

2 #8260C8 and #60C882 with #C86082 are triadic colors.