COLOR #C55E81

HEX: #C55E81
RGB: (197,94,129)

Color info

#C55E81 contains mainly red color. Web safe color of #C55E81 is #CC6699 (or #C69).

RGB color model

#C55E81 color RGB value is (197,94,129).

  • red value is 197;
  • green value is 94;
  • blue value is 129.
RGB:
(197,94,129)
(77%,37%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 94 of 255 = 37%
B 129 of 255 = 51%

197
94
129

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

Portions of RGB colors in percentages

R + G + B =
197 + 94 + 129 = 420 (100%)
R 197 of 420 ~ 46.9%
G 94 of 420 ~ 22.38%
B 129 of 420 ~ 30.71%

%46.9
%22.38
%30.71

CMYK color model

#C55E81 color CMYK value is (0,52,35,23).

  • cyan value is 0.00%
  • magenta value is 52.28%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(0,52,35,23)
C0M52Y35K23 
(0%,52%,35%,23%)
(0.00/0.52/0.35/0.23)	

CMYK percentages

%0
%52.28
%34.52
%22.75

Codes

Color #C55E81 in popluar color models

C55E81
RGB19794129
HSL340°47.03%57.06%
HSB/HSV340°52.28%77.25%
CMYK0.00%52.28%34.52%
22.75%

Color #C55E81 in popluar number systems.

HEXC55E81
Decimal19794129
Binary11000101101111010000001
Octal305136201

Shades and tints

Shades of #C55E81

#C55E81
(197,94,129)
#B45676
(180,86,118)
#A34E6B
(163,78,107)
#924660
(146,70,96)
#813E55
(129,62,85)
#70364A
(112,54,74)
#5F2E3F
(95,46,63)
#4E2634
(78,38,52)
#3D1E29
(61,30,41)
#2C161E
(44,22,30)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #C55E81

#C55E81
(197,94,129)
#CA6C8C
(202,108,140)
#CF7A97
(207,122,151)
#D488A2
(212,136,162)
#D996AD
(217,150,173)
#DEA4B8
(222,164,184)
#E3B2C3
(227,178,195)
#E8C0CE
(232,192,206)
#EDCED9
(237,206,217)
#F2DCE4
(242,220,228)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C55E81; }

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

This text font color is #C55E81.


Background Color

.myBgColor { background-color: #C55E81; }

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

This div background color is #C55E81.


Border color

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

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

This div border color is #C55E81.


Opacity

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

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

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

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

This text has shadow with #C55E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55E81 on black background.


Color preview on white background

This text has color #C55E81 on white background.



Black color preview on #C55E81 background

This text has black color on #C55E81 background.


White color preview on #C55E81 background

This text has white color on #C55E81 background.