COLOR #C06D88

HEX: #C06D88
RGB: (192,109,136)

Color info

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

RGB color model

#C06D88 color RGB value is (192,109,136).

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

RGB channels and saturation

R 192 of 255 = 75%
G 109 of 255 = 43%
B 136 of 255 = 53%

192
109
136

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

Portions of RGB colors in percentages

R + G + B =
192 + 109 + 136 = 437 (100%)
R 192 of 437 ~ 43.94%
G 109 of 437 ~ 24.94%
B 136 of 437 ~ 31.12%

%43.94
%24.94
%31.12

CMYK color model

#C06D88 color CMYK value is (0,43,29,25).

  • cyan value is 0.00%
  • magenta value is 43.23%
  • yellow value is 29.17%
  • key color value is 24.71%
CMYK:
(0,43,29,25)
C0M43Y29K25 
(0%,43%,29%,25%)
(0.00/0.43/0.29/0.25)	

CMYK percentages

%0
%43.23
%29.17
%24.71

Codes

Color #C06D88 in popluar color models

C06D88
RGB192109136
HSL340°39.71%59.02%
HSB/HSV340°43.23%75.29%
CMYK0.00%43.23%29.17%
24.71%

Color #C06D88 in popluar number systems.

HEXC06D88
Decimal192109136
Binary11000000110110110001000
Octal300155210

Shades and tints

Shades of #C06D88

#C06D88
(192,109,136)
#AF647C
(175,100,124)
#9E5B70
(158,91,112)
#8D5264
(141,82,100)
#7C4958
(124,73,88)
#6B404C
(107,64,76)
#5A3740
(90,55,64)
#492E34
(73,46,52)
#382528
(56,37,40)
#271C1C
(39,28,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #C06D88

#C06D88
(192,109,136)
#C57A92
(197,122,146)
#CA879C
(202,135,156)
#CF94A6
(207,148,166)
#D4A1B0
(212,161,176)
#D9AEBA
(217,174,186)
#DEBBC4
(222,187,196)
#E3C8CE
(227,200,206)
#E8D5D8
(232,213,216)
#EDE2E2
(237,226,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06D88; }

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

This text font color is #C06D88.


Background Color

.myBgColor { background-color: #C06D88; }

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

This div background color is #C06D88.


Border color

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

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

This div border color is #C06D88.


Opacity

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

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

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

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

This text has shadow with #C06D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06D88 on black background.


Color preview on white background

This text has color #C06D88 on white background.



Black color preview on #C06D88 background

This text has black color on #C06D88 background.


White color preview on #C06D88 background

This text has white color on #C06D88 background.