COLOR #C05677

HEX: #C05677 RGB: (192,86,119)

Color info

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

RGB color model

#C05677 color RGB value is (192,86,119).

RGB: (192,86,119) (75%, 34%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 86 of 255 = 34%
B 119 of 255 = 47%

192
86
119

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

Portions of RGB colors in percentages

R + G + B = 192 + 86 + 119 = 397 (100%)
R 192 of 397 ~ 48.36%
G 86 of 397 ~ 21.66%
B 119 of 397 ~ 29.97'%

%48.36
%21.66
%29.97

CMYK color model

#C05677 color CMYK value is (0,55,38,25).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 38.02%
  • key color value is 24.71%

CMYK: (0,55,38,25)
C0M55Y38K25 (0%, 55%, 38%, 25%)
(0.00 / 0.55 / 0.38 / 0.25)

CMYK percentages

%0
%55.21
%38.02
%24.71

Codes

Color #C05677 in popluar color models

C0 56 77
RGB 192 86 119
HSL 341° 45.69% 54.51%
HSB/HSV 341° 55.21% 75.29%
CMYK 0.00% 55.21% 38.02%
24.71%

Color #C05677 in popluar number systems.

HEX C0 56 77
Decimal 192 86 119
Binary 11000000 1010110 1110111
Octal 300 126 167

Shades and tints

Shades of #C05677

#C05677
(192,86,119)
#AF4F6D
(175,79,109)
#9E4863
(158,72,99)
#8D4159
(141,65,89)
#7C3A4F
(124,58,79)
#6B3345
(107,51,69)
#5A2C3B
(90,44,59)
#492531
(73,37,49)
#381E27
(56,30,39)
#27171D
(39,23,29)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C05677

#C05677
(192,86,119)
#C56583
(197,101,131)
#CA748F
(202,116,143)
#CF839B
(207,131,155)
#D492A7
(212,146,167)
#D9A1B3
(217,161,179)
#DEB0BF
(222,176,191)
#E3BFCB
(227,191,203)
#E8CED7
(232,206,215)
#EDDDE3
(237,221,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05677 color. Also use rgb(192,86,119) instead hex code.

Text Font Color

.myTextColor { color: #C05677; }

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

This text font color is #C05677.

Background Color

.myBgColor { background-color: #C05677; }

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

This div background color is #C05677.

Border color

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

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

This div border color is #C05677.

Opacity

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

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

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

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

This text has shadow with #C05677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C05677.

Preview

Color preview on black background

This text has color #C05677 on black background.


Color preview on white background

This text has color #C05677 on white background.


Black color preview on #C05677 background

This text has black color on #C05677 background.


White color preview on #C05677 background

This text has white color on #C05677 background.


Related colors

Complementary color

Complementary color for #hex is #3FA988.


I love getcolorcode.com

Triadic colors

1 #77C056 and #5677C0 with #C05677 are triadic colors.

2 #7756C0 and #56C077 with #C05677 are triadic colors.