COLOR #C55760

HEX: #C55760
RGB: (197,87,96)

Color info

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

RGB color model

#C55760 color RGB value is (197,87,96).

  • red value is 197;
  • green value is 87;
  • blue value is 96.
RGB:
(197,87,96)
(77%,34%,38%)

RGB channels and saturation

R 197 of 255 = 77%
G 87 of 255 = 34%
B 96 of 255 = 38%

197
87
96

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

Portions of RGB colors in percentages

R + G + B =
197 + 87 + 96 = 380 (100%)
R 197 of 380 ~ 51.84%
G 87 of 380 ~ 22.89%
B 96 of 380 ~ 25.26%

%51.84
%22.89
%25.26

CMYK color model

#C55760 color CMYK value is (0,56,51,23).

  • cyan value is 0.00%
  • magenta value is 55.84%
  • yellow value is 51.27%
  • key color value is 22.75%
CMYK:
(0,56,51,23)
C0M56Y51K23 
(0%,56%,51%,23%)
(0.00/0.56/0.51/0.23)	

CMYK percentages

%0
%55.84
%51.27
%22.75

Codes

Color #C55760 in popluar color models

C55760
RGB1978796
HSL355°48.67%55.69%
HSB/HSV355°55.84%77.25%
CMYK0.00%55.84%51.27%
22.75%

Color #C55760 in popluar number systems.

HEXC55760
Decimal1978796
Binary1100010110101111100000
Octal305127140

Shades and tints

Shades of #C55760

#C55760
(197,87,96)
#B45058
(180,80,88)
#A34950
(163,73,80)
#924248
(146,66,72)
#813B40
(129,59,64)
#703438
(112,52,56)
#5F2D30
(95,45,48)
#4E2628
(78,38,40)
#3D1F20
(61,31,32)
#2C1818
(44,24,24)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #C55760

#C55760
(197,87,96)
#CA666E
(202,102,110)
#CF757C
(207,117,124)
#D4848A
(212,132,138)
#D99398
(217,147,152)
#DEA2A6
(222,162,166)
#E3B1B4
(227,177,180)
#E8C0C2
(232,192,194)
#EDCFD0
(237,207,208)
#F2DEDE
(242,222,222)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55760 color. Also use rgb(197,87,96) instead hex code.

Text Font Color

.myTextColor { color: #C55760; }

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

This text font color is #C55760.


Background Color

.myBgColor { background-color: #C55760; }

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

This div background color is #C55760.


Border color

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

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

This div border color is #C55760.


Opacity

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

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

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

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

This text has shadow with #C55760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55760 on black background.


Color preview on white background

This text has color #C55760 on white background.



Black color preview on #C55760 background

This text has black color on #C55760 background.


White color preview on #C55760 background

This text has white color on #C55760 background.