COLOR #C05E98

HEX: #C05E98
RGB: (192,94,152)

Color info

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

RGB color model

#C05E98 color RGB value is (192,94,152).

  • red value is 192;
  • green value is 94;
  • blue value is 152.
RGB:
(192,94,152)
(75%,37%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 94 of 255 = 37%
B 152 of 255 = 60%

192
94
152

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

Portions of RGB colors in percentages

R + G + B =
192 + 94 + 152 = 438 (100%)
R 192 of 438 ~ 43.84%
G 94 of 438 ~ 21.46%
B 152 of 438 ~ 34.7%

%43.84
%21.46
%34.7

CMYK color model

#C05E98 color CMYK value is (0,51,21,25).

  • cyan value is 0.00%
  • magenta value is 51.04%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(0,51,21,25)
C0M51Y21K25 
(0%,51%,21%,25%)
(0.00/0.51/0.21/0.25)	

CMYK percentages

%0
%51.04
%20.83
%24.71

Codes

Color #C05E98 in popluar color models

C05E98
RGB19294152
HSL324°43.75%56.08%
HSB/HSV324°51.04%75.29%
CMYK0.00%51.04%20.83%
24.71%

Color #C05E98 in popluar number systems.

HEXC05E98
Decimal19294152
Binary11000000101111010011000
Octal300136230

Shades and tints

Shades of #C05E98

#C05E98
(192,94,152)
#AF568B
(175,86,139)
#9E4E7E
(158,78,126)
#8D4671
(141,70,113)
#7C3E64
(124,62,100)
#6B3657
(107,54,87)
#5A2E4A
(90,46,74)
#49263D
(73,38,61)
#381E30
(56,30,48)
#271623
(39,22,35)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #C05E98

#C05E98
(192,94,152)
#C56CA1
(197,108,161)
#CA7AAA
(202,122,170)
#CF88B3
(207,136,179)
#D496BC
(212,150,188)
#D9A4C5
(217,164,197)
#DEB2CE
(222,178,206)
#E3C0D7
(227,192,215)
#E8CEE0
(232,206,224)
#EDDCE9
(237,220,233)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05E98 color. Also use rgb(192,94,152) instead hex code.

Text Font Color

.myTextColor { color: #C05E98; }

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

This text font color is #C05E98.


Background Color

.myBgColor { background-color: #C05E98; }

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

This div background color is #C05E98.


Border color

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

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

This div border color is #C05E98.


Opacity

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

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

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

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

This text has shadow with #C05E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05E98 on black background.


Color preview on white background

This text has color #C05E98 on white background.



Black color preview on #C05E98 background

This text has black color on #C05E98 background.


White color preview on #C05E98 background

This text has white color on #C05E98 background.