COLOR #C05E88

HEX: #C05E88
RGB: (192,94,136)

Color info

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

RGB color model

#C05E88 color RGB value is (192,94,136).

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

RGB channels and saturation

R 192 of 255 = 75%
G 94 of 255 = 37%
B 136 of 255 = 53%

192
94
136

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

Portions of RGB colors in percentages

R + G + B =
192 + 94 + 136 = 422 (100%)
R 192 of 422 ~ 45.5%
G 94 of 422 ~ 22.27%
B 136 of 422 ~ 32.23%

%45.5
%22.27
%32.23

CMYK color model

#C05E88 color CMYK value is (0,51,29,25).

  • cyan value is 0.00%
  • magenta value is 51.04%
  • yellow value is 29.17%
  • key color value is 24.71%
CMYK:
(0,51,29,25)
C0M51Y29K25 
(0%,51%,29%,25%)
(0.00/0.51/0.29/0.25)	

CMYK percentages

%0
%51.04
%29.17
%24.71

Codes

Color #C05E88 in popluar color models

C05E88
RGB19294136
HSL334°43.75%56.08%
HSB/HSV334°51.04%75.29%
CMYK0.00%51.04%29.17%
24.71%

Color #C05E88 in popluar number systems.

HEXC05E88
Decimal19294136
Binary11000000101111010001000
Octal300136210

Shades and tints

Shades of #C05E88

#C05E88
(192,94,136)
#AF567C
(175,86,124)
#9E4E70
(158,78,112)
#8D4664
(141,70,100)
#7C3E58
(124,62,88)
#6B364C
(107,54,76)
#5A2E40
(90,46,64)
#492634
(73,38,52)
#381E28
(56,30,40)
#27161C
(39,22,28)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #C05E88

#C05E88
(192,94,136)
#C56C92
(197,108,146)
#CA7A9C
(202,122,156)
#CF88A6
(207,136,166)
#D496B0
(212,150,176)
#D9A4BA
(217,164,186)
#DEB2C4
(222,178,196)
#E3C0CE
(227,192,206)
#E8CED8
(232,206,216)
#EDDCE2
(237,220,226)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05E88; }

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

This text font color is #C05E88.


Background Color

.myBgColor { background-color: #C05E88; }

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

This div background color is #C05E88.


Border color

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

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

This div border color is #C05E88.


Opacity

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

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

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

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

This text has shadow with #C05E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05E88 on black background.


Color preview on white background

This text has color #C05E88 on white background.



Black color preview on #C05E88 background

This text has black color on #C05E88 background.


White color preview on #C05E88 background

This text has white color on #C05E88 background.