COLOR #C06F95

HEX: #C06F95
RGB: (192,111,149)

Color info

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

RGB color model

#C06F95 color RGB value is (192,111,149).

  • red value is 192;
  • green value is 111;
  • blue value is 149.
RGB:
(192,111,149)
(75%,44%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 111 of 255 = 44%
B 149 of 255 = 58%

192
111
149

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

Portions of RGB colors in percentages

R + G + B =
192 + 111 + 149 = 452 (100%)
R 192 of 452 ~ 42.48%
G 111 of 452 ~ 24.56%
B 149 of 452 ~ 32.96%

%42.48
%24.56
%32.96

CMYK color model

#C06F95 color CMYK value is (0,42,22,25).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 22.40%
  • key color value is 24.71%
CMYK:
(0,42,22,25)
C0M42Y22K25 
(0%,42%,22%,25%)
(0.00/0.42/0.22/0.25)	

CMYK percentages

%0
%42.19
%22.4
%24.71

Codes

Color #C06F95 in popluar color models

C06F95
RGB192111149
HSL332°39.13%59.41%
HSB/HSV332°42.19%75.29%
CMYK0.00%42.19%22.40%
24.71%

Color #C06F95 in popluar number systems.

HEXC06F95
Decimal192111149
Binary11000000110111110010101
Octal300157225

Shades and tints

Shades of #C06F95

#C06F95
(192,111,149)
#AF6588
(175,101,136)
#9E5B7B
(158,91,123)
#8D516E
(141,81,110)
#7C4761
(124,71,97)
#6B3D54
(107,61,84)
#5A3347
(90,51,71)
#49293A
(73,41,58)
#381F2D
(56,31,45)
#271520
(39,21,32)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #C06F95

#C06F95
(192,111,149)
#C57C9E
(197,124,158)
#CA89A7
(202,137,167)
#CF96B0
(207,150,176)
#D4A3B9
(212,163,185)
#D9B0C2
(217,176,194)
#DEBDCB
(222,189,203)
#E3CAD4
(227,202,212)
#E8D7DD
(232,215,221)
#EDE4E6
(237,228,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06F95 color. Also use rgb(192,111,149) instead hex code.

Text Font Color

.myTextColor { color: #C06F95; }

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

This text font color is #C06F95.


Background Color

.myBgColor { background-color: #C06F95; }

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

This div background color is #C06F95.


Border color

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

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

This div border color is #C06F95.


Opacity

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

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

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

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

This text has shadow with #C06F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06F95 on black background.


Color preview on white background

This text has color #C06F95 on white background.



Black color preview on #C06F95 background

This text has black color on #C06F95 background.


White color preview on #C06F95 background

This text has white color on #C06F95 background.