COLOR #C9CB91

HEX: #C9CB91
RGB: (201,203,145)

Color info

#C9CB91 contains red, green and blue colors in about the same proportion. Web safe color of #C9CB91 is #CCCC99 (or #CC9).

RGB color model

#C9CB91 color RGB value is (201,203,145).

  • red value is 201;
  • green value is 203;
  • blue value is 145.
RGB:
(201,203,145)
(79%,80%,57%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 145 of 255 = 57%

201
203
145

R + G + B ~ 72%. #C9CB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 203 + 145 = 549 (100%)
R 201 of 549 ~ 36.61%
G 203 of 549 ~ 36.98%
B 145 of 549 ~ 26.41%

%36.61
%36.98
%26.41

CMYK color model

#C9CB91 color CMYK value is (1,0,29,20).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 20.39%
CMYK:
(1,0,29,20)
C1M0Y29K20 
(1%,0%,29%,20%)
(0.01/0.00/0.29/0.20)	

CMYK percentages

%0.99
%0
%28.57
%20.39

Codes

Color #C9CB91 in popluar color models

C9CB91
RGB201203145
HSL62°35.80%68.24%
HSB/HSV62°28.57%79.61%
CMYK0.99%0.00%28.57%
20.39%

Color #C9CB91 in popluar number systems.

HEXC9CB91
Decimal201203145
Binary110010011100101110010001
Octal311313221

Shades and tints

Shades of #C9CB91

#C9CB91
(201,203,145)
#B7B984
(183,185,132)
#A5A777
(165,167,119)
#93956A
(147,149,106)
#81835D
(129,131,93)
#6F7150
(111,113,80)
#5D5F43
(93,95,67)
#4B4D36
(75,77,54)
#393B29
(57,59,41)
#27291C
(39,41,28)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #C9CB91

#C9CB91
(201,203,145)
#CDCF9B
(205,207,155)
#D1D3A5
(209,211,165)
#D5D7AF
(213,215,175)
#D9DBB9
(217,219,185)
#DDDFC3
(221,223,195)
#E1E3CD
(225,227,205)
#E5E7D7
(229,231,215)
#E9EBE1
(233,235,225)
#EDEFEB
(237,239,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CB91 color. Also use rgb(201,203,145) instead hex code.

Text Font Color

.myTextColor { color: #C9CB91; }

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

This text font color is #C9CB91.


Background Color

.myBgColor { background-color: #C9CB91; }

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

This div background color is #C9CB91.


Border color

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

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

This div border color is #C9CB91.


Opacity

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

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

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

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

This text has shadow with #C9CB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CB91 on black background.


Color preview on white background

This text has color #C9CB91 on white background.



Black color preview on #C9CB91 background

This text has black color on #C9CB91 background.


White color preview on #C9CB91 background

This text has white color on #C9CB91 background.