COLOR #C9B59F

HEX: #C9B59F
RGB: (201,181,159)

Renk bilgisi

#C9B59F contains red, green and blue colors in about the same proportion. #C9B59F ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C9B59F color RGB value is (201,181,159).

  • kırmız ton 201;
  • yeşil ton 181;
  • mavi ton 159.
RGB:
(201,181,159)
(79%,71%,62%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 181 of 255 = 71%
B 159 of 255 = 62%

201
181
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 181 + 159 = 541 (100%)
R 201 of 541 ~ 37.15%
G 181 of 541 ~ 33.46%
B 159 of 541 ~ 29.39%

%37.15
%33.46
%29.39

CMYK RENK MODELİ

#C9B59F rengi CMYK tonu (0,10,21,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.95%
  • sarı tonu 20.90%
  • ana renk tonu 21.18%
CMYK:
(0,10,21,21)
C0M10Y21K21 
(0%,10%,21%,21%)
(0.00/0.10/0.21/0.21)	

CMYK yüzdeleri

%0
%9.95
%20.9
%21.18

Codes

Color #C9B59F in popluar color models

C9B59F
RGB201181159
HSL31°28.00%70.59%
HSB/HSV31°20.90%78.82%
CMYK0.00%9.95%20.90%
21.18%

Color #C9B59F in popluar number systems.

HEXC9B59F
Decimal201181159
Binary110010011011010110011111
Octal311265237

Shades and tints

Shades of #C9B59F

#C9B59F
(201,181,159)
#B7A591
(183,165,145)
#A59583
(165,149,131)
#938575
(147,133,117)
#817567
(129,117,103)
#6F6559
(111,101,89)
#5D554B
(93,85,75)
#4B453D
(75,69,61)
#39352F
(57,53,47)
#272521
(39,37,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9B59F

#C9B59F
(201,181,159)
#CDBBA7
(205,187,167)
#D1C1AF
(209,193,175)
#D5C7B7
(213,199,183)
#D9CDBF
(217,205,191)
#DDD3C7
(221,211,199)
#E1D9CF
(225,217,207)
#E5DFD7
(229,223,215)
#E9E5DF
(233,229,223)
#EDEBE7
(237,235,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B59F color. Also use rgb(201,181,159) instead hex code.

Text Font Color

.myTextColor { color: #C9B59F; }

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

This text font color is #C9B59F.


Background Color

.myBgColor { background-color: #C9B59F; }

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

This div background color is #C9B59F.


Border color

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

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

This div border color is #C9B59F.


Opacity

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

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

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

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

This text has shadow with #C9B59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B59F on black background.


Color preview on white background

This text has color #C9B59F on white background.



Black color preview on #C9B59F background

This text has black color on #C9B59F background.


White color preview on #C9B59F background

This text has white color on #C9B59F background.