COLOR #C99387

HEX: #C99387
RGB: (201,147,135)

Color info

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

RGB color model

#C99387 color RGB value is (201,147,135).

  • red value is 201;
  • green value is 147;
  • blue value is 135.
RGB:
(201,147,135)
(79%,58%,53%)

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 135 of 255 = 53%

201
147
135

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

Portions of RGB colors in percentages

R + G + B =
201 + 147 + 135 = 483 (100%)
R 201 of 483 ~ 41.61%
G 147 of 483 ~ 30.43%
B 135 of 483 ~ 27.95%

%41.61
%30.43
%27.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 32.84%
  • key color value is 21.18%
CMYK:
(0,27,33,21)
C0M27Y33K21 
(0%,27%,33%,21%)
(0.00/0.27/0.33/0.21)	

CMYK percentages

%0
%26.87
%32.84
%21.18

Codes

Color #C99387 in popluar color models

C99387
RGB201147135
HSL11°37.93%65.88%
HSB/HSV11°32.84%78.82%
CMYK0.00%26.87%32.84%
21.18%

Color #C99387 in popluar number systems.

HEXC99387
Decimal201147135
Binary110010011001001110000111
Octal311223207

Shades and tints

Shades of #C99387

#C99387
(201,147,135)
#B7867B
(183,134,123)
#A5796F
(165,121,111)
#936C63
(147,108,99)
#815F57
(129,95,87)
#6F524B
(111,82,75)
#5D453F
(93,69,63)
#4B3833
(75,56,51)
#392B27
(57,43,39)
#271E1B
(39,30,27)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #C99387

#C99387
(201,147,135)
#CD9C91
(205,156,145)
#D1A59B
(209,165,155)
#D5AEA5
(213,174,165)
#D9B7AF
(217,183,175)
#DDC0B9
(221,192,185)
#E1C9C3
(225,201,195)
#E5D2CD
(229,210,205)
#E9DBD7
(233,219,215)
#EDE4E1
(237,228,225)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99387; }

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

This text font color is #C99387.


Background Color

.myBgColor { background-color: #C99387; }

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

This div background color is #C99387.


Border color

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

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

This div border color is #C99387.


Opacity

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

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

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

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

This text has shadow with #C99387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99387 on black background.


Color preview on white background

This text has color #C99387 on white background.



Black color preview on #C99387 background

This text has black color on #C99387 background.


White color preview on #C99387 background

This text has white color on #C99387 background.