COLOR #C55B61

HEX: #C55B61
RGB: (197,91,97)

Color info

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

RGB color model

#C55B61 color RGB value is (197,91,97).

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

RGB channels and saturation

R 197 of 255 = 77%
G 91 of 255 = 36%
B 97 of 255 = 38%

197
91
97

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

Portions of RGB colors in percentages

R + G + B =
197 + 91 + 97 = 385 (100%)
R 197 of 385 ~ 51.17%
G 91 of 385 ~ 23.64%
B 97 of 385 ~ 25.19%

%51.17
%23.64
%25.19

CMYK color model

#C55B61 color CMYK value is (0,54,51,23).

  • cyan value is 0.00%
  • magenta value is 53.81%
  • yellow value is 50.76%
  • key color value is 22.75%
CMYK:
(0,54,51,23)
C0M54Y51K23 
(0%,54%,51%,23%)
(0.00/0.54/0.51/0.23)	

CMYK percentages

%0
%53.81
%50.76
%22.75

Codes

Color #C55B61 in popluar color models

C55B61
RGB1979197
HSL357°47.75%56.47%
HSB/HSV357°53.81%77.25%
CMYK0.00%53.81%50.76%
22.75%

Color #C55B61 in popluar number systems.

HEXC55B61
Decimal1979197
Binary1100010110110111100001
Octal305133141

Shades and tints

Shades of #C55B61

#C55B61
(197,91,97)
#B45359
(180,83,89)
#A34B51
(163,75,81)
#924349
(146,67,73)
#813B41
(129,59,65)
#703339
(112,51,57)
#5F2B31
(95,43,49)
#4E2329
(78,35,41)
#3D1B21
(61,27,33)
#2C1319
(44,19,25)
#1B0B11
(27,11,17)
#000000
(0,0,0)

Tints of #C55B61

#C55B61
(197,91,97)
#CA696F
(202,105,111)
#CF777D
(207,119,125)
#D4858B
(212,133,139)
#D99399
(217,147,153)
#DEA1A7
(222,161,167)
#E3AFB5
(227,175,181)
#E8BDC3
(232,189,195)
#EDCBD1
(237,203,209)
#F2D9DF
(242,217,223)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C55B61; }

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

This text font color is #C55B61.


Background Color

.myBgColor { background-color: #C55B61; }

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

This div background color is #C55B61.


Border color

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

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

This div border color is #C55B61.


Opacity

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

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

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

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

This text has shadow with #C55B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55B61 on black background.


Color preview on white background

This text has color #C55B61 on white background.



Black color preview on #C55B61 background

This text has black color on #C55B61 background.


White color preview on #C55B61 background

This text has white color on #C55B61 background.