COLOR #C9C876

HEX: #C9C876
RGB: (201,200,118)

Renk bilgisi

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

RGB renk modeli

#C9C876 color RGB value is (201,200,118).

  • kırmız ton 201;
  • yeşil ton 200;
  • mavi ton 118.
RGB:
(201,200,118)
(79%,78%,46%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 200 of 255 = 78%
B 118 of 255 = 46%

201
200
118

R + G + B ~ 68%. #C9C876 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 200 + 118 = 519 (100%)
R 201 of 519 ~ 38.73%
G 200 of 519 ~ 38.54%
B 118 of 519 ~ 22.74%

%38.73
%38.54
%22.74

CMYK RENK MODELİ

#C9C876 rengi CMYK tonu (0,0,41,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.50%
  • sarı tonu 41.29%
  • ana renk tonu 21.18%
CMYK:
(0,0,41,21)
C0M0Y41K21 
(0%,0%,41%,21%)
(0.00/0.00/0.41/0.21)	

CMYK yüzdeleri

%0
%0.5
%41.29
%21.18

Codes

Color #C9C876 in popluar color models

C9C876
RGB201200118
HSL59°43.46%62.55%
HSB/HSV59°41.29%78.82%
CMYK0.00%0.50%41.29%
21.18%

Color #C9C876 in popluar number systems.

HEXC9C876
Decimal201200118
Binary11001001110010001110110
Octal311310166

Shades and tints

Shades of #C9C876

#C9C876
(201,200,118)
#B7B66C
(183,182,108)
#A5A462
(165,164,98)
#939258
(147,146,88)
#81804E
(129,128,78)
#6F6E44
(111,110,68)
#5D5C3A
(93,92,58)
#4B4A30
(75,74,48)
#393826
(57,56,38)
#27261C
(39,38,28)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #C9C876

#C9C876
(201,200,118)
#CDCD82
(205,205,130)
#D1D28E
(209,210,142)
#D5D79A
(213,215,154)
#D9DCA6
(217,220,166)
#DDE1B2
(221,225,178)
#E1E6BE
(225,230,190)
#E5EBCA
(229,235,202)
#E9F0D6
(233,240,214)
#EDF5E2
(237,245,226)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C876 color. Also use rgb(201,200,118) instead hex code.

Text Font Color

.myTextColor { color: #C9C876; }

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

This text font color is #C9C876.


Background Color

.myBgColor { background-color: #C9C876; }

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

This div background color is #C9C876.


Border color

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

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

This div border color is #C9C876.


Opacity

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

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

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

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

This text has shadow with #C9C876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C876 on black background.


Color preview on white background

This text has color #C9C876 on white background.



Black color preview on #C9C876 background

This text has black color on #C9C876 background.


White color preview on #C9C876 background

This text has white color on #C9C876 background.