COLOR #C5748D

HEX: #C5748D RGB: (197,116,141)

Color info

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

RGB color model

#C5748D color RGB value is (197,116,141).

RGB: (197,116,141) (77%, 45%, 55%)

RGB channels and saturation

R 197 of 255 = 77%
G 116 of 255 = 45%
B 141 of 255 = 55%

197
116
141

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

Portions of RGB colors in percentages

R + G + B = 197 + 116 + 141 = 454 (100%)
R 197 of 454 ~ 43.39%
G 116 of 454 ~ 25.55%
B 141 of 454 ~ 31.06'%

%43.39
%25.55
%31.06

CMYK color model

#C5748D color CMYK value is (0,41,28,23).

  • cyan value is 0.00%
  • magenta value is 41.12%
  • yellow value is 28.43%
  • key color value is 22.75%
CMYK: (0,41,28,23) C0M41Y28K23 (0%,41%,28%,23%) (0.00/0.41/0.28/0.23) 

CMYK percentages

%0
%41.12
%28.43
%22.75

Codes

Color #C5748D in popluar color models

C5 74 8D
RGB 197 116 141
HSL 341° 41.12% 61.37%
HSB/HSV 341° 41.12% 77.25%
CMYK 0.00% 41.12% 28.43%
22.75%

Color #C5748D in popluar number systems.

HEX C5 74 8D
Decimal 197 116 141
Binary 11000101 1110100 10001101
Octal 305 164 215

Shades and tints

Shades of #C5748D

#C5748D
(197,116,141)
#B46A81
(180,106,129)
#A36075
(163,96,117)
#925669
(146,86,105)
#814C5D
(129,76,93)
#704251
(112,66,81)
#5F3845
(95,56,69)
#4E2E39
(78,46,57)
#3D242D
(61,36,45)
#2C1A21
(44,26,33)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #C5748D

#C5748D
(197,116,141)
#CA8097
(202,128,151)
#CF8CA1
(207,140,161)
#D498AB
(212,152,171)
#D9A4B5
(217,164,181)
#DEB0BF
(222,176,191)
#E3BCC9
(227,188,201)
#E8C8D3
(232,200,211)
#EDD4DD
(237,212,221)
#F2E0E7
(242,224,231)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5748D color. Also use rgb(197,116,141) instead hex code.

Text Font Color

.myTextColor { color: #C5748D; }

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

This text font color is #C5748D.

Background Color

.myBgColor { background-color: #C5748D; }

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

This div background color is #C5748D.

Border color

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

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

This div border color is #C5748D.

Opacity

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

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

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

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

This text has shadow with #C5748D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5748D.

Preview

Color preview on black background

This text has color #C5748D on black background.


Color preview on white background

This text has color #C5748D on white background.


Black color preview on #C5748D background

This text has black color on #C5748D background.


White color preview on #C5748D background

This text has white color on #C5748D background.


Related colors

Complementary color

Complementary color for #hex is #3A8B72.


I love getcolorcode.com

Triadic colors

1 #8DC574 and #748DC5 with #C5748D are triadic colors.

2 #8D74C5 and #74C58D with #C5748D are triadic colors.