COLOR #C06A82

HEX: #C06A82
RGB: (192,106,130)

Color info

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

RGB color model

#C06A82 color RGB value is (192,106,130).

  • red value is 192;
  • green value is 106;
  • blue value is 130.
RGB:
(192,106,130)
(75%,42%,51%)

RGB channels and saturation

R 192 of 255 = 75%
G 106 of 255 = 42%
B 130 of 255 = 51%

192
106
130

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

Portions of RGB colors in percentages

R + G + B =
192 + 106 + 130 = 428 (100%)
R 192 of 428 ~ 44.86%
G 106 of 428 ~ 24.77%
B 130 of 428 ~ 30.37%

%44.86
%24.77
%30.37

CMYK color model

#C06A82 color CMYK value is (0,45,32,25).

  • cyan value is 0.00%
  • magenta value is 44.79%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(0,45,32,25)
C0M45Y32K25 
(0%,45%,32%,25%)
(0.00/0.45/0.32/0.25)	

CMYK percentages

%0
%44.79
%32.29
%24.71

Codes

Color #C06A82 in popluar color models

C06A82
RGB192106130
HSL343°40.57%58.43%
HSB/HSV343°44.79%75.29%
CMYK0.00%44.79%32.29%
24.71%

Color #C06A82 in popluar number systems.

HEXC06A82
Decimal192106130
Binary11000000110101010000010
Octal300152202

Shades and tints

Shades of #C06A82

#C06A82
(192,106,130)
#AF6177
(175,97,119)
#9E586C
(158,88,108)
#8D4F61
(141,79,97)
#7C4656
(124,70,86)
#6B3D4B
(107,61,75)
#5A3440
(90,52,64)
#492B35
(73,43,53)
#38222A
(56,34,42)
#27191F
(39,25,31)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #C06A82

#C06A82
(192,106,130)
#C5778D
(197,119,141)
#CA8498
(202,132,152)
#CF91A3
(207,145,163)
#D49EAE
(212,158,174)
#D9ABB9
(217,171,185)
#DEB8C4
(222,184,196)
#E3C5CF
(227,197,207)
#E8D2DA
(232,210,218)
#EDDFE5
(237,223,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06A82; }

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

This text font color is #C06A82.


Background Color

.myBgColor { background-color: #C06A82; }

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

This div background color is #C06A82.


Border color

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

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

This div border color is #C06A82.


Opacity

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

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

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

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

This text has shadow with #C06A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06A82 on black background.


Color preview on white background

This text has color #C06A82 on white background.



Black color preview on #C06A82 background

This text has black color on #C06A82 background.


White color preview on #C06A82 background

This text has white color on #C06A82 background.