COLOR #C99891

HEX: #C99891 RGB: (201,152,145)

Color info

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

RGB color model

#C99891 color RGB value is (201,152,145).

RGB: (201,152,145) (79%, 60%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 145 of 255 = 57%

201
152
145

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

Portions of RGB colors in percentages

R + G + B = 201 + 152 + 145 = 498 (100%)
R 201 of 498 ~ 40.36%
G 152 of 498 ~ 30.52%
B 145 of 498 ~ 29.12'%

%40.36
%30.52
%29.12

CMYK color model

#C99891 color CMYK value is (0,24,28,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 27.86%
  • key color value is 21.18%

CMYK: (0,24,28,21)
C0M24Y28K21 (0%, 24%, 28%, 21%)
(0.00 / 0.24 / 0.28 / 0.21)

CMYK percentages

%0
%24.38
%27.86
%21.18

Codes

Color #C99891 in popluar color models

C9 98 91
RGB 201 152 145
HSL 34.15% 67.84%
HSB/HSV 27.86% 78.82%
CMYK 0.00% 24.38% 27.86%
21.18%

Color #C99891 in popluar number systems.

HEX C9 98 91
Decimal 201 152 145
Binary 11001001 10011000 10010001
Octal 311 230 221

Shades and tints

Shades of #C99891

#C99891
(201,152,145)
#B78B84
(183,139,132)
#A57E77
(165,126,119)
#93716A
(147,113,106)
#81645D
(129,100,93)
#6F5750
(111,87,80)
#5D4A43
(93,74,67)
#4B3D36
(75,61,54)
#393029
(57,48,41)
#27231C
(39,35,28)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #C99891

#C99891
(201,152,145)
#CDA19B
(205,161,155)
#D1AAA5
(209,170,165)
#D5B3AF
(213,179,175)
#D9BCB9
(217,188,185)
#DDC5C3
(221,197,195)
#E1CECD
(225,206,205)
#E5D7D7
(229,215,215)
#E9E0E1
(233,224,225)
#EDE9EB
(237,233,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99891; }

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

This text font color is #C99891.

Background Color

.myBgColor { background-color: #C99891; }

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

This div background color is #C99891.

Border color

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

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

This div border color is #C99891.

Opacity

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

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

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

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

This text has shadow with #C99891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99891.

Preview

Color preview on black background

This text has color #C99891 on black background.


Color preview on white background

This text has color #C99891 on white background.


Black color preview on #C99891 background

This text has black color on #C99891 background.


White color preview on #C99891 background

This text has white color on #C99891 background.


Related colors

Complementary color

Complementary color for #hex is #36676E.


I love getcolorcode.com

Triadic colors

1 #91C998 and #9891C9 with #C99891 are triadic colors.

2 #9198C9 and #98C991 with #C99891 are triadic colors.