COLOR #C99BA0

HEX: #C99BA0
RGB: (201,155,160)

Color info

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

RGB color model

#C99BA0 color RGB value is (201,155,160).

  • red value is 201;
  • green value is 155;
  • blue value is 160.
RGB:
(201,155,160)
(79%,61%,63%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 160 of 255 = 63%

201
155
160

R + G + B ~ 68%. #C99BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 155 + 160 = 516 (100%)
R 201 of 516 ~ 38.95%
G 155 of 516 ~ 30.04%
B 160 of 516 ~ 31.01%

%38.95
%30.04
%31.01

CMYK color model

#C99BA0 color CMYK value is (0,23,20,21).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 20.40%
  • key color value is 21.18%
CMYK:
(0,23,20,21)
C0M23Y20K21 
(0%,23%,20%,21%)
(0.00/0.23/0.20/0.21)	

CMYK percentages

%0
%22.89
%20.4
%21.18

Codes

Color #C99BA0 in popluar color models

C99BA0
RGB201155160
HSL353°29.87%69.80%
HSB/HSV353°22.89%78.82%
CMYK0.00%22.89%20.40%
21.18%

Color #C99BA0 in popluar number systems.

HEXC99BA0
Decimal201155160
Binary110010011001101110100000
Octal311233240

Shades and tints

Shades of #C99BA0

#C99BA0
(201,155,160)
#B78D92
(183,141,146)
#A57F84
(165,127,132)
#937176
(147,113,118)
#816368
(129,99,104)
#6F555A
(111,85,90)
#5D474C
(93,71,76)
#4B393E
(75,57,62)
#392B30
(57,43,48)
#271D22
(39,29,34)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #C99BA0

#C99BA0
(201,155,160)
#CDA4A8
(205,164,168)
#D1ADB0
(209,173,176)
#D5B6B8
(213,182,184)
#D9BFC0
(217,191,192)
#DDC8C8
(221,200,200)
#E1D1D0
(225,209,208)
#E5DAD8
(229,218,216)
#E9E3E0
(233,227,224)
#EDECE8
(237,236,232)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99BA0 color. Also use rgb(201,155,160) instead hex code.

Text Font Color

.myTextColor { color: #C99BA0; }

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

This text font color is #C99BA0.


Background Color

.myBgColor { background-color: #C99BA0; }

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

This div background color is #C99BA0.


Border color

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

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

This div border color is #C99BA0.


Opacity

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

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

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

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

This text has shadow with #C99BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99BA0 on black background.


Color preview on white background

This text has color #C99BA0 on white background.



Black color preview on #C99BA0 background

This text has black color on #C99BA0 background.


White color preview on #C99BA0 background

This text has white color on #C99BA0 background.