COLOR #C06294

HEX: #C06294
RGB: (192,98,148)

Color info

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

RGB color model

#C06294 color RGB value is (192,98,148).

  • red value is 192;
  • green value is 98;
  • blue value is 148.
RGB:
(192,98,148)
(75%,38%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 98 of 255 = 38%
B 148 of 255 = 58%

192
98
148

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

Portions of RGB colors in percentages

R + G + B =
192 + 98 + 148 = 438 (100%)
R 192 of 438 ~ 43.84%
G 98 of 438 ~ 22.37%
B 148 of 438 ~ 33.79%

%43.84
%22.37
%33.79

CMYK color model

#C06294 color CMYK value is (0,49,23,25).

  • cyan value is 0.00%
  • magenta value is 48.96%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(0,49,23,25)
C0M49Y23K25 
(0%,49%,23%,25%)
(0.00/0.49/0.23/0.25)	

CMYK percentages

%0
%48.96
%22.92
%24.71

Codes

Color #C06294 in popluar color models

C06294
RGB19298148
HSL328°42.73%56.86%
HSB/HSV328°48.96%75.29%
CMYK0.00%48.96%22.92%
24.71%

Color #C06294 in popluar number systems.

HEXC06294
Decimal19298148
Binary11000000110001010010100
Octal300142224

Shades and tints

Shades of #C06294

#C06294
(192,98,148)
#AF5A87
(175,90,135)
#9E527A
(158,82,122)
#8D4A6D
(141,74,109)
#7C4260
(124,66,96)
#6B3A53
(107,58,83)
#5A3246
(90,50,70)
#492A39
(73,42,57)
#38222C
(56,34,44)
#271A1F
(39,26,31)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C06294

#C06294
(192,98,148)
#C5709D
(197,112,157)
#CA7EA6
(202,126,166)
#CF8CAF
(207,140,175)
#D49AB8
(212,154,184)
#D9A8C1
(217,168,193)
#DEB6CA
(222,182,202)
#E3C4D3
(227,196,211)
#E8D2DC
(232,210,220)
#EDE0E5
(237,224,229)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06294 color. Also use rgb(192,98,148) instead hex code.

Text Font Color

.myTextColor { color: #C06294; }

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

This text font color is #C06294.


Background Color

.myBgColor { background-color: #C06294; }

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

This div background color is #C06294.


Border color

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

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

This div border color is #C06294.


Opacity

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

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

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

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

This text has shadow with #C06294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06294 on black background.


Color preview on white background

This text has color #C06294 on white background.



Black color preview on #C06294 background

This text has black color on #C06294 background.


White color preview on #C06294 background

This text has white color on #C06294 background.