COLOR #C55D52

HEX: #C55D52 RGB: (197,93,82)

Color info

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

RGB color model

#C55D52 color RGB value is (197,93,82).

RGB: (197,93,82) (77%, 36%, 32%)

RGB channels and saturation

R 197 of 255 = 77%
G 93 of 255 = 36%
B 82 of 255 = 32%

197
93
82

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

Portions of RGB colors in percentages

R + G + B = 197 + 93 + 82 = 372 (100%)
R 197 of 372 ~ 52.96%
G 93 of 372 ~ 25%
B 82 of 372 ~ 22.04'%

%52.96
%25
%22.04

CMYK color model

#C55D52 color CMYK value is (0,53,58,23).

  • cyan value is 0.00%
  • magenta value is 52.79%
  • yellow value is 58.38%
  • key color value is 22.75%

CMYK: (0,53,58,23)
C0M53Y58K23 (0%, 53%, 58%, 23%)
(0.00 / 0.53 / 0.58 / 0.23)

CMYK percentages

%0
%52.79
%58.38
%22.75

Codes

Color #C55D52 in popluar color models

C5 5D 52
RGB 197 93 82
HSL 49.78% 54.71%
HSB/HSV 58.38% 77.25%
CMYK 0.00% 52.79% 58.38%
22.75%

Color #C55D52 in popluar number systems.

HEX C5 5D 52
Decimal 197 93 82
Binary 11000101 1011101 1010010
Octal 305 135 122

Shades and tints

Shades of #C55D52

#C55D52
(197,93,82)
#B4554B
(180,85,75)
#A34D44
(163,77,68)
#92453D
(146,69,61)
#813D36
(129,61,54)
#70352F
(112,53,47)
#5F2D28
(95,45,40)
#4E2521
(78,37,33)
#3D1D1A
(61,29,26)
#2C1513
(44,21,19)
#1B0D0C
(27,13,12)
#000000
(0,0,0)

Tints of #C55D52

#C55D52
(197,93,82)
#CA6B61
(202,107,97)
#CF7970
(207,121,112)
#D4877F
(212,135,127)
#D9958E
(217,149,142)
#DEA39D
(222,163,157)
#E3B1AC
(227,177,172)
#E8BFBB
(232,191,187)
#EDCDCA
(237,205,202)
#F2DBD9
(242,219,217)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55D52 color. Also use rgb(197,93,82) instead hex code.

Text Font Color

.myTextColor { color: #C55D52; }

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

This text font color is #C55D52.

Background Color

.myBgColor { background-color: #C55D52; }

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

This div background color is #C55D52.

Border color

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

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

This div border color is #C55D52.

Opacity

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

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

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

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

This text has shadow with #C55D52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C55D52.

Preview

Color preview on black background

This text has color #C55D52 on black background.


Color preview on white background

This text has color #C55D52 on white background.


Black color preview on #C55D52 background

This text has black color on #C55D52 background.


White color preview on #C55D52 background

This text has white color on #C55D52 background.


Related colors

Complementary color

Complementary color for #hex is #3AA2AD.


I love getcolorcode.com

Triadic colors

1 #52C55D and #5D52C5 with #C55D52 are triadic colors.

2 #525DC5 and #5DC552 with #C55D52 are triadic colors.