COLOR #C9958A

HEX: #C9958A
RGB: (201,149,138)

Color info

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

RGB color model

#C9958A color RGB value is (201,149,138).

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

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 138 of 255 = 54%

201
149
138

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

Portions of RGB colors in percentages

R + G + B =
201 + 149 + 138 = 488 (100%)
R 201 of 488 ~ 41.19%
G 149 of 488 ~ 30.53%
B 138 of 488 ~ 28.28%

%41.19
%30.53
%28.28

CMYK color model

#C9958A color CMYK value is (0,26,31,21).

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 31.34%
  • key color value is 21.18%
CMYK:
(0,26,31,21)
C0M26Y31K21 
(0%,26%,31%,21%)
(0.00/0.26/0.31/0.21)	

CMYK percentages

%0
%25.87
%31.34
%21.18

Codes

Color #C9958A in popluar color models

C9958A
RGB201149138
HSL10°36.84%66.47%
HSB/HSV10°31.34%78.82%
CMYK0.00%25.87%31.34%
21.18%

Color #C9958A in popluar number systems.

HEXC9958A
Decimal201149138
Binary110010011001010110001010
Octal311225212

Shades and tints

Shades of #C9958A

#C9958A
(201,149,138)
#B7887E
(183,136,126)
#A57B72
(165,123,114)
#936E66
(147,110,102)
#81615A
(129,97,90)
#6F544E
(111,84,78)
#5D4742
(93,71,66)
#4B3A36
(75,58,54)
#392D2A
(57,45,42)
#27201E
(39,32,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #C9958A

#C9958A
(201,149,138)
#CD9E94
(205,158,148)
#D1A79E
(209,167,158)
#D5B0A8
(213,176,168)
#D9B9B2
(217,185,178)
#DDC2BC
(221,194,188)
#E1CBC6
(225,203,198)
#E5D4D0
(229,212,208)
#E9DDDA
(233,221,218)
#EDE6E4
(237,230,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9958A; }

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

This text font color is #C9958A.


Background Color

.myBgColor { background-color: #C9958A; }

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

This div background color is #C9958A.


Border color

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

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

This div border color is #C9958A.


Opacity

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

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

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

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

This text has shadow with #C9958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9958A on black background.


Color preview on white background

This text has color #C9958A on white background.



Black color preview on #C9958A background

This text has black color on #C9958A background.


White color preview on #C9958A background

This text has white color on #C9958A background.