COLOR #C9998B

HEX: #C9998B
RGB: (201,153,139)

Color info

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

RGB color model

#C9998B color RGB value is (201,153,139).

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

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 139 of 255 = 55%

201
153
139

R + G + B ~ 65%. #C9998B is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 139 = 493 (100%)
R 201 of 493 ~ 40.77%
G 153 of 493 ~ 31.03%
B 139 of 493 ~ 28.19%

%40.77
%31.03
%28.19

CMYK color model

#C9998B color CMYK value is (0,24,31,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(0,24,31,21)
C0M24Y31K21 
(0%,24%,31%,21%)
(0.00/0.24/0.31/0.21)	

CMYK percentages

%0
%23.88
%30.85
%21.18

Codes

Color #C9998B in popluar color models

C9998B
RGB201153139
HSL14°36.47%66.67%
HSB/HSV14°30.85%78.82%
CMYK0.00%23.88%30.85%
21.18%

Color #C9998B in popluar number systems.

HEXC9998B
Decimal201153139
Binary110010011001100110001011
Octal311231213

Shades and tints

Shades of #C9998B

#C9998B
(201,153,139)
#B78C7F
(183,140,127)
#A57F73
(165,127,115)
#937267
(147,114,103)
#81655B
(129,101,91)
#6F584F
(111,88,79)
#5D4B43
(93,75,67)
#4B3E37
(75,62,55)
#39312B
(57,49,43)
#27241F
(39,36,31)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #C9998B

#C9998B
(201,153,139)
#CDA295
(205,162,149)
#D1AB9F
(209,171,159)
#D5B4A9
(213,180,169)
#D9BDB3
(217,189,179)
#DDC6BD
(221,198,189)
#E1CFC7
(225,207,199)
#E5D8D1
(229,216,209)
#E9E1DB
(233,225,219)
#EDEAE5
(237,234,229)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9998B; }

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

This text font color is #C9998B.


Background Color

.myBgColor { background-color: #C9998B; }

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

This div background color is #C9998B.


Border color

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

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

This div border color is #C9998B.


Opacity

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

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

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

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

This text has shadow with #C9998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9998B on black background.


Color preview on white background

This text has color #C9998B on white background.



Black color preview on #C9998B background

This text has black color on #C9998B background.


White color preview on #C9998B background

This text has white color on #C9998B background.