COLOR #C9B199

HEX: #C9B199
RGB: (201,177,153)

Color info

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

RGB color model

#C9B199 color RGB value is (201,177,153).

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

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 153 of 255 = 60%

201
177
153

R + G + B ~ 69%. #C9B199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 177 + 153 = 531 (100%)
R 201 of 531 ~ 37.85%
G 177 of 531 ~ 33.33%
B 153 of 531 ~ 28.81%

%37.85
%33.33
%28.81

CMYK color model

#C9B199 color CMYK value is (0,12,24,21).

  • cyan value is 0.00%
  • magenta value is 11.94%
  • yellow value is 23.88%
  • key color value is 21.18%
CMYK:
(0,12,24,21)
C0M12Y24K21 
(0%,12%,24%,21%)
(0.00/0.12/0.24/0.21)	

CMYK percentages

%0
%11.94
%23.88
%21.18

Codes

Color #C9B199 in popluar color models

C9B199
RGB201177153
HSL30°30.77%69.41%
HSB/HSV30°23.88%78.82%
CMYK0.00%11.94%23.88%
21.18%

Color #C9B199 in popluar number systems.

HEXC9B199
Decimal201177153
Binary110010011011000110011001
Octal311261231

Shades and tints

Shades of #C9B199

#C9B199
(201,177,153)
#B7A18C
(183,161,140)
#A5917F
(165,145,127)
#938172
(147,129,114)
#817165
(129,113,101)
#6F6158
(111,97,88)
#5D514B
(93,81,75)
#4B413E
(75,65,62)
#393131
(57,49,49)
#272124
(39,33,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #C9B199

#C9B199
(201,177,153)
#CDB8A2
(205,184,162)
#D1BFAB
(209,191,171)
#D5C6B4
(213,198,180)
#D9CDBD
(217,205,189)
#DDD4C6
(221,212,198)
#E1DBCF
(225,219,207)
#E5E2D8
(229,226,216)
#E9E9E1
(233,233,225)
#EDF0EA
(237,240,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B199; }

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

This text font color is #C9B199.


Background Color

.myBgColor { background-color: #C9B199; }

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

This div background color is #C9B199.


Border color

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

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

This div border color is #C9B199.


Opacity

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

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

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

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

This text has shadow with #C9B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B199 on black background.


Color preview on white background

This text has color #C9B199 on white background.



Black color preview on #C9B199 background

This text has black color on #C9B199 background.


White color preview on #C9B199 background

This text has white color on #C9B199 background.