COLOR #C99B86

HEX: #C99B86 RGB: (201,155,134)

Color info

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

RGB color model

#C99B86 color RGB value is (201,155,134).

RGB: (201,155,134) (79%, 61%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 134 of 255 = 53%

201
155
134

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

Portions of RGB colors in percentages

R + G + B = 201 + 155 + 134 = 490 (100%)
R 201 of 490 ~ 41.02%
G 155 of 490 ~ 31.63%
B 134 of 490 ~ 27.35'%

%41.02
%31.63
%27.35

CMYK color model

#C99B86 color CMYK value is (0,23,33,21).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 33.33%
  • key color value is 21.18%

CMYK: (0,23,33,21)
C0M23Y33K21 (0%, 23%, 33%, 21%)
(0.00 / 0.23 / 0.33 / 0.21)

CMYK percentages

%0
%22.89
%33.33
%21.18

Codes

Color #C99B86 in popluar color models

C9 9B 86
RGB 201 155 134
HSL 19° 38.29% 65.69%
HSB/HSV 19° 33.33% 78.82%
CMYK 0.00% 22.89% 33.33%
21.18%

Color #C99B86 in popluar number systems.

HEX C9 9B 86
Decimal 201 155 134
Binary 11001001 10011011 10000110
Octal 311 233 206

Shades and tints

Shades of #C99B86

#C99B86
(201,155,134)
#B78D7A
(183,141,122)
#A57F6E
(165,127,110)
#937162
(147,113,98)
#816356
(129,99,86)
#6F554A
(111,85,74)
#5D473E
(93,71,62)
#4B3932
(75,57,50)
#392B26
(57,43,38)
#271D1A
(39,29,26)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #C99B86

#C99B86
(201,155,134)
#CDA491
(205,164,145)
#D1AD9C
(209,173,156)
#D5B6A7
(213,182,167)
#D9BFB2
(217,191,178)
#DDC8BD
(221,200,189)
#E1D1C8
(225,209,200)
#E5DAD3
(229,218,211)
#E9E3DE
(233,227,222)
#EDECE9
(237,236,233)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99B86 color. Also use rgb(201,155,134) instead hex code.

Text Font Color

.myTextColor { color: #C99B86; }

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

This text font color is #C99B86.

Background Color

.myBgColor { background-color: #C99B86; }

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

This div background color is #C99B86.

Border color

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

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

This div border color is #C99B86.

Opacity

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

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

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

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

This text has shadow with #C99B86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99B86.

Preview

Color preview on black background

This text has color #C99B86 on black background.


Color preview on white background

This text has color #C99B86 on white background.


Black color preview on #C99B86 background

This text has black color on #C99B86 background.


White color preview on #C99B86 background

This text has white color on #C99B86 background.


Related colors

Complementary color

Complementary color for #hex is #366479.


I love getcolorcode.com

Triadic colors

1 #86C99B and #9B86C9 with #C99B86 are triadic colors.

2 #869BC9 and #9BC986 with #C99B86 are triadic colors.