COLOR #C06A80

HEX: #C06A80
RGB: (192,106,128)

Color info

#C06A80 contains mainly red color. Web safe color of #C06A80 is #CC6666 (or #C66).

RGB color model

#C06A80 color RGB value is (192,106,128).

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

RGB channels and saturation

R 192 of 255 = 75%
G 106 of 255 = 42%
B 128 of 255 = 50%

192
106
128

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

Portions of RGB colors in percentages

R + G + B =
192 + 106 + 128 = 426 (100%)
R 192 of 426 ~ 45.07%
G 106 of 426 ~ 24.88%
B 128 of 426 ~ 30.05%

%45.07
%24.88
%30.05

CMYK color model

#C06A80 color CMYK value is (0,45,33,25).

  • cyan value is 0.00%
  • magenta value is 44.79%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(0,45,33,25)
C0M45Y33K25 
(0%,45%,33%,25%)
(0.00/0.45/0.33/0.25)	

CMYK percentages

%0
%44.79
%33.33
%24.71

Codes

Color #C06A80 in popluar color models

C06A80
RGB192106128
HSL345°40.57%58.43%
HSB/HSV345°44.79%75.29%
CMYK0.00%44.79%33.33%
24.71%

Color #C06A80 in popluar number systems.

HEXC06A80
Decimal192106128
Binary11000000110101010000000
Octal300152200

Shades and tints

Shades of #C06A80

#C06A80
(192,106,128)
#AF6175
(175,97,117)
#9E586A
(158,88,106)
#8D4F5F
(141,79,95)
#7C4654
(124,70,84)
#6B3D49
(107,61,73)
#5A343E
(90,52,62)
#492B33
(73,43,51)
#382228
(56,34,40)
#27191D
(39,25,29)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #C06A80

#C06A80
(192,106,128)
#C5778B
(197,119,139)
#CA8496
(202,132,150)
#CF91A1
(207,145,161)
#D49EAC
(212,158,172)
#D9ABB7
(217,171,183)
#DEB8C2
(222,184,194)
#E3C5CD
(227,197,205)
#E8D2D8
(232,210,216)
#EDDFE3
(237,223,227)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06A80; }

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

This text font color is #C06A80.


Background Color

.myBgColor { background-color: #C06A80; }

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

This div background color is #C06A80.


Border color

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

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

This div border color is #C06A80.


Opacity

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

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

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

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

This text has shadow with #C06A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06A80 on black background.


Color preview on white background

This text has color #C06A80 on white background.



Black color preview on #C06A80 background

This text has black color on #C06A80 background.


White color preview on #C06A80 background

This text has white color on #C06A80 background.