COLOR #C99596

HEX: #C99596
RGB: (201,149,150)

Color info

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

RGB color model

#C99596 color RGB value is (201,149,150).

  • red value is 201;
  • green value is 149;
  • blue value is 150.
RGB:
(201,149,150)
(79%,58%,59%)

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 150 of 255 = 59%

201
149
150

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

Portions of RGB colors in percentages

R + G + B =
201 + 149 + 150 = 500 (100%)
R 201 of 500 ~ 40.2%
G 149 of 500 ~ 29.8%
B 150 of 500 ~ 30%

%40.2
%29.8
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK:
(0,26,25,21)
C0M26Y25K21 
(0%,26%,25%,21%)
(0.00/0.26/0.25/0.21)	

CMYK percentages

%0
%25.87
%25.37
%21.18

Codes

Color #C99596 in popluar color models

C99596
RGB201149150
HSL359°32.50%68.63%
HSB/HSV359°25.87%78.82%
CMYK0.00%25.87%25.37%
21.18%

Color #C99596 in popluar number systems.

HEXC99596
Decimal201149150
Binary110010011001010110010110
Octal311225226

Shades and tints

Shades of #C99596

#C99596
(201,149,150)
#B78889
(183,136,137)
#A57B7C
(165,123,124)
#936E6F
(147,110,111)
#816162
(129,97,98)
#6F5455
(111,84,85)
#5D4748
(93,71,72)
#4B3A3B
(75,58,59)
#392D2E
(57,45,46)
#272021
(39,32,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #C99596

#C99596
(201,149,150)
#CD9E9F
(205,158,159)
#D1A7A8
(209,167,168)
#D5B0B1
(213,176,177)
#D9B9BA
(217,185,186)
#DDC2C3
(221,194,195)
#E1CBCC
(225,203,204)
#E5D4D5
(229,212,213)
#E9DDDE
(233,221,222)
#EDE6E7
(237,230,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99596; }

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

This text font color is #C99596.


Background Color

.myBgColor { background-color: #C99596; }

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

This div background color is #C99596.


Border color

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

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

This div border color is #C99596.


Opacity

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

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

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

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

This text has shadow with #C99596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99596 on black background.


Color preview on white background

This text has color #C99596 on white background.



Black color preview on #C99596 background

This text has black color on #C99596 background.


White color preview on #C99596 background

This text has white color on #C99596 background.