COLOR #C04786

HEX: #C04786
RGB: (192,71,134)

Color info

#C04786 contains mainly red and blue colors. Web safe color of #C04786 is #CC3399 (or #C39).

RGB color model

#C04786 color RGB value is (192,71,134).

  • red value is 192;
  • green value is 71;
  • blue value is 134.
RGB:
(192,71,134)
(75%,28%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 71 of 255 = 28%
B 134 of 255 = 53%

192
71
134

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

Portions of RGB colors in percentages

R + G + B =
192 + 71 + 134 = 397 (100%)
R 192 of 397 ~ 48.36%
G 71 of 397 ~ 17.88%
B 134 of 397 ~ 33.75%

%48.36
%17.88
%33.75

CMYK color model

#C04786 color CMYK value is (0,63,30,25).

  • cyan value is 0.00%
  • magenta value is 63.02%
  • yellow value is 30.21%
  • key color value is 24.71%
CMYK:
(0,63,30,25)
C0M63Y30K25 
(0%,63%,30%,25%)
(0.00/0.63/0.30/0.25)	

CMYK percentages

%0
%63.02
%30.21
%24.71

Codes

Color #C04786 in popluar color models

C04786
RGB19271134
HSL329°48.99%51.57%
HSB/HSV329°63.02%75.29%
CMYK0.00%63.02%30.21%
24.71%

Color #C04786 in popluar number systems.

HEXC04786
Decimal19271134
Binary11000000100011110000110
Octal300107206

Shades and tints

Shades of #C04786

#C04786
(192,71,134)
#AF417A
(175,65,122)
#9E3B6E
(158,59,110)
#8D3562
(141,53,98)
#7C2F56
(124,47,86)
#6B294A
(107,41,74)
#5A233E
(90,35,62)
#491D32
(73,29,50)
#381726
(56,23,38)
#27111A
(39,17,26)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #C04786

#C04786
(192,71,134)
#C55791
(197,87,145)
#CA679C
(202,103,156)
#CF77A7
(207,119,167)
#D487B2
(212,135,178)
#D997BD
(217,151,189)
#DEA7C8
(222,167,200)
#E3B7D3
(227,183,211)
#E8C7DE
(232,199,222)
#EDD7E9
(237,215,233)
#F2E7F4
(242,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04786 color. Also use rgb(192,71,134) instead hex code.

Text Font Color

.myTextColor { color: #C04786; }

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

This text font color is #C04786.


Background Color

.myBgColor { background-color: #C04786; }

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

This div background color is #C04786.


Border color

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

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

This div border color is #C04786.


Opacity

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

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

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

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

This text has shadow with #C04786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04786 on black background.


Color preview on white background

This text has color #C04786 on white background.



Black color preview on #C04786 background

This text has black color on #C04786 background.


White color preview on #C04786 background

This text has white color on #C04786 background.