COLOR #C99D98

HEX: #C99D98 RGB: (201,157,152)

Color info

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

RGB color model

#C99D98 color RGB value is (201,157,152).

RGB: (201,157,152) (79%, 62%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 157 of 255 = 62%
B 152 of 255 = 60%

201
157
152

R + G + B ~ 67%. #C99D98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 157 + 152 = 510 (100%)
R 201 of 510 ~ 39.41%
G 157 of 510 ~ 30.78%
B 152 of 510 ~ 29.8'%

%39.41
%30.78
%29.8

CMYK color model

#C99D98 color CMYK value is (0,22,24,21).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 24.38%
  • key color value is 21.18%

CMYK: (0,22,24,21)
C0M22Y24K21 (0%, 22%, 24%, 21%)
(0.00 / 0.22 / 0.24 / 0.21)

CMYK percentages

%0
%21.89
%24.38
%21.18

Codes

Color #C99D98 in popluar color models

C9 9D 98
RGB 201 157 152
HSL 31.21% 69.22%
HSB/HSV 24.38% 78.82%
CMYK 0.00% 21.89% 24.38%
21.18%

Color #C99D98 in popluar number systems.

HEX C9 9D 98
Decimal 201 157 152
Binary 11001001 10011101 10011000
Octal 311 235 230

Shades and tints

Shades of #C99D98

#C99D98
(201,157,152)
#B78F8B
(183,143,139)
#A5817E
(165,129,126)
#937371
(147,115,113)
#816564
(129,101,100)
#6F5757
(111,87,87)
#5D494A
(93,73,74)
#4B3B3D
(75,59,61)
#392D30
(57,45,48)
#271F23
(39,31,35)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C99D98

#C99D98
(201,157,152)
#CDA5A1
(205,165,161)
#D1ADAA
(209,173,170)
#D5B5B3
(213,181,179)
#D9BDBC
(217,189,188)
#DDC5C5
(221,197,197)
#E1CDCE
(225,205,206)
#E5D5D7
(229,213,215)
#E9DDE0
(233,221,224)
#EDE5E9
(237,229,233)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99D98 color. Also use rgb(201,157,152) instead hex code.

Text Font Color

.myTextColor { color: #C99D98; }

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

This text font color is #C99D98.

Background Color

.myBgColor { background-color: #C99D98; }

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

This div background color is #C99D98.

Border color

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

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

This div border color is #C99D98.

Opacity

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

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

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

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

This text has shadow with #C99D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99D98.

Preview

Color preview on black background

This text has color #C99D98 on black background.


Color preview on white background

This text has color #C99D98 on white background.


Black color preview on #C99D98 background

This text has black color on #C99D98 background.


White color preview on #C99D98 background

This text has white color on #C99D98 background.


Related colors

Complementary color

Complementary color for #hex is #366267.


I love getcolorcode.com

Triadic colors

1 #98C99D and #9D98C9 with #C99D98 are triadic colors.

2 #989DC9 and #9DC998 with #C99D98 are triadic colors.