COLOR #C05774

HEX: #C05774 RGB: (192,87,116)

Color info

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

RGB color model

#C05774 color RGB value is (192,87,116).

RGB: (192,87,116) (75%, 34%, 45%)

RGB channels and saturation

R 192 of 255 = 75%
G 87 of 255 = 34%
B 116 of 255 = 45%

192
87
116

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

Portions of RGB colors in percentages

R + G + B = 192 + 87 + 116 = 395 (100%)
R 192 of 395 ~ 48.61%
G 87 of 395 ~ 22.03%
B 116 of 395 ~ 29.37'%

%48.61
%22.03
%29.37

CMYK color model

#C05774 color CMYK value is (0,55,40,25).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 39.58%
  • key color value is 24.71%

CMYK: (0,55,40,25)
C0M55Y40K25 (0%, 55%, 40%, 25%)
(0.00 / 0.55 / 0.40 / 0.25)

CMYK percentages

%0
%54.69
%39.58
%24.71

Codes

Color #C05774 in popluar color models

C0 57 74
RGB 192 87 116
HSL 343° 45.45% 54.71%
HSB/HSV 343° 54.69% 75.29%
CMYK 0.00% 54.69% 39.58%
24.71%

Color #C05774 in popluar number systems.

HEX C0 57 74
Decimal 192 87 116
Binary 11000000 1010111 1110100
Octal 300 127 164

Shades and tints

Shades of #C05774

#C05774
(192,87,116)
#AF506A
(175,80,106)
#9E4960
(158,73,96)
#8D4256
(141,66,86)
#7C3B4C
(124,59,76)
#6B3442
(107,52,66)
#5A2D38
(90,45,56)
#49262E
(73,38,46)
#381F24
(56,31,36)
#27181A
(39,24,26)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C05774

#C05774
(192,87,116)
#C56680
(197,102,128)
#CA758C
(202,117,140)
#CF8498
(207,132,152)
#D493A4
(212,147,164)
#D9A2B0
(217,162,176)
#DEB1BC
(222,177,188)
#E3C0C8
(227,192,200)
#E8CFD4
(232,207,212)
#EDDEE0
(237,222,224)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05774; }

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

This text font color is #C05774.

Background Color

.myBgColor { background-color: #C05774; }

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

This div background color is #C05774.

Border color

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

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

This div border color is #C05774.

Opacity

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

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

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

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

This text has shadow with #C05774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C05774.

Preview

Color preview on black background

This text has color #C05774 on black background.


Color preview on white background

This text has color #C05774 on white background.


Black color preview on #C05774 background

This text has black color on #C05774 background.


White color preview on #C05774 background

This text has white color on #C05774 background.


Related colors

Complementary color

Complementary color for #hex is #3FA88B.


I love getcolorcode.com

Triadic colors

1 #74C057 and #5774C0 with #C05774 are triadic colors.

2 #7457C0 and #57C074 with #C05774 are triadic colors.