COLOR #C9C75A

HEX: #C9C75A
RGB: (201,199,90)

Renk bilgisi

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

RGB renk modeli

#C9C75A color RGB value is (201,199,90).

  • kırmız ton 201;
  • yeşil ton 199;
  • mavi ton 90.
RGB:
(201,199,90)
(79%,78%,35%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 199 of 255 = 78%
B 90 of 255 = 35%

201
199
90

R + G + B ~ 64%. #C9C75A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 199 + 90 = 490 (100%)
R 201 of 490 ~ 41.02%
G 199 of 490 ~ 40.61%
B 90 of 490 ~ 18.37%

%41.02
%40.61
%18.37

CMYK RENK MODELİ

#C9C75A rengi CMYK tonu (0,1,55,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.00%
  • sarı tonu 55.22%
  • ana renk tonu 21.18%
CMYK:
(0,1,55,21)
C0M1Y55K21 
(0%,1%,55%,21%)
(0.00/0.01/0.55/0.21)	

CMYK yüzdeleri

%0
%1
%55.22
%21.18

Codes

Color #C9C75A in popluar color models

C9C75A
RGB20119990
HSL59°50.68%57.06%
HSB/HSV59°55.22%78.82%
CMYK0.00%1.00%55.22%
21.18%

Color #C9C75A in popluar number systems.

HEXC9C75A
Decimal20119990
Binary11001001110001111011010
Octal311307132

Shades and tints

Shades of #C9C75A

#C9C75A
(201,199,90)
#B7B552
(183,181,82)
#A5A34A
(165,163,74)
#939142
(147,145,66)
#817F3A
(129,127,58)
#6F6D32
(111,109,50)
#5D5B2A
(93,91,42)
#4B4922
(75,73,34)
#39371A
(57,55,26)
#272512
(39,37,18)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #C9C75A

#C9C75A
(201,199,90)
#CDCC69
(205,204,105)
#D1D178
(209,209,120)
#D5D687
(213,214,135)
#D9DB96
(217,219,150)
#DDE0A5
(221,224,165)
#E1E5B4
(225,229,180)
#E5EAC3
(229,234,195)
#E9EFD2
(233,239,210)
#EDF4E1
(237,244,225)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C75A color. Also use rgb(201,199,90) instead hex code.

Text Font Color

.myTextColor { color: #C9C75A; }

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

This text font color is #C9C75A.


Background Color

.myBgColor { background-color: #C9C75A; }

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

This div background color is #C9C75A.


Border color

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

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

This div border color is #C9C75A.


Opacity

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

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

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

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

This text has shadow with #C9C75A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C75A on black background.


Color preview on white background

This text has color #C9C75A on white background.



Black color preview on #C9C75A background

This text has black color on #C9C75A background.


White color preview on #C9C75A background

This text has white color on #C9C75A background.