COLOR #C9958D

HEX: #C9958D
RGB: (201,149,141)

Color info

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

RGB color model

#C9958D color RGB value is (201,149,141).

  • red value is 201;
  • green value is 149;
  • blue value is 141.
RGB:
(201,149,141)
(79%,58%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 141 of 255 = 55%

201
149
141

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

Portions of RGB colors in percentages

R + G + B =
201 + 149 + 141 = 491 (100%)
R 201 of 491 ~ 40.94%
G 149 of 491 ~ 30.35%
B 141 of 491 ~ 28.72%

%40.94
%30.35
%28.72

CMYK color model

#C9958D color CMYK value is (0,26,30,21).

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 29.85%
  • key color value is 21.18%
CMYK:
(0,26,30,21)
C0M26Y30K21 
(0%,26%,30%,21%)
(0.00/0.26/0.30/0.21)	

CMYK percentages

%0
%25.87
%29.85
%21.18

Codes

Color #C9958D in popluar color models

C9958D
RGB201149141
HSL35.71%67.06%
HSB/HSV29.85%78.82%
CMYK0.00%25.87%29.85%
21.18%

Color #C9958D in popluar number systems.

HEXC9958D
Decimal201149141
Binary110010011001010110001101
Octal311225215

Shades and tints

Shades of #C9958D

#C9958D
(201,149,141)
#B78881
(183,136,129)
#A57B75
(165,123,117)
#936E69
(147,110,105)
#81615D
(129,97,93)
#6F5451
(111,84,81)
#5D4745
(93,71,69)
#4B3A39
(75,58,57)
#392D2D
(57,45,45)
#272021
(39,32,33)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #C9958D

#C9958D
(201,149,141)
#CD9E97
(205,158,151)
#D1A7A1
(209,167,161)
#D5B0AB
(213,176,171)
#D9B9B5
(217,185,181)
#DDC2BF
(221,194,191)
#E1CBC9
(225,203,201)
#E5D4D3
(229,212,211)
#E9DDDD
(233,221,221)
#EDE6E7
(237,230,231)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9958D color. Also use rgb(201,149,141) instead hex code.

Text Font Color

.myTextColor { color: #C9958D; }

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

This text font color is #C9958D.


Background Color

.myBgColor { background-color: #C9958D; }

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

This div background color is #C9958D.


Border color

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

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

This div border color is #C9958D.


Opacity

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

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

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

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

This text has shadow with #C9958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9958D on black background.


Color preview on white background

This text has color #C9958D on white background.



Black color preview on #C9958D background

This text has black color on #C9958D background.


White color preview on #C9958D background

This text has white color on #C9958D background.