COLOR #C5958F

HEX: #C5958F
RGB: (197,149,143)

Color info

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

RGB color model

#C5958F color RGB value is (197,149,143).

  • red value is 197;
  • green value is 149;
  • blue value is 143.
RGB:
(197,149,143)
(77%,58%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 143 of 255 = 56%

197
149
143

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

Portions of RGB colors in percentages

R + G + B =
197 + 149 + 143 = 489 (100%)
R 197 of 489 ~ 40.29%
G 149 of 489 ~ 30.47%
B 143 of 489 ~ 29.24%

%40.29
%30.47
%29.24

CMYK color model

#C5958F color CMYK value is (0,24,27,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 27.41%
  • key color value is 22.75%
CMYK:
(0,24,27,23)
C0M24Y27K23 
(0%,24%,27%,23%)
(0.00/0.24/0.27/0.23)	

CMYK percentages

%0
%24.37
%27.41
%22.75

Codes

Color #C5958F in popluar color models

C5958F
RGB197149143
HSL31.76%66.67%
HSB/HSV27.41%77.25%
CMYK0.00%24.37%27.41%
22.75%

Color #C5958F in popluar number systems.

HEXC5958F
Decimal197149143
Binary110001011001010110001111
Octal305225217

Shades and tints

Shades of #C5958F

#C5958F
(197,149,143)
#B48882
(180,136,130)
#A37B75
(163,123,117)
#926E68
(146,110,104)
#81615B
(129,97,91)
#70544E
(112,84,78)
#5F4741
(95,71,65)
#4E3A34
(78,58,52)
#3D2D27
(61,45,39)
#2C201A
(44,32,26)
#1B130D
(27,19,13)
#000000
(0,0,0)

Tints of #C5958F

#C5958F
(197,149,143)
#CA9E99
(202,158,153)
#CFA7A3
(207,167,163)
#D4B0AD
(212,176,173)
#D9B9B7
(217,185,183)
#DEC2C1
(222,194,193)
#E3CBCB
(227,203,203)
#E8D4D5
(232,212,213)
#EDDDDF
(237,221,223)
#F2E6E9
(242,230,233)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5958F; }

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

This text font color is #C5958F.


Background Color

.myBgColor { background-color: #C5958F; }

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

This div background color is #C5958F.


Border color

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

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

This div border color is #C5958F.


Opacity

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

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

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

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

This text has shadow with #C5958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5958F on black background.


Color preview on white background

This text has color #C5958F on white background.



Black color preview on #C5958F background

This text has black color on #C5958F background.


White color preview on #C5958F background

This text has white color on #C5958F background.