COLOR #C99687

HEX: #C99687 RGB: (201,150,135)

Color info

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

RGB color model

#C99687 color RGB value is (201,150,135).

RGB: (201,150,135) (79%, 59%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 150 of 255 = 59%
B 135 of 255 = 53%

201
150
135

R + G + B ~ 64%. #C99687 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 150 + 135 = 486 (100%)
R 201 of 486 ~ 41.36%
G 150 of 486 ~ 30.86%
B 135 of 486 ~ 27.78'%

%41.36
%30.86
%27.78

CMYK color model

#C99687 color CMYK value is (0,25,33,21).

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

CMYK: (0,25,33,21)
C0M25Y33K21 (0%, 25%, 33%, 21%)
(0.00 / 0.25 / 0.33 / 0.21)

CMYK percentages

%0
%25.37
%32.84
%21.18

Codes

Color #C99687 in popluar color models

C9 96 87
RGB 201 150 135
HSL 14° 37.93% 65.88%
HSB/HSV 14° 32.84% 78.82%
CMYK 0.00% 25.37% 32.84%
21.18%

Color #C99687 in popluar number systems.

HEX C9 96 87
Decimal 201 150 135
Binary 11001001 10010110 10000111
Octal 311 226 207

Shades and tints

Shades of #C99687

#C99687
(201,150,135)
#B7897B
(183,137,123)
#A57C6F
(165,124,111)
#936F63
(147,111,99)
#816257
(129,98,87)
#6F554B
(111,85,75)
#5D483F
(93,72,63)
#4B3B33
(75,59,51)
#392E27
(57,46,39)
#27211B
(39,33,27)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #C99687

#C99687
(201,150,135)
#CD9F91
(205,159,145)
#D1A89B
(209,168,155)
#D5B1A5
(213,177,165)
#D9BAAF
(217,186,175)
#DDC3B9
(221,195,185)
#E1CCC3
(225,204,195)
#E5D5CD
(229,213,205)
#E9DED7
(233,222,215)
#EDE7E1
(237,231,225)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99687; }

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

This text font color is #C99687.

Background Color

.myBgColor { background-color: #C99687; }

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

This div background color is #C99687.

Border color

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

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

This div border color is #C99687.

Opacity

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

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

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

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

This text has shadow with #C99687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99687.

Preview

Color preview on black background

This text has color #C99687 on black background.


Color preview on white background

This text has color #C99687 on white background.


Black color preview on #C99687 background

This text has black color on #C99687 background.


White color preview on #C99687 background

This text has white color on #C99687 background.


Related colors

Complementary color

Complementary color for #hex is #366978.


I love getcolorcode.com

Triadic colors

1 #87C996 and #9687C9 with #C99687 are triadic colors.

2 #8796C9 and #96C987 with #C99687 are triadic colors.