COLOR #C9918B

HEX: #C9918B
RGB: (201,145,139)

Color info

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

RGB color model

#C9918B color RGB value is (201,145,139).

  • red value is 201;
  • green value is 145;
  • blue value is 139.
RGB:
(201,145,139)
(79%,57%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 145 of 255 = 57%
B 139 of 255 = 55%

201
145
139

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

Portions of RGB colors in percentages

R + G + B =
201 + 145 + 139 = 485 (100%)
R 201 of 485 ~ 41.44%
G 145 of 485 ~ 29.9%
B 139 of 485 ~ 28.66%

%41.44
%29.9
%28.66

CMYK color model

#C9918B color CMYK value is (0,28,31,21).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(0,28,31,21)
C0M28Y31K21 
(0%,28%,31%,21%)
(0.00/0.28/0.31/0.21)	

CMYK percentages

%0
%27.86
%30.85
%21.18

Codes

Color #C9918B in popluar color models

C9918B
RGB201145139
HSL36.47%66.67%
HSB/HSV30.85%78.82%
CMYK0.00%27.86%30.85%
21.18%

Color #C9918B in popluar number systems.

HEXC9918B
Decimal201145139
Binary110010011001000110001011
Octal311221213

Shades and tints

Shades of #C9918B

#C9918B
(201,145,139)
#B7847F
(183,132,127)
#A57773
(165,119,115)
#936A67
(147,106,103)
#815D5B
(129,93,91)
#6F504F
(111,80,79)
#5D4343
(93,67,67)
#4B3637
(75,54,55)
#39292B
(57,41,43)
#271C1F
(39,28,31)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #C9918B

#C9918B
(201,145,139)
#CD9B95
(205,155,149)
#D1A59F
(209,165,159)
#D5AFA9
(213,175,169)
#D9B9B3
(217,185,179)
#DDC3BD
(221,195,189)
#E1CDC7
(225,205,199)
#E5D7D1
(229,215,209)
#E9E1DB
(233,225,219)
#EDEBE5
(237,235,229)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9918B color. Also use rgb(201,145,139) instead hex code.

Text Font Color

.myTextColor { color: #C9918B; }

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

This text font color is #C9918B.


Background Color

.myBgColor { background-color: #C9918B; }

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

This div background color is #C9918B.


Border color

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

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

This div border color is #C9918B.


Opacity

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

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

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

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

This text has shadow with #C9918B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9918B on black background.


Color preview on white background

This text has color #C9918B on white background.



Black color preview on #C9918B background

This text has black color on #C9918B background.


White color preview on #C9918B background

This text has white color on #C9918B background.