COLOR #C9998E

HEX: #C9998E RGB: (201,153,142)

Color info

#C9998E contains red, green and blue colors in about the same proportion. Web safe color of #C9998E is #CC9999 (or #C99).

RGB color model

#C9998E color RGB value is (201,153,142).

RGB: (201,153,142) (79%, 60%, 56%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 142 of 255 = 56%

201
153
142

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

Portions of RGB colors in percentages

R + G + B = 201 + 153 + 142 = 496 (100%)
R 201 of 496 ~ 40.52%
G 153 of 496 ~ 30.85%
B 142 of 496 ~ 28.63'%

%40.52
%30.85
%28.63

CMYK color model

#C9998E color CMYK value is (0,24,29,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 29.35%
  • key color value is 21.18%

CMYK: (0,24,29,21)
C0M24Y29K21 (0%, 24%, 29%, 21%)
(0.00 / 0.24 / 0.29 / 0.21)

CMYK percentages

%0
%23.88
%29.35
%21.18

Codes

Color #C9998E in popluar color models

C9 99 8E
RGB 201 153 142
HSL 11° 35.33% 67.25%
HSB/HSV 11° 29.35% 78.82%
CMYK 0.00% 23.88% 29.35%
21.18%

Color #C9998E in popluar number systems.

HEX C9 99 8E
Decimal 201 153 142
Binary 11001001 10011001 10001110
Octal 311 231 216

Shades and tints

Shades of #C9998E

#C9998E
(201,153,142)
#B78C82
(183,140,130)
#A57F76
(165,127,118)
#93726A
(147,114,106)
#81655E
(129,101,94)
#6F5852
(111,88,82)
#5D4B46
(93,75,70)
#4B3E3A
(75,62,58)
#39312E
(57,49,46)
#272422
(39,36,34)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9998E

#C9998E
(201,153,142)
#CDA298
(205,162,152)
#D1ABA2
(209,171,162)
#D5B4AC
(213,180,172)
#D9BDB6
(217,189,182)
#DDC6C0
(221,198,192)
#E1CFCA
(225,207,202)
#E5D8D4
(229,216,212)
#E9E1DE
(233,225,222)
#EDEAE8
(237,234,232)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9998E; }

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

This text font color is #C9998E.

Background Color

.myBgColor { background-color: #C9998E; }

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

This div background color is #C9998E.

Border color

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

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

This div border color is #C9998E.

Opacity

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

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

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

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

This text has shadow with #C9998E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9998E.

Preview

Color preview on black background

This text has color #C9998E on black background.


Color preview on white background

This text has color #C9998E on white background.


Black color preview on #C9998E background

This text has black color on #C9998E background.


White color preview on #C9998E background

This text has white color on #C9998E background.


Related colors

Complementary color

Complementary color for #hex is #366671.


I love getcolorcode.com

Triadic colors

1 #8EC999 and #998EC9 with #C9998E are triadic colors.

2 #8E99C9 and #99C98E with #C9998E are triadic colors.