COLOR #C998A5

HEX: #C998A5 RGB: (201,152,165)

Color info

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

RGB color model

#C998A5 color RGB value is (201,152,165).

RGB: (201,152,165) (79%, 60%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 165 of 255 = 65%

201
152
165

R + G + B ~ 68%. #C998A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 152 + 165 = 518 (100%)
R 201 of 518 ~ 38.8%
G 152 of 518 ~ 29.34%
B 165 of 518 ~ 31.85'%

%38.8
%29.34
%31.85

CMYK color model

#C998A5 color CMYK value is (0,24,18,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK: (0,24,18,21) C0M24Y18K21 (0%,24%,18%,21%) (0.00/0.24/0.18/0.21) 

CMYK percentages

%0
%24.38
%17.91
%21.18

Codes

Color #C998A5 in popluar color models

C9 98 A5
RGB 201 152 165
HSL 344° 31.21% 69.22%
HSB/HSV 344° 24.38% 78.82%
CMYK 0.00% 24.38% 17.91%
21.18%

Color #C998A5 in popluar number systems.

HEX C9 98 A5
Decimal 201 152 165
Binary 11001001 10011000 10100101
Octal 311 230 245

Shades and tints

Shades of #C998A5

#C998A5
(201,152,165)
#B78B96
(183,139,150)
#A57E87
(165,126,135)
#937178
(147,113,120)
#816469
(129,100,105)
#6F575A
(111,87,90)
#5D4A4B
(93,74,75)
#4B3D3C
(75,61,60)
#39302D
(57,48,45)
#27231E
(39,35,30)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #C998A5

#C998A5
(201,152,165)
#CDA1AD
(205,161,173)
#D1AAB5
(209,170,181)
#D5B3BD
(213,179,189)
#D9BCC5
(217,188,197)
#DDC5CD
(221,197,205)
#E1CED5
(225,206,213)
#E5D7DD
(229,215,221)
#E9E0E5
(233,224,229)
#EDE9ED
(237,233,237)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C998A5; }

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

This text font color is #C998A5.

Background Color

.myBgColor { background-color: #C998A5; }

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

This div background color is #C998A5.

Border color

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

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

This div border color is #C998A5.

Opacity

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

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

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

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

This text has shadow with #C998A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C998A5.

Preview

Color preview on black background

This text has color #C998A5 on black background.


Color preview on white background

This text has color #C998A5 on white background.


Black color preview on #C998A5 background

This text has black color on #C998A5 background.


White color preview on #C998A5 background

This text has white color on #C998A5 background.


Related colors

Complementary color

Complementary color for #hex is #36675A.


I love getcolorcode.com

Triadic colors

1 #A5C998 and #98A5C9 with #C998A5 are triadic colors.

2 #A598C9 and #98C9A5 with #C998A5 are triadic colors.