COLOR #C5638F

HEX: #C5638F RGB: (197,99,143)

Color info

#C5638F contains mainly red and blue colors. Web safe color of #C5638F is #CC6699 (or #C69).

RGB color model

#C5638F color RGB value is (197,99,143).

RGB: (197,99,143) (77%, 39%, 56%)

RGB channels and saturation

R 197 of 255 = 77%
G 99 of 255 = 39%
B 143 of 255 = 56%

197
99
143

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

Portions of RGB colors in percentages

R + G + B = 197 + 99 + 143 = 439 (100%)
R 197 of 439 ~ 44.87%
G 99 of 439 ~ 22.55%
B 143 of 439 ~ 32.57'%

%44.87
%22.55
%32.57

CMYK color model

#C5638F color CMYK value is (0,50,27,23).

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

CMYK: (0,50,27,23)
C0M50Y27K23 (0%, 50%, 27%, 23%)
(0.00 / 0.50 / 0.27 / 0.23)

CMYK percentages

%0
%49.75
%27.41
%22.75

Codes

Color #C5638F in popluar color models

C5 63 8F
RGB 197 99 143
HSL 333° 45.79% 58.04%
HSB/HSV 333° 49.75% 77.25%
CMYK 0.00% 49.75% 27.41%
22.75%

Color #C5638F in popluar number systems.

HEX C5 63 8F
Decimal 197 99 143
Binary 11000101 1100011 10001111
Octal 305 143 217

Shades and tints

Shades of #C5638F

#C5638F
(197,99,143)
#B45A82
(180,90,130)
#A35175
(163,81,117)
#924868
(146,72,104)
#813F5B
(129,63,91)
#70364E
(112,54,78)
#5F2D41
(95,45,65)
#4E2434
(78,36,52)
#3D1B27
(61,27,39)
#2C121A
(44,18,26)
#1B090D
(27,9,13)
#000000
(0,0,0)

Tints of #C5638F

#C5638F
(197,99,143)
#CA7199
(202,113,153)
#CF7FA3
(207,127,163)
#D48DAD
(212,141,173)
#D99BB7
(217,155,183)
#DEA9C1
(222,169,193)
#E3B7CB
(227,183,203)
#E8C5D5
(232,197,213)
#EDD3DF
(237,211,223)
#F2E1E9
(242,225,233)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5638F; }

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

This text font color is #C5638F.

Background Color

.myBgColor { background-color: #C5638F; }

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

This div background color is #C5638F.

Border color

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

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

This div border color is #C5638F.

Opacity

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

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

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

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

This text has shadow with #C5638F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5638F.

Preview

Color preview on black background

This text has color #C5638F on black background.


Color preview on white background

This text has color #C5638F on white background.


Black color preview on #C5638F background

This text has black color on #C5638F background.


White color preview on #C5638F background

This text has white color on #C5638F background.


Related colors

Complementary color

Complementary color for #hex is #3A9C70.


I love getcolorcode.com

Triadic colors

1 #8FC563 and #638FC5 with #C5638F are triadic colors.

2 #8F63C5 and #63C58F with #C5638F are triadic colors.