COLOR #C5958B

HEX: #C5958B RGB: (197,149,139)

Color info

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

RGB color model

#C5958B color RGB value is (197,149,139).

RGB: (197,149,139) (77%, 58%, 55%)

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 139 of 255 = 55%

197
149
139

R + G + B ~ 63%. #C5958B is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 149 + 139 = 485 (100%)
R 197 of 485 ~ 40.62%
G 149 of 485 ~ 30.72%
B 139 of 485 ~ 28.66'%

%40.62
%30.72
%28.66

CMYK color model

#C5958B color CMYK value is (0,24,29,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 29.44%
  • key color value is 22.75%

CMYK: (0,24,29,23)
C0M24Y29K23 (0%, 24%, 29%, 23%)
(0.00 / 0.24 / 0.29 / 0.23)

CMYK percentages

%0
%24.37
%29.44
%22.75

Codes

Color #C5958B in popluar color models

C5 95 8B
RGB 197 149 139
HSL 10° 33.33% 65.88%
HSB/HSV 10° 29.44% 77.25%
CMYK 0.00% 24.37% 29.44%
22.75%

Color #C5958B in popluar number systems.

HEX C5 95 8B
Decimal 197 149 139
Binary 11000101 10010101 10001011
Octal 305 225 213

Shades and tints

Shades of #C5958B

#C5958B
(197,149,139)
#B4887F
(180,136,127)
#A37B73
(163,123,115)
#926E67
(146,110,103)
#81615B
(129,97,91)
#70544F
(112,84,79)
#5F4743
(95,71,67)
#4E3A37
(78,58,55)
#3D2D2B
(61,45,43)
#2C201F
(44,32,31)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C5958B

#C5958B
(197,149,139)
#CA9E95
(202,158,149)
#CFA79F
(207,167,159)
#D4B0A9
(212,176,169)
#D9B9B3
(217,185,179)
#DEC2BD
(222,194,189)
#E3CBC7
(227,203,199)
#E8D4D1
(232,212,209)
#EDDDDB
(237,221,219)
#F2E6E5
(242,230,229)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5958B; }

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

This text font color is #C5958B.

Background Color

.myBgColor { background-color: #C5958B; }

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

This div background color is #C5958B.

Border color

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

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

This div border color is #C5958B.

Opacity

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

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

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

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

This text has shadow with #C5958B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5958B.

Preview

Color preview on black background

This text has color #C5958B on black background.


Color preview on white background

This text has color #C5958B on white background.


Black color preview on #C5958B background

This text has black color on #C5958B background.


White color preview on #C5958B background

This text has white color on #C5958B background.


Related colors

Complementary color

Complementary color for #hex is #3A6A74.


I love getcolorcode.com

Triadic colors

1 #8BC595 and #958BC5 with #C5958B are triadic colors.

2 #8B95C5 and #95C58B with #C5958B are triadic colors.