COLOR #C98C9A

HEX: #C98C9A RGB: (201,140,154)

Color info

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

RGB color model

#C98C9A color RGB value is (201,140,154).

RGB: (201,140,154) (79%, 55%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 154 of 255 = 60%

201
140
154

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

Portions of RGB colors in percentages

R + G + B = 201 + 140 + 154 = 495 (100%)
R 201 of 495 ~ 40.61%
G 140 of 495 ~ 28.28%
B 154 of 495 ~ 31.11'%

%40.61
%28.28
%31.11

CMYK color model

#C98C9A color CMYK value is (0,30,23,21).

  • cyan value is 0.00%
  • magenta value is 30.35%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (0,30,23,21)
C0M30Y23K21 (0%, 30%, 23%, 21%)
(0.00 / 0.30 / 0.23 / 0.21)

CMYK percentages

%0
%30.35
%23.38
%21.18

Codes

Color #C98C9A in popluar color models

C9 8C 9A
RGB 201 140 154
HSL 346° 36.09% 66.86%
HSB/HSV 346° 30.35% 78.82%
CMYK 0.00% 30.35% 23.38%
21.18%

Color #C98C9A in popluar number systems.

HEX C9 8C 9A
Decimal 201 140 154
Binary 11001001 10001100 10011010
Octal 311 214 232

Shades and tints

Shades of #C98C9A

#C98C9A
(201,140,154)
#B7808C
(183,128,140)
#A5747E
(165,116,126)
#936870
(147,104,112)
#815C62
(129,92,98)
#6F5054
(111,80,84)
#5D4446
(93,68,70)
#4B3838
(75,56,56)
#392C2A
(57,44,42)
#27201C
(39,32,28)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #C98C9A

#C98C9A
(201,140,154)
#CD96A3
(205,150,163)
#D1A0AC
(209,160,172)
#D5AAB5
(213,170,181)
#D9B4BE
(217,180,190)
#DDBEC7
(221,190,199)
#E1C8D0
(225,200,208)
#E5D2D9
(229,210,217)
#E9DCE2
(233,220,226)
#EDE6EB
(237,230,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98C9A color. Also use rgb(201,140,154) instead hex code.

Text Font Color

.myTextColor { color: #C98C9A; }

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

This text font color is #C98C9A.

Background Color

.myBgColor { background-color: #C98C9A; }

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

This div background color is #C98C9A.

Border color

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

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

This div border color is #C98C9A.

Opacity

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

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

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

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

This text has shadow with #C98C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98C9A.

Preview

Color preview on black background

This text has color #C98C9A on black background.


Color preview on white background

This text has color #C98C9A on white background.


Black color preview on #C98C9A background

This text has black color on #C98C9A background.


White color preview on #C98C9A background

This text has white color on #C98C9A background.


Related colors

Complementary color

Complementary color for #hex is #367365.


I love getcolorcode.com

Triadic colors

1 #9AC98C and #8C9AC9 with #C98C9A are triadic colors.

2 #9A8CC9 and #8CC99A with #C98C9A are triadic colors.