COLOR #C5637C

HEX: #C5637C RGB: (197,99,124)

Color info

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

RGB color model

#C5637C color RGB value is (197,99,124).

RGB: (197,99,124) (77%, 39%, 49%)

RGB channels and saturation

R 197 of 255 = 77%
G 99 of 255 = 39%
B 124 of 255 = 49%

197
99
124

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

Portions of RGB colors in percentages

R + G + B = 197 + 99 + 124 = 420 (100%)
R 197 of 420 ~ 46.9%
G 99 of 420 ~ 23.57%
B 124 of 420 ~ 29.52'%

%46.9
%23.57
%29.52

CMYK color model

#C5637C color CMYK value is (0,50,37,23).

  • cyan value is 0.00%
  • magenta value is 49.75%
  • yellow value is 37.06%
  • key color value is 22.75%

CMYK: (0,50,37,23)
C0M50Y37K23 (0%, 50%, 37%, 23%)
(0.00 / 0.50 / 0.37 / 0.23)

CMYK percentages

%0
%49.75
%37.06
%22.75

Codes

Color #C5637C in popluar color models

C5 63 7C
RGB 197 99 124
HSL 345° 45.79% 58.04%
HSB/HSV 345° 49.75% 77.25%
CMYK 0.00% 49.75% 37.06%
22.75%

Color #C5637C in popluar number systems.

HEX C5 63 7C
Decimal 197 99 124
Binary 11000101 1100011 1111100
Octal 305 143 174

Shades and tints

Shades of #C5637C

#C5637C
(197,99,124)
#B45A71
(180,90,113)
#A35166
(163,81,102)
#92485B
(146,72,91)
#813F50
(129,63,80)
#703645
(112,54,69)
#5F2D3A
(95,45,58)
#4E242F
(78,36,47)
#3D1B24
(61,27,36)
#2C1219
(44,18,25)
#1B090E
(27,9,14)
#000000
(0,0,0)

Tints of #C5637C

#C5637C
(197,99,124)
#CA7187
(202,113,135)
#CF7F92
(207,127,146)
#D48D9D
(212,141,157)
#D99BA8
(217,155,168)
#DEA9B3
(222,169,179)
#E3B7BE
(227,183,190)
#E8C5C9
(232,197,201)
#EDD3D4
(237,211,212)
#F2E1DF
(242,225,223)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5637C color. Also use rgb(197,99,124) instead hex code.

Text Font Color

.myTextColor { color: #C5637C; }

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

This text font color is #C5637C.

Background Color

.myBgColor { background-color: #C5637C; }

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

This div background color is #C5637C.

Border color

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

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

This div border color is #C5637C.

Opacity

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

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

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

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

This text has shadow with #C5637C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5637C.

Preview

Color preview on black background

This text has color #C5637C on black background.


Color preview on white background

This text has color #C5637C on white background.


Black color preview on #C5637C background

This text has black color on #C5637C background.


White color preview on #C5637C background

This text has white color on #C5637C background.


Related colors

Complementary color

Complementary color for #hex is #3A9C83.


I love getcolorcode.com

Triadic colors

1 #7CC563 and #637CC5 with #C5637C are triadic colors.

2 #7C63C5 and #63C57C with #C5637C are triadic colors.