COLOR #C99590

HEX: #C99590
RGB: (201,149,144)

Color info

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

RGB color model

#C99590 color RGB value is (201,149,144).

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

RGB channels and saturation

R 201 of 255 = 79%
G 149 of 255 = 58%
B 144 of 255 = 56%

201
149
144

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

Portions of RGB colors in percentages

R + G + B =
201 + 149 + 144 = 494 (100%)
R 201 of 494 ~ 40.69%
G 149 of 494 ~ 30.16%
B 144 of 494 ~ 29.15%

%40.69
%30.16
%29.15

CMYK color model

#C99590 color CMYK value is (0,26,28,21).

  • cyan value is 0.00%
  • magenta value is 25.87%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(0,26,28,21)
C0M26Y28K21 
(0%,26%,28%,21%)
(0.00/0.26/0.28/0.21)	

CMYK percentages

%0
%25.87
%28.36
%21.18

Codes

Color #C99590 in popluar color models

C99590
RGB201149144
HSL34.55%67.65%
HSB/HSV28.36%78.82%
CMYK0.00%25.87%28.36%
21.18%

Color #C99590 in popluar number systems.

HEXC99590
Decimal201149144
Binary110010011001010110010000
Octal311225220

Shades and tints

Shades of #C99590

#C99590
(201,149,144)
#B78883
(183,136,131)
#A57B76
(165,123,118)
#936E69
(147,110,105)
#81615C
(129,97,92)
#6F544F
(111,84,79)
#5D4742
(93,71,66)
#4B3A35
(75,58,53)
#392D28
(57,45,40)
#27201B
(39,32,27)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #C99590

#C99590
(201,149,144)
#CD9E9A
(205,158,154)
#D1A7A4
(209,167,164)
#D5B0AE
(213,176,174)
#D9B9B8
(217,185,184)
#DDC2C2
(221,194,194)
#E1CBCC
(225,203,204)
#E5D4D6
(229,212,214)
#E9DDE0
(233,221,224)
#EDE6EA
(237,230,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99590; }

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

This text font color is #C99590.


Background Color

.myBgColor { background-color: #C99590; }

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

This div background color is #C99590.


Border color

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

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

This div border color is #C99590.


Opacity

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

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

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

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

This text has shadow with #C99590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99590 on black background.


Color preview on white background

This text has color #C99590 on white background.



Black color preview on #C99590 background

This text has black color on #C99590 background.


White color preview on #C99590 background

This text has white color on #C99590 background.