COLOR #C9CB59

HEX: #C9CB59
RGB: (201,203,89)

Renk bilgisi

#C9CB59 contains mainly red and green colors. #C9CB59 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C9CB59 color RGB value is (201,203,89).

  • kırmız ton 201;
  • yeşil ton 203;
  • mavi ton 89.
RGB:
(201,203,89)
(79%,80%,35%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 203 of 255 = 80%
B 89 of 255 = 35%

201
203
89

R + G + B ~ 65%. #C9CB59 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 203 + 89 = 493 (100%)
R 201 of 493 ~ 40.77%
G 203 of 493 ~ 41.18%
B 89 of 493 ~ 18.05%

%40.77
%41.18
%18.05

CMYK RENK MODELİ

#C9CB59 rengi CMYK tonu (1,0,56,20).

  • camgöbeği tonu 0.99%
  • eflatun tonu 0.00%
  • sarı tonu 56.16%
  • ana renk tonu 20.39%
CMYK:
(1,0,56,20)
C1M0Y56K20 
(1%,0%,56%,20%)
(0.01/0.00/0.56/0.20)	

CMYK yüzdeleri

%0.99
%0
%56.16
%20.39

Codes

Color #C9CB59 in popluar color models

C9CB59
RGB20120389
HSL61°52.29%57.25%
HSB/HSV61°56.16%79.61%
CMYK0.99%0.00%56.16%
20.39%

Color #C9CB59 in popluar number systems.

HEXC9CB59
Decimal20120389
Binary11001001110010111011001
Octal311313131

Shades and tints

Shades of #C9CB59

#C9CB59
(201,203,89)
#B7B951
(183,185,81)
#A5A749
(165,167,73)
#939541
(147,149,65)
#818339
(129,131,57)
#6F7131
(111,113,49)
#5D5F29
(93,95,41)
#4B4D21
(75,77,33)
#393B19
(57,59,25)
#272911
(39,41,17)
#151709
(21,23,9)
#000000
(0,0,0)

Tints of #C9CB59

#C9CB59
(201,203,89)
#CDCF68
(205,207,104)
#D1D377
(209,211,119)
#D5D786
(213,215,134)
#D9DB95
(217,219,149)
#DDDFA4
(221,223,164)
#E1E3B3
(225,227,179)
#E5E7C2
(229,231,194)
#E9EBD1
(233,235,209)
#EDEFE0
(237,239,224)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CB59; }

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

This text font color is #C9CB59.


Background Color

.myBgColor { background-color: #C9CB59; }

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

This div background color is #C9CB59.


Border color

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

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

This div border color is #C9CB59.


Opacity

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

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

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

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

This text has shadow with #C9CB59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CB59 on black background.


Color preview on white background

This text has color #C9CB59 on white background.



Black color preview on #C9CB59 background

This text has black color on #C9CB59 background.


White color preview on #C9CB59 background

This text has white color on #C9CB59 background.