COLOR #C06C88

HEX: #C06C88
RGB: (192,108,136)

Color info

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

RGB color model

#C06C88 color RGB value is (192,108,136).

  • red value is 192;
  • green value is 108;
  • blue value is 136.
RGB:
(192,108,136)
(75%,42%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 108 of 255 = 42%
B 136 of 255 = 53%

192
108
136

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

Portions of RGB colors in percentages

R + G + B =
192 + 108 + 136 = 436 (100%)
R 192 of 436 ~ 44.04%
G 108 of 436 ~ 24.77%
B 136 of 436 ~ 31.19%

%44.04
%24.77
%31.19

CMYK color model

#C06C88 color CMYK value is (0,44,29,25).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 29.17%
  • key color value is 24.71%
CMYK:
(0,44,29,25)
C0M44Y29K25 
(0%,44%,29%,25%)
(0.00/0.44/0.29/0.25)	

CMYK percentages

%0
%43.75
%29.17
%24.71

Codes

Color #C06C88 in popluar color models

C06C88
RGB192108136
HSL340°40.00%58.82%
HSB/HSV340°43.75%75.29%
CMYK0.00%43.75%29.17%
24.71%

Color #C06C88 in popluar number systems.

HEXC06C88
Decimal192108136
Binary11000000110110010001000
Octal300154210

Shades and tints

Shades of #C06C88

#C06C88
(192,108,136)
#AF637C
(175,99,124)
#9E5A70
(158,90,112)
#8D5164
(141,81,100)
#7C4858
(124,72,88)
#6B3F4C
(107,63,76)
#5A3640
(90,54,64)
#492D34
(73,45,52)
#382428
(56,36,40)
#271B1C
(39,27,28)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #C06C88

#C06C88
(192,108,136)
#C57992
(197,121,146)
#CA869C
(202,134,156)
#CF93A6
(207,147,166)
#D4A0B0
(212,160,176)
#D9ADBA
(217,173,186)
#DEBAC4
(222,186,196)
#E3C7CE
(227,199,206)
#E8D4D8
(232,212,216)
#EDE1E2
(237,225,226)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06C88 color. Also use rgb(192,108,136) instead hex code.

Text Font Color

.myTextColor { color: #C06C88; }

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

This text font color is #C06C88.


Background Color

.myBgColor { background-color: #C06C88; }

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

This div background color is #C06C88.


Border color

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

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

This div border color is #C06C88.


Opacity

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

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

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

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

This text has shadow with #C06C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06C88 on black background.


Color preview on white background

This text has color #C06C88 on white background.



Black color preview on #C06C88 background

This text has black color on #C06C88 background.


White color preview on #C06C88 background

This text has white color on #C06C88 background.