COLOR #C55F57

HEX: #C55F57 RGB: (197,95,87)

Color info

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

RGB color model

#C55F57 color RGB value is (197,95,87).

RGB: (197,95,87) (77%, 37%, 34%)

RGB channels and saturation

R 197 of 255 = 77%
G 95 of 255 = 37%
B 87 of 255 = 34%

197
95
87

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

Portions of RGB colors in percentages

R + G + B = 197 + 95 + 87 = 379 (100%)
R 197 of 379 ~ 51.98%
G 95 of 379 ~ 25.07%
B 87 of 379 ~ 22.96'%

%51.98
%25.07
%22.96

CMYK color model

#C55F57 color CMYK value is (0,52,56,23).

  • cyan value is 0.00%
  • magenta value is 51.78%
  • yellow value is 55.84%
  • key color value is 22.75%

CMYK: (0,52,56,23)
C0M52Y56K23 (0%, 52%, 56%, 23%)
(0.00 / 0.52 / 0.56 / 0.23)

CMYK percentages

%0
%51.78
%55.84
%22.75

Codes

Color #C55F57 in popluar color models

C5 5F 57
RGB 197 95 87
HSL 48.67% 55.69%
HSB/HSV 55.84% 77.25%
CMYK 0.00% 51.78% 55.84%
22.75%

Color #C55F57 in popluar number systems.

HEX C5 5F 57
Decimal 197 95 87
Binary 11000101 1011111 1010111
Octal 305 137 127

Shades and tints

Shades of #C55F57

#C55F57
(197,95,87)
#B45750
(180,87,80)
#A34F49
(163,79,73)
#924742
(146,71,66)
#813F3B
(129,63,59)
#703734
(112,55,52)
#5F2F2D
(95,47,45)
#4E2726
(78,39,38)
#3D1F1F
(61,31,31)
#2C1718
(44,23,24)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #C55F57

#C55F57
(197,95,87)
#CA6D66
(202,109,102)
#CF7B75
(207,123,117)
#D48984
(212,137,132)
#D99793
(217,151,147)
#DEA5A2
(222,165,162)
#E3B3B1
(227,179,177)
#E8C1C0
(232,193,192)
#EDCFCF
(237,207,207)
#F2DDDE
(242,221,222)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C55F57; }

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

This text font color is #C55F57.

Background Color

.myBgColor { background-color: #C55F57; }

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

This div background color is #C55F57.

Border color

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

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

This div border color is #C55F57.

Opacity

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

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

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

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

This text has shadow with #C55F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C55F57.

Preview

Color preview on black background

This text has color #C55F57 on black background.


Color preview on white background

This text has color #C55F57 on white background.


Black color preview on #C55F57 background

This text has black color on #C55F57 background.


White color preview on #C55F57 background

This text has white color on #C55F57 background.


Related colors

Complementary color

Complementary color for #hex is #3AA0A8.


I love getcolorcode.com

Triadic colors

1 #57C55F and #5F57C5 with #C55F57 are triadic colors.

2 #575FC5 and #5FC557 with #C55F57 are triadic colors.