COLOR #C5979F

HEX: #C5979F
RGB: (197,151,159)

Color info

#C5979F contains red, green and blue colors in about the same proportion. Web safe color of #C5979F is #CC9999 (or #C99).

RGB color model

#C5979F color RGB value is (197,151,159).

  • red value is 197;
  • green value is 151;
  • blue value is 159.
RGB:
(197,151,159)
(77%,59%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 159 of 255 = 62%

197
151
159

R + G + B ~ 66%. #C5979F is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 159 = 507 (100%)
R 197 of 507 ~ 38.86%
G 151 of 507 ~ 29.78%
B 159 of 507 ~ 31.36%

%38.86
%29.78
%31.36

CMYK color model

#C5979F color CMYK value is (0,23,19,23).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 19.29%
  • key color value is 22.75%
CMYK:
(0,23,19,23)
C0M23Y19K23 
(0%,23%,19%,23%)
(0.00/0.23/0.19/0.23)	

CMYK percentages

%0
%23.35
%19.29
%22.75

Codes

Color #C5979F in popluar color models

C5979F
RGB197151159
HSL350°28.40%68.24%
HSB/HSV350°23.35%77.25%
CMYK0.00%23.35%19.29%
22.75%

Color #C5979F in popluar number systems.

HEXC5979F
Decimal197151159
Binary110001011001011110011111
Octal305227237

Shades and tints

Shades of #C5979F

#C5979F
(197,151,159)
#B48A91
(180,138,145)
#A37D83
(163,125,131)
#927075
(146,112,117)
#816367
(129,99,103)
#705659
(112,86,89)
#5F494B
(95,73,75)
#4E3C3D
(78,60,61)
#3D2F2F
(61,47,47)
#2C2221
(44,34,33)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5979F

#C5979F
(197,151,159)
#CAA0A7
(202,160,167)
#CFA9AF
(207,169,175)
#D4B2B7
(212,178,183)
#D9BBBF
(217,187,191)
#DEC4C7
(222,196,199)
#E3CDCF
(227,205,207)
#E8D6D7
(232,214,215)
#EDDFDF
(237,223,223)
#F2E8E7
(242,232,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5979F color. Also use rgb(197,151,159) instead hex code.

Text Font Color

.myTextColor { color: #C5979F; }

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

This text font color is #C5979F.


Background Color

.myBgColor { background-color: #C5979F; }

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

This div background color is #C5979F.


Border color

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

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

This div border color is #C5979F.


Opacity

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

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

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

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

This text has shadow with #C5979F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5979F on black background.


Color preview on white background

This text has color #C5979F on white background.



Black color preview on #C5979F background

This text has black color on #C5979F background.


White color preview on #C5979F background

This text has white color on #C5979F background.