COLOR #C99C98

HEX: #C99C98 RGB: (201,156,152)

Color info

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

RGB color model

#C99C98 color RGB value is (201,156,152).

RGB: (201,156,152) (79%, 61%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 152 of 255 = 60%

201
156
152

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

Portions of RGB colors in percentages

R + G + B = 201 + 156 + 152 = 509 (100%)
R 201 of 509 ~ 39.49%
G 156 of 509 ~ 30.65%
B 152 of 509 ~ 29.86'%

%39.49
%30.65
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.39%
  • 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
%22.39
%24.38
%21.18

Codes

Color #C99C98 in popluar color models

C9 9C 98
RGB 201 156 152
HSL 31.21% 69.22%
HSB/HSV 24.38% 78.82%
CMYK 0.00% 22.39% 24.38%
21.18%

Color #C99C98 in popluar number systems.

HEX C9 9C 98
Decimal 201 156 152
Binary 11001001 10011100 10011000
Octal 311 234 230

Shades and tints

Shades of #C99C98

#C99C98
(201,156,152)
#B78E8B
(183,142,139)
#A5807E
(165,128,126)
#937271
(147,114,113)
#816464
(129,100,100)
#6F5657
(111,86,87)
#5D484A
(93,72,74)
#4B3A3D
(75,58,61)
#392C30
(57,44,48)
#271E23
(39,30,35)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #C99C98

#C99C98
(201,156,152)
#CDA5A1
(205,165,161)
#D1AEAA
(209,174,170)
#D5B7B3
(213,183,179)
#D9C0BC
(217,192,188)
#DDC9C5
(221,201,197)
#E1D2CE
(225,210,206)
#E5DBD7
(229,219,215)
#E9E4E0
(233,228,224)
#EDEDE9
(237,237,233)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99C98; }

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

This text font color is #C99C98.

Background Color

.myBgColor { background-color: #C99C98; }

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

This div background color is #C99C98.

Border color

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

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

This div border color is #C99C98.

Opacity

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

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

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

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

This text has shadow with #C99C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99C98.

Preview

Color preview on black background

This text has color #C99C98 on black background.


Color preview on white background

This text has color #C99C98 on white background.


Black color preview on #C99C98 background

This text has black color on #C99C98 background.


White color preview on #C99C98 background

This text has white color on #C99C98 background.


Related colors

Complementary color

Complementary color for #hex is #366367.


I love getcolorcode.com

Triadic colors

1 #98C99C and #9C98C9 with #C99C98 are triadic colors.

2 #989CC9 and #9CC998 with #C99C98 are triadic colors.