COLOR #C9B1A5

HEX: #C9B1A5
RGB: (201,177,165)

Color info

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

RGB color model

#C9B1A5 color RGB value is (201,177,165).

  • red value is 201;
  • green value is 177;
  • blue value is 165.
RGB:
(201,177,165)
(79%,69%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 165 of 255 = 65%

201
177
165

R + G + B ~ 71%. #C9B1A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 177 + 165 = 543 (100%)
R 201 of 543 ~ 37.02%
G 177 of 543 ~ 32.6%
B 165 of 543 ~ 30.39%

%37.02
%32.6
%30.39

CMYK color model

#C9B1A5 color CMYK value is (0,12,18,21).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK:
(0,12,18,21)
C0M12Y18K21 
(0%,12%,18%,21%)
(0.00/0.12/0.18/0.21)	

CMYK percentages

%0
%11.94
%17.91
%21.18

Codes

Color #C9B1A5 in popluar color models

C9B1A5
RGB201177165
HSL20°25.00%71.76%
HSB/HSV20°17.91%78.82%
CMYK0.00%11.94%17.91%
21.18%

Color #C9B1A5 in popluar number systems.

HEXC9B1A5
Decimal201177165
Binary110010011011000110100101
Octal311261245

Shades and tints

Shades of #C9B1A5

#C9B1A5
(201,177,165)
#B7A196
(183,161,150)
#A59187
(165,145,135)
#938178
(147,129,120)
#817169
(129,113,105)
#6F615A
(111,97,90)
#5D514B
(93,81,75)
#4B413C
(75,65,60)
#39312D
(57,49,45)
#27211E
(39,33,30)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #C9B1A5

#C9B1A5
(201,177,165)
#CDB8AD
(205,184,173)
#D1BFB5
(209,191,181)
#D5C6BD
(213,198,189)
#D9CDC5
(217,205,197)
#DDD4CD
(221,212,205)
#E1DBD5
(225,219,213)
#E5E2DD
(229,226,221)
#E9E9E5
(233,233,229)
#EDF0ED
(237,240,237)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B1A5 color. Also use rgb(201,177,165) instead hex code.

Text Font Color

.myTextColor { color: #C9B1A5; }

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

This text font color is #C9B1A5.


Background Color

.myBgColor { background-color: #C9B1A5; }

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

This div background color is #C9B1A5.


Border color

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

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

This div border color is #C9B1A5.


Opacity

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

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

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

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

This text has shadow with #C9B1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B1A5 on black background.


Color preview on white background

This text has color #C9B1A5 on white background.



Black color preview on #C9B1A5 background

This text has black color on #C9B1A5 background.


White color preview on #C9B1A5 background

This text has white color on #C9B1A5 background.