HEX: #C99988
RGB: (201,153,136)
#C99988 contains mainly red and green colors. Web safe color of #C99988 is #CC9999 (or #C99).
#C99988 color RGB value is (201,153,136).
RGB: (201,153,136)
(79%, 60%, 53%)
R 201 of 255 = 79%
G 153 of 255 = 60%
B 136 of 255 = 53%
R + G + B ~ 64%. #C99988 is quite light color.
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'%
#C99988 color CMYK value is (0,24,32,21).
CMYK: (0,24,32,21)
C0M24Y32K21 (0%, 24%, 32%, 21%)
(0.00 / 0.24 / 0.32 / 0.21)
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 of #C99988
Tints of #C99988
Examples of css and html codes for elements with #C99988 color. Also use rgb(201,153,136) instead hex code.
.myTextColor { color: #C99988; }
<p style="color:#C99988">This sample text font color is #C99988.</p>
This text font color is #C99988.
.myBgColor { background-color: #C99988; }
<div style="background-color:#C99988">Inner text</div>
This div background color is #C99988.
.myBorderColor { border: 1px solid #C99988; }
<div style="border:3px solid #C99988">Div</div>
This div border color is #C99988.
.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%.
.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.
/* 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 text has color #C99988 on black background.
This text has color #C99988 on white background.
This text has black color on #C99988 background.
This text has white color on #C99988 background.
Complementary color for #hex is #366677.