COLOR #C99796

HEX: #C99796 RGB: (201,151,150)

Color info

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

RGB color model

#C99796 color RGB value is (201,151,150).

RGB: (201,151,150) (79%, 59%, 59%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 150 of 255 = 59%

201
151
150

R + G + B ~ 66%. #C99796 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 151 + 150 = 502 (100%)
R 201 of 502 ~ 40.04%
G 151 of 502 ~ 30.08%
B 150 of 502 ~ 29.88'%

%40.04
%30.08
%29.88

CMYK color model

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

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

CMYK: (0,25,25,21)
C0M25Y25K21 (0%, 25%, 25%, 21%)
(0.00 / 0.25 / 0.25 / 0.21)

CMYK percentages

%0
%24.88
%25.37
%21.18

Codes

Color #C99796 in popluar color models

C9 97 96
RGB 201 151 150
HSL 32.08% 68.82%
HSB/HSV 25.37% 78.82%
CMYK 0.00% 24.88% 25.37%
21.18%

Color #C99796 in popluar number systems.

HEX C9 97 96
Decimal 201 151 150
Binary 11001001 10010111 10010110
Octal 311 227 226

Shades and tints

Shades of #C99796

#C99796
(201,151,150)
#B78A89
(183,138,137)
#A57D7C
(165,125,124)
#93706F
(147,112,111)
#816362
(129,99,98)
#6F5655
(111,86,85)
#5D4948
(93,73,72)
#4B3C3B
(75,60,59)
#392F2E
(57,47,46)
#272221
(39,34,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C99796

#C99796
(201,151,150)
#CDA09F
(205,160,159)
#D1A9A8
(209,169,168)
#D5B2B1
(213,178,177)
#D9BBBA
(217,187,186)
#DDC4C3
(221,196,195)
#E1CDCC
(225,205,204)
#E5D6D5
(229,214,213)
#E9DFDE
(233,223,222)
#EDE8E7
(237,232,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99796; }

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

This text font color is #C99796.

Background Color

.myBgColor { background-color: #C99796; }

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

This div background color is #C99796.

Border color

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

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

This div border color is #C99796.

Opacity

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

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

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

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

This text has shadow with #C99796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99796.

Preview

Color preview on black background

This text has color #C99796 on black background.


Color preview on white background

This text has color #C99796 on white background.


Black color preview on #C99796 background

This text has black color on #C99796 background.


White color preview on #C99796 background

This text has white color on #C99796 background.


Related colors

Complementary color

Complementary color for #hex is #366869.


I love getcolorcode.com

Triadic colors

1 #96C997 and #9796C9 with #C99796 are triadic colors.

2 #9697C9 and #97C996 with #C99796 are triadic colors.