COLOR #C04A80

HEX: #C04A80
RGB: (192,74,128)

Color info

#C04A80 contains mainly red color. Web safe color of #C04A80 is #CC3366 (or #C36).

RGB color model

#C04A80 color RGB value is (192,74,128).

  • red value is 192;
  • green value is 74;
  • blue value is 128.
RGB:
(192,74,128)
(75%,29%,50%)

RGB channels and saturation

R 192 of 255 = 75%
G 74 of 255 = 29%
B 128 of 255 = 50%

192
74
128

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

Portions of RGB colors in percentages

R + G + B =
192 + 74 + 128 = 394 (100%)
R 192 of 394 ~ 48.73%
G 74 of 394 ~ 18.78%
B 128 of 394 ~ 32.49%

%48.73
%18.78
%32.49

CMYK color model

#C04A80 color CMYK value is (0,61,33,25).

  • cyan value is 0.00%
  • magenta value is 61.46%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(0,61,33,25)
C0M61Y33K25 
(0%,61%,33%,25%)
(0.00/0.61/0.33/0.25)	

CMYK percentages

%0
%61.46
%33.33
%24.71

Codes

Color #C04A80 in popluar color models

C04A80
RGB19274128
HSL333°48.36%52.16%
HSB/HSV333°61.46%75.29%
CMYK0.00%61.46%33.33%
24.71%

Color #C04A80 in popluar number systems.

HEXC04A80
Decimal19274128
Binary11000000100101010000000
Octal300112200

Shades and tints

Shades of #C04A80

#C04A80
(192,74,128)
#AF4475
(175,68,117)
#9E3E6A
(158,62,106)
#8D385F
(141,56,95)
#7C3254
(124,50,84)
#6B2C49
(107,44,73)
#5A263E
(90,38,62)
#492033
(73,32,51)
#381A28
(56,26,40)
#27141D
(39,20,29)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #C04A80

#C04A80
(192,74,128)
#C55A8B
(197,90,139)
#CA6A96
(202,106,150)
#CF7AA1
(207,122,161)
#D48AAC
(212,138,172)
#D99AB7
(217,154,183)
#DEAAC2
(222,170,194)
#E3BACD
(227,186,205)
#E8CAD8
(232,202,216)
#EDDAE3
(237,218,227)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04A80 color. Also use rgb(192,74,128) instead hex code.

Text Font Color

.myTextColor { color: #C04A80; }

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

This text font color is #C04A80.


Background Color

.myBgColor { background-color: #C04A80; }

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

This div background color is #C04A80.


Border color

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

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

This div border color is #C04A80.


Opacity

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

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

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

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

This text has shadow with #C04A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04A80 on black background.


Color preview on white background

This text has color #C04A80 on white background.



Black color preview on #C04A80 background

This text has black color on #C04A80 background.


White color preview on #C04A80 background

This text has white color on #C04A80 background.