COLOR #C06782

HEX: #C06782 RGB: (192,103,130)

Color info

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

RGB color model

#C06782 color RGB value is (192,103,130).

RGB: (192,103,130) (75%, 40%, 51%)

RGB channels and saturation

R 192 of 255 = 75%
G 103 of 255 = 40%
B 130 of 255 = 51%

192
103
130

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

Portions of RGB colors in percentages

R + G + B = 192 + 103 + 130 = 425 (100%)
R 192 of 425 ~ 45.18%
G 103 of 425 ~ 24.24%
B 130 of 425 ~ 30.59'%

%45.18
%24.24
%30.59

CMYK color model

#C06782 color CMYK value is (0,46,32,25).

  • cyan value is 0.00%
  • magenta value is 46.35%
  • yellow value is 32.29%
  • key color value is 24.71%

CMYK: (0,46,32,25)
C0M46Y32K25 (0%, 46%, 32%, 25%)
(0.00 / 0.46 / 0.32 / 0.25)

CMYK percentages

%0
%46.35
%32.29
%24.71

Codes

Color #C06782 in popluar color models

C0 67 82
RGB 192 103 130
HSL 342° 41.40% 57.84%
HSB/HSV 342° 46.35% 75.29%
CMYK 0.00% 46.35% 32.29%
24.71%

Color #C06782 in popluar number systems.

HEX C0 67 82
Decimal 192 103 130
Binary 11000000 1100111 10000010
Octal 300 147 202

Shades and tints

Shades of #C06782

#C06782
(192,103,130)
#AF5E77
(175,94,119)
#9E556C
(158,85,108)
#8D4C61
(141,76,97)
#7C4356
(124,67,86)
#6B3A4B
(107,58,75)
#5A3140
(90,49,64)
#492835
(73,40,53)
#381F2A
(56,31,42)
#27161F
(39,22,31)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #C06782

#C06782
(192,103,130)
#C5748D
(197,116,141)
#CA8198
(202,129,152)
#CF8EA3
(207,142,163)
#D49BAE
(212,155,174)
#D9A8B9
(217,168,185)
#DEB5C4
(222,181,196)
#E3C2CF
(227,194,207)
#E8CFDA
(232,207,218)
#EDDCE5
(237,220,229)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06782 color. Also use rgb(192,103,130) instead hex code.

Text Font Color

.myTextColor { color: #C06782; }

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

This text font color is #C06782.

Background Color

.myBgColor { background-color: #C06782; }

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

This div background color is #C06782.

Border color

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

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

This div border color is #C06782.

Opacity

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

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

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

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

This text has shadow with #C06782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06782.

Preview

Color preview on black background

This text has color #C06782 on black background.


Color preview on white background

This text has color #C06782 on white background.


Black color preview on #C06782 background

This text has black color on #C06782 background.


White color preview on #C06782 background

This text has white color on #C06782 background.


Related colors

Complementary color

Complementary color for #hex is #3F987D.


I love getcolorcode.com

Triadic colors

1 #82C067 and #6782C0 with #C06782 are triadic colors.

2 #8267C0 and #67C082 with #C06782 are triadic colors.