COLOR #C99990

HEX: #C99990
RGB: (201,153,144)

Color info

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

RGB color model

#C99990 color RGB value is (201,153,144).

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

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 144 of 255 = 56%

201
153
144

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

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 144 = 498 (100%)
R 201 of 498 ~ 40.36%
G 153 of 498 ~ 30.72%
B 144 of 498 ~ 28.92%

%40.36
%30.72
%28.92

CMYK color model

#C99990 color CMYK value is (0,24,28,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(0,24,28,21)
C0M24Y28K21 
(0%,24%,28%,21%)
(0.00/0.24/0.28/0.21)	

CMYK percentages

%0
%23.88
%28.36
%21.18

Codes

Color #C99990 in popluar color models

C99990
RGB201153144
HSL34.55%67.65%
HSB/HSV28.36%78.82%
CMYK0.00%23.88%28.36%
21.18%

Color #C99990 in popluar number systems.

HEXC99990
Decimal201153144
Binary110010011001100110010000
Octal311231220

Shades and tints

Shades of #C99990

#C99990
(201,153,144)
#B78C83
(183,140,131)
#A57F76
(165,127,118)
#937269
(147,114,105)
#81655C
(129,101,92)
#6F584F
(111,88,79)
#5D4B42
(93,75,66)
#4B3E35
(75,62,53)
#393128
(57,49,40)
#27241B
(39,36,27)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #C99990

#C99990
(201,153,144)
#CDA29A
(205,162,154)
#D1ABA4
(209,171,164)
#D5B4AE
(213,180,174)
#D9BDB8
(217,189,184)
#DDC6C2
(221,198,194)
#E1CFCC
(225,207,204)
#E5D8D6
(229,216,214)
#E9E1E0
(233,225,224)
#EDEAEA
(237,234,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99990; }

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

This text font color is #C99990.


Background Color

.myBgColor { background-color: #C99990; }

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

This div background color is #C99990.


Border color

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

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

This div border color is #C99990.


Opacity

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

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

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

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

This text has shadow with #C99990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99990 on black background.


Color preview on white background

This text has color #C99990 on white background.



Black color preview on #C99990 background

This text has black color on #C99990 background.


White color preview on #C99990 background

This text has white color on #C99990 background.