COLOR #C9918C

HEX: #C9918C
RGB: (201,145,140)

Color info

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

RGB color model

#C9918C color RGB value is (201,145,140).

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

RGB channels and saturation

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

201
145
140

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

Portions of RGB colors in percentages

R + G + B =
201 + 145 + 140 = 486 (100%)
R 201 of 486 ~ 41.36%
G 145 of 486 ~ 29.84%
B 140 of 486 ~ 28.81%

%41.36
%29.84
%28.81

CMYK color model

#C9918C color CMYK value is (0,28,30,21).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK:
(0,28,30,21)
C0M28Y30K21 
(0%,28%,30%,21%)
(0.00/0.28/0.30/0.21)	

CMYK percentages

%0
%27.86
%30.35
%21.18

Codes

Color #C9918C in popluar color models

C9918C
RGB201145140
HSL36.09%66.86%
HSB/HSV30.35%78.82%
CMYK0.00%27.86%30.35%
21.18%

Color #C9918C in popluar number systems.

HEXC9918C
Decimal201145140
Binary110010011001000110001100
Octal311221214

Shades and tints

Shades of #C9918C

#C9918C
(201,145,140)
#B78480
(183,132,128)
#A57774
(165,119,116)
#936A68
(147,106,104)
#815D5C
(129,93,92)
#6F5050
(111,80,80)
#5D4344
(93,67,68)
#4B3638
(75,54,56)
#39292C
(57,41,44)
#271C20
(39,28,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #C9918C

#C9918C
(201,145,140)
#CD9B96
(205,155,150)
#D1A5A0
(209,165,160)
#D5AFAA
(213,175,170)
#D9B9B4
(217,185,180)
#DDC3BE
(221,195,190)
#E1CDC8
(225,205,200)
#E5D7D2
(229,215,210)
#E9E1DC
(233,225,220)
#EDEBE6
(237,235,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9918C; }

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

This text font color is #C9918C.


Background Color

.myBgColor { background-color: #C9918C; }

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

This div background color is #C9918C.


Border color

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

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

This div border color is #C9918C.


Opacity

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

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

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

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

This text has shadow with #C9918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9918C on black background.


Color preview on white background

This text has color #C9918C on white background.



Black color preview on #C9918C background

This text has black color on #C9918C background.


White color preview on #C9918C background

This text has white color on #C9918C background.