COLOR #C5849D

HEX: #C5849D
RGB: (197,132,157)

Color info

#C5849D contains mainly red and blue colors. Web safe color of #C5849D is #CC9999 (or #C99).

RGB color model

#C5849D color RGB value is (197,132,157).

  • red value is 197;
  • green value is 132;
  • blue value is 157.
RGB:
(197,132,157)
(77%,52%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 157 of 255 = 62%

197
132
157

R + G + B ~ 64%. #C5849D is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 132 + 157 = 486 (100%)
R 197 of 486 ~ 40.53%
G 132 of 486 ~ 27.16%
B 157 of 486 ~ 32.3%

%40.53
%27.16
%32.3

CMYK color model

#C5849D color CMYK value is (0,33,20,23).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK:
(0,33,20,23)
C0M33Y20K23 
(0%,33%,20%,23%)
(0.00/0.33/0.20/0.23)	

CMYK percentages

%0
%32.99
%20.3
%22.75

Codes

Color #C5849D in popluar color models

C5849D
RGB197132157
HSL337°35.91%64.51%
HSB/HSV337°32.99%77.25%
CMYK0.00%32.99%20.30%
22.75%

Color #C5849D in popluar number systems.

HEXC5849D
Decimal197132157
Binary110001011000010010011101
Octal305204235

Shades and tints

Shades of #C5849D

#C5849D
(197,132,157)
#B4788F
(180,120,143)
#A36C81
(163,108,129)
#926073
(146,96,115)
#815465
(129,84,101)
#704857
(112,72,87)
#5F3C49
(95,60,73)
#4E303B
(78,48,59)
#3D242D
(61,36,45)
#2C181F
(44,24,31)
#1B0C11
(27,12,17)
#000000
(0,0,0)

Tints of #C5849D

#C5849D
(197,132,157)
#CA8FA5
(202,143,165)
#CF9AAD
(207,154,173)
#D4A5B5
(212,165,181)
#D9B0BD
(217,176,189)
#DEBBC5
(222,187,197)
#E3C6CD
(227,198,205)
#E8D1D5
(232,209,213)
#EDDCDD
(237,220,221)
#F2E7E5
(242,231,229)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5849D color. Also use rgb(197,132,157) instead hex code.

Text Font Color

.myTextColor { color: #C5849D; }

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

This text font color is #C5849D.


Background Color

.myBgColor { background-color: #C5849D; }

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

This div background color is #C5849D.


Border color

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

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

This div border color is #C5849D.


Opacity

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

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

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

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

This text has shadow with #C5849D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5849D on black background.


Color preview on white background

This text has color #C5849D on white background.



Black color preview on #C5849D background

This text has black color on #C5849D background.


White color preview on #C5849D background

This text has white color on #C5849D background.