COLOR #C05780

HEX: #C05780
RGB: (192,87,128)

Color info

#C05780 contains mainly red color. Web safe color of #C05780 is #CC6666 (or #C66).

RGB color model

#C05780 color RGB value is (192,87,128).

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

RGB channels and saturation

R 192 of 255 = 75%
G 87 of 255 = 34%
B 128 of 255 = 50%

192
87
128

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

Portions of RGB colors in percentages

R + G + B =
192 + 87 + 128 = 407 (100%)
R 192 of 407 ~ 47.17%
G 87 of 407 ~ 21.38%
B 128 of 407 ~ 31.45%

%47.17
%21.38
%31.45

CMYK color model

#C05780 color CMYK value is (0,55,33,25).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(0,55,33,25)
C0M55Y33K25 
(0%,55%,33%,25%)
(0.00/0.55/0.33/0.25)	

CMYK percentages

%0
%54.69
%33.33
%24.71

Codes

Color #C05780 in popluar color models

C05780
RGB19287128
HSL337°45.45%54.71%
HSB/HSV337°54.69%75.29%
CMYK0.00%54.69%33.33%
24.71%

Color #C05780 in popluar number systems.

HEXC05780
Decimal19287128
Binary11000000101011110000000
Octal300127200

Shades and tints

Shades of #C05780

#C05780
(192,87,128)
#AF5075
(175,80,117)
#9E496A
(158,73,106)
#8D425F
(141,66,95)
#7C3B54
(124,59,84)
#6B3449
(107,52,73)
#5A2D3E
(90,45,62)
#492633
(73,38,51)
#381F28
(56,31,40)
#27181D
(39,24,29)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #C05780

#C05780
(192,87,128)
#C5668B
(197,102,139)
#CA7596
(202,117,150)
#CF84A1
(207,132,161)
#D493AC
(212,147,172)
#D9A2B7
(217,162,183)
#DEB1C2
(222,177,194)
#E3C0CD
(227,192,205)
#E8CFD8
(232,207,216)
#EDDEE3
(237,222,227)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05780; }

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

This text font color is #C05780.


Background Color

.myBgColor { background-color: #C05780; }

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

This div background color is #C05780.


Border color

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

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

This div border color is #C05780.


Opacity

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

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

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

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

This text has shadow with #C05780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05780 on black background.


Color preview on white background

This text has color #C05780 on white background.



Black color preview on #C05780 background

This text has black color on #C05780 background.


White color preview on #C05780 background

This text has white color on #C05780 background.