COLOR #C99988

HEX: #C99988 RGB: (201,153,136)

Color info

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

RGB color model

#C99988 color RGB value is (201,153,136).

RGB: (201,153,136) (79%, 60%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 136 of 255 = 53%

201
153
136

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

Portions of RGB colors in percentages

R + G + B = 201 + 153 + 136 = 490 (100%)
R 201 of 490 ~ 41.02%
G 153 of 490 ~ 31.22%
B 136 of 490 ~ 27.76'%

%41.02
%31.22
%27.76

CMYK color model

#C99988 color CMYK value is (0,24,32,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 32.34%
  • key color value is 21.18%

CMYK: (0,24,32,21)
C0M24Y32K21 (0%, 24%, 32%, 21%)
(0.00 / 0.24 / 0.32 / 0.21)

CMYK percentages

%0
%23.88
%32.34
%21.18

Codes

Color #C99988 in popluar color models

C9 99 88
RGB 201 153 136
HSL 16° 37.57% 66.08%
HSB/HSV 16° 32.34% 78.82%
CMYK 0.00% 23.88% 32.34%
21.18%

Color #C99988 in popluar number systems.

HEX C9 99 88
Decimal 201 153 136
Binary 11001001 10011001 10001000
Octal 311 231 210

Shades and tints

Shades of #C99988

#C99988
(201,153,136)
#B78C7C
(183,140,124)
#A57F70
(165,127,112)
#937264
(147,114,100)
#816558
(129,101,88)
#6F584C
(111,88,76)
#5D4B40
(93,75,64)
#4B3E34
(75,62,52)
#393128
(57,49,40)
#27241C
(39,36,28)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #C99988

#C99988
(201,153,136)
#CDA292
(205,162,146)
#D1AB9C
(209,171,156)
#D5B4A6
(213,180,166)
#D9BDB0
(217,189,176)
#DDC6BA
(221,198,186)
#E1CFC4
(225,207,196)
#E5D8CE
(229,216,206)
#E9E1D8
(233,225,216)
#EDEAE2
(237,234,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99988; }

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

This text font color is #C99988.

Background Color

.myBgColor { background-color: #C99988; }

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

This div background color is #C99988.

Border color

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

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

This div border color is #C99988.

Opacity

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

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

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

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

This text has shadow with #C99988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99988.

Preview

Color preview on black background

This text has color #C99988 on black background.


Color preview on white background

This text has color #C99988 on white background.


Black color preview on #C99988 background

This text has black color on #C99988 background.


White color preview on #C99988 background

This text has white color on #C99988 background.


Related colors

Complementary color

Complementary color for #hex is #366677.


I love getcolorcode.com

Triadic colors

1 #88C999 and #9988C9 with #C99988 are triadic colors.

2 #8899C9 and #99C988 with #C99988 are triadic colors.