COLOR #C98792

HEX: #C98792 RGB: (201,135,146)

Color info

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

RGB color model

#C98792 color RGB value is (201,135,146).

RGB: (201,135,146) (79%, 53%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 146 of 255 = 57%

201
135
146

R + G + B ~ 63%. #C98792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 135 + 146 = 482 (100%)
R 201 of 482 ~ 41.7%
G 135 of 482 ~ 28.01%
B 146 of 482 ~ 30.29'%

%41.7
%28.01
%30.29

CMYK color model

#C98792 color CMYK value is (0,33,27,21).

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

CMYK: (0,33,27,21)
C0M33Y27K21 (0%, 33%, 27%, 21%)
(0.00 / 0.33 / 0.27 / 0.21)

CMYK percentages

%0
%32.84
%27.36
%21.18

Codes

Color #C98792 in popluar color models

C9 87 92
RGB 201 135 146
HSL 350° 37.93% 65.88%
HSB/HSV 350° 32.84% 78.82%
CMYK 0.00% 32.84% 27.36%
21.18%

Color #C98792 in popluar number systems.

HEX C9 87 92
Decimal 201 135 146
Binary 11001001 10000111 10010010
Octal 311 207 222

Shades and tints

Shades of #C98792

#C98792
(201,135,146)
#B77B85
(183,123,133)
#A56F78
(165,111,120)
#93636B
(147,99,107)
#81575E
(129,87,94)
#6F4B51
(111,75,81)
#5D3F44
(93,63,68)
#4B3337
(75,51,55)
#39272A
(57,39,42)
#271B1D
(39,27,29)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #C98792

#C98792
(201,135,146)
#CD919B
(205,145,155)
#D19BA4
(209,155,164)
#D5A5AD
(213,165,173)
#D9AFB6
(217,175,182)
#DDB9BF
(221,185,191)
#E1C3C8
(225,195,200)
#E5CDD1
(229,205,209)
#E9D7DA
(233,215,218)
#EDE1E3
(237,225,227)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98792; }

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

This text font color is #C98792.

Background Color

.myBgColor { background-color: #C98792; }

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

This div background color is #C98792.

Border color

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

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

This div border color is #C98792.

Opacity

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

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

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

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

This text has shadow with #C98792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98792.

Preview

Color preview on black background

This text has color #C98792 on black background.


Color preview on white background

This text has color #C98792 on white background.


Black color preview on #C98792 background

This text has black color on #C98792 background.


White color preview on #C98792 background

This text has white color on #C98792 background.


Related colors

Complementary color

Complementary color for #hex is #36786D.


I love getcolorcode.com

Triadic colors

1 #92C987 and #8792C9 with #C98792 are triadic colors.

2 #9287C9 and #87C992 with #C98792 are triadic colors.