COLOR #C99095

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
144
149

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

Portions of RGB colors in percentages

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

%40.69
%29.15
%30.16

CMYK color model

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

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

CMYK percentages

%0
%28.36
%25.87
%21.18

Codes

Color #C99095 in popluar color models

C99095
RGB201144149
HSL355°34.55%67.65%
HSB/HSV355°28.36%78.82%
CMYK0.00%28.36%25.87%
21.18%

Color #C99095 in popluar number systems.

HEXC99095
Decimal201144149
Binary110010011001000010010101
Octal311220225

Shades and tints

Shades of #C99095

#C99095
(201,144,149)
#B78388
(183,131,136)
#A5767B
(165,118,123)
#93696E
(147,105,110)
#815C61
(129,92,97)
#6F4F54
(111,79,84)
#5D4247
(93,66,71)
#4B353A
(75,53,58)
#39282D
(57,40,45)
#271B20
(39,27,32)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #C99095

#C99095
(201,144,149)
#CD9A9E
(205,154,158)
#D1A4A7
(209,164,167)
#D5AEB0
(213,174,176)
#D9B8B9
(217,184,185)
#DDC2C2
(221,194,194)
#E1CCCB
(225,204,203)
#E5D6D4
(229,214,212)
#E9E0DD
(233,224,221)
#EDEAE6
(237,234,230)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99095; }

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

This text font color is #C99095.


Background Color

.myBgColor { background-color: #C99095; }

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

This div background color is #C99095.


Border color

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

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

This div border color is #C99095.


Opacity

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

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

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

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

This text has shadow with #C99095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99095 on black background.


Color preview on white background

This text has color #C99095 on white background.



Black color preview on #C99095 background

This text has black color on #C99095 background.


White color preview on #C99095 background

This text has white color on #C99095 background.