COLOR #C55E92

HEX: #C55E92 RGB: (197,94,146)

Color info

#C55E92 contains mainly red and blue colors. Web safe color of #C55E92 is #CC6699 (or #C69).

RGB color model

#C55E92 color RGB value is (197,94,146).

RGB: (197,94,146) (77%, 37%, 57%)

RGB channels and saturation

R 197 of 255 = 77%
G 94 of 255 = 37%
B 146 of 255 = 57%

197
94
146

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

Portions of RGB colors in percentages

R + G + B = 197 + 94 + 146 = 437 (100%)
R 197 of 437 ~ 45.08%
G 94 of 437 ~ 21.51%
B 146 of 437 ~ 33.41'%

%45.08
%21.51
%33.41

CMYK color model

#C55E92 color CMYK value is (0,52,26,23).

  • cyan value is 0.00%
  • magenta value is 52.28%
  • yellow value is 25.89%
  • key color value is 22.75%

CMYK: (0,52,26,23)
C0M52Y26K23 (0%, 52%, 26%, 23%)
(0.00 / 0.52 / 0.26 / 0.23)

CMYK percentages

%0
%52.28
%25.89
%22.75

Codes

Color #C55E92 in popluar color models

C5 5E 92
RGB 197 94 146
HSL 330° 47.03% 57.06%
HSB/HSV 330° 52.28% 77.25%
CMYK 0.00% 52.28% 25.89%
22.75%

Color #C55E92 in popluar number systems.

HEX C5 5E 92
Decimal 197 94 146
Binary 11000101 1011110 10010010
Octal 305 136 222

Shades and tints

Shades of #C55E92

#C55E92
(197,94,146)
#B45685
(180,86,133)
#A34E78
(163,78,120)
#92466B
(146,70,107)
#813E5E
(129,62,94)
#703651
(112,54,81)
#5F2E44
(95,46,68)
#4E2637
(78,38,55)
#3D1E2A
(61,30,42)
#2C161D
(44,22,29)
#1B0E10
(27,14,16)
#000000
(0,0,0)

Tints of #C55E92

#C55E92
(197,94,146)
#CA6C9B
(202,108,155)
#CF7AA4
(207,122,164)
#D488AD
(212,136,173)
#D996B6
(217,150,182)
#DEA4BF
(222,164,191)
#E3B2C8
(227,178,200)
#E8C0D1
(232,192,209)
#EDCEDA
(237,206,218)
#F2DCE3
(242,220,227)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55E92 color. Also use rgb(197,94,146) instead hex code.

Text Font Color

.myTextColor { color: #C55E92; }

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

This text font color is #C55E92.

Background Color

.myBgColor { background-color: #C55E92; }

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

This div background color is #C55E92.

Border color

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

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

This div border color is #C55E92.

Opacity

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

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

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

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

This text has shadow with #C55E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C55E92.

Preview

Color preview on black background

This text has color #C55E92 on black background.


Color preview on white background

This text has color #C55E92 on white background.


Black color preview on #C55E92 background

This text has black color on #C55E92 background.


White color preview on #C55E92 background

This text has white color on #C55E92 background.


Related colors

Complementary color

Complementary color for #hex is #3AA16D.


I love getcolorcode.com

Triadic colors

1 #92C55E and #5E92C5 with #C55E92 are triadic colors.

2 #925EC5 and #5EC592 with #C55E92 are triadic colors.