COLOR #C9C59E

HEX: #C9C59E
RGB: (201,197,158)

Renk bilgisi

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

RGB renk modeli

#C9C59E color RGB value is (201,197,158).

  • kırmız ton 201;
  • yeşil ton 197;
  • mavi ton 158.
RGB:
(201,197,158)
(79%,77%,62%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 197 of 255 = 77%
B 158 of 255 = 62%

201
197
158

R + G + B ~ 73%. #C9C59E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 197 + 158 = 556 (100%)
R 201 of 556 ~ 36.15%
G 197 of 556 ~ 35.43%
B 158 of 556 ~ 28.42%

%36.15
%35.43
%28.42

CMYK RENK MODELİ

#C9C59E rengi CMYK tonu (0,2,21,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.99%
  • sarı tonu 21.39%
  • ana renk tonu 21.18%
CMYK:
(0,2,21,21)
C0M2Y21K21 
(0%,2%,21%,21%)
(0.00/0.02/0.21/0.21)	

CMYK yüzdeleri

%0
%1.99
%21.39
%21.18

Codes

Color #C9C59E in popluar color models

C9C59E
RGB201197158
HSL54°28.48%70.39%
HSB/HSV54°21.39%78.82%
CMYK0.00%1.99%21.39%
21.18%

Color #C9C59E in popluar number systems.

HEXC9C59E
Decimal201197158
Binary110010011100010110011110
Octal311305236

Shades and tints

Shades of #C9C59E

#C9C59E
(201,197,158)
#B7B490
(183,180,144)
#A5A382
(165,163,130)
#939274
(147,146,116)
#818166
(129,129,102)
#6F7058
(111,112,88)
#5D5F4A
(93,95,74)
#4B4E3C
(75,78,60)
#393D2E
(57,61,46)
#272C20
(39,44,32)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #C9C59E

#C9C59E
(201,197,158)
#CDCAA6
(205,202,166)
#D1CFAE
(209,207,174)
#D5D4B6
(213,212,182)
#D9D9BE
(217,217,190)
#DDDEC6
(221,222,198)
#E1E3CE
(225,227,206)
#E5E8D6
(229,232,214)
#E9EDDE
(233,237,222)
#EDF2E6
(237,242,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C59E color. Also use rgb(201,197,158) instead hex code.

Text Font Color

.myTextColor { color: #C9C59E; }

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

This text font color is #C9C59E.


Background Color

.myBgColor { background-color: #C9C59E; }

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

This div background color is #C9C59E.


Border color

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

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

This div border color is #C9C59E.


Opacity

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

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

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

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

This text has shadow with #C9C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C59E on black background.


Color preview on white background

This text has color #C9C59E on white background.



Black color preview on #C9C59E background

This text has black color on #C9C59E background.


White color preview on #C9C59E background

This text has white color on #C9C59E background.