COLOR #C98392

HEX: #C98392 RGB: (201,131,146)

Color info

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

RGB color model

#C98392 color RGB value is (201,131,146).

RGB: (201,131,146) (79%, 51%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 131 of 255 = 51%
B 146 of 255 = 57%

201
131
146

R + G + B ~ 62%. #C98392 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 131 + 146 = 478 (100%)
R 201 of 478 ~ 42.05%
G 131 of 478 ~ 27.41%
B 146 of 478 ~ 30.54'%

%42.05
%27.41
%30.54

CMYK color model

#C98392 color CMYK value is (0,35,27,21).

  • cyan value is 0.00%
  • magenta value is 34.83%
  • yellow value is 27.36%
  • key color value is 21.18%

CMYK: (0,35,27,21)
C0M35Y27K21 (0%, 35%, 27%, 21%)
(0.00 / 0.35 / 0.27 / 0.21)

CMYK percentages

%0
%34.83
%27.36
%21.18

Codes

Color #C98392 in popluar color models

C9 83 92
RGB 201 131 146
HSL 347° 39.33% 65.10%
HSB/HSV 347° 34.83% 78.82%
CMYK 0.00% 34.83% 27.36%
21.18%

Color #C98392 in popluar number systems.

HEX C9 83 92
Decimal 201 131 146
Binary 11001001 10000011 10010010
Octal 311 203 222

Shades and tints

Shades of #C98392

#C98392
(201,131,146)
#B77885
(183,120,133)
#A56D78
(165,109,120)
#93626B
(147,98,107)
#81575E
(129,87,94)
#6F4C51
(111,76,81)
#5D4144
(93,65,68)
#4B3637
(75,54,55)
#392B2A
(57,43,42)
#27201D
(39,32,29)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #C98392

#C98392
(201,131,146)
#CD8E9B
(205,142,155)
#D199A4
(209,153,164)
#D5A4AD
(213,164,173)
#D9AFB6
(217,175,182)
#DDBABF
(221,186,191)
#E1C5C8
(225,197,200)
#E5D0D1
(229,208,209)
#E9DBDA
(233,219,218)
#EDE6E3
(237,230,227)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98392 color. Also use rgb(201,131,146) instead hex code.

Text Font Color

.myTextColor { color: #C98392; }

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

This text font color is #C98392.

Background Color

.myBgColor { background-color: #C98392; }

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

This div background color is #C98392.

Border color

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

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

This div border color is #C98392.

Opacity

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

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

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

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

This text has shadow with #C98392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98392.

Preview

Color preview on black background

This text has color #C98392 on black background.


Color preview on white background

This text has color #C98392 on white background.


Black color preview on #C98392 background

This text has black color on #C98392 background.


White color preview on #C98392 background

This text has white color on #C98392 background.


Related colors

Complementary color

Complementary color for #hex is #367C6D.


I love getcolorcode.com

Triadic colors

1 #92C983 and #8392C9 with #C98392 are triadic colors.

2 #9283C9 and #83C992 with #C98392 are triadic colors.