COLOR #C55B81

HEX: #C55B81
RGB: (197,91,129)

Color info

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

RGB color model

#C55B81 color RGB value is (197,91,129).

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

RGB channels and saturation

R 197 of 255 = 77%
G 91 of 255 = 36%
B 129 of 255 = 51%

197
91
129

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

Portions of RGB colors in percentages

R + G + B =
197 + 91 + 129 = 417 (100%)
R 197 of 417 ~ 47.24%
G 91 of 417 ~ 21.82%
B 129 of 417 ~ 30.94%

%47.24
%21.82
%30.94

CMYK color model

#C55B81 color CMYK value is (0,54,35,23).

  • cyan value is 0.00%
  • magenta value is 53.81%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(0,54,35,23)
C0M54Y35K23 
(0%,54%,35%,23%)
(0.00/0.54/0.35/0.23)	

CMYK percentages

%0
%53.81
%34.52
%22.75

Codes

Color #C55B81 in popluar color models

C55B81
RGB19791129
HSL338°47.75%56.47%
HSB/HSV338°53.81%77.25%
CMYK0.00%53.81%34.52%
22.75%

Color #C55B81 in popluar number systems.

HEXC55B81
Decimal19791129
Binary11000101101101110000001
Octal305133201

Shades and tints

Shades of #C55B81

#C55B81
(197,91,129)
#B45376
(180,83,118)
#A34B6B
(163,75,107)
#924360
(146,67,96)
#813B55
(129,59,85)
#70334A
(112,51,74)
#5F2B3F
(95,43,63)
#4E2334
(78,35,52)
#3D1B29
(61,27,41)
#2C131E
(44,19,30)
#1B0B13
(27,11,19)
#000000
(0,0,0)

Tints of #C55B81

#C55B81
(197,91,129)
#CA698C
(202,105,140)
#CF7797
(207,119,151)
#D485A2
(212,133,162)
#D993AD
(217,147,173)
#DEA1B8
(222,161,184)
#E3AFC3
(227,175,195)
#E8BDCE
(232,189,206)
#EDCBD9
(237,203,217)
#F2D9E4
(242,217,228)
#F7E7EF
(247,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C55B81; }

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

This text font color is #C55B81.


Background Color

.myBgColor { background-color: #C55B81; }

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

This div background color is #C55B81.


Border color

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

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

This div border color is #C55B81.


Opacity

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

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

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

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

This text has shadow with #C55B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55B81 on black background.


Color preview on white background

This text has color #C55B81 on white background.



Black color preview on #C55B81 background

This text has black color on #C55B81 background.


White color preview on #C55B81 background

This text has white color on #C55B81 background.