COLOR #C9C966

HEX: #C9C966 RGB: (201,201,102)

Renk bilgisi

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

RGB renk modeli

#C9C966 color RGB value is (201,201,102).

RGB: (201,201,102) (79%, 79%, 40%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 201 of 255 = 79%
B 102 of 255 = 40%

201
201
102

R + G + B ~ 66%. #C9C966 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 201 + 201 + 102 = 504 (100%)
R 201 of 504 ~ 39.88%
G 201 of 504 ~ 39.88%
B 102 of 504 ~ 20.24'%

%39.88
%39.88
%20.24

CMYK RENK MODELİ

#C9C966 rengi CMYK tonu (0,0,49,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 49.25%
  • ana renk tonu 21.18%

CMYK: (0,0,49,21)
C0M0Y49K21 (0%, 0%, 49%, 21%)
(0.00 / 0.00 / 0.49 / 0.21)

CMYK yüzdeleri

%0
%0
%49.25
%21.18

Codes

Color #C9C966 in popluar color models

C9 C9 66
RGB 201 201 102
HSL 60° 47.83% 59.41%
HSB/HSV 60° 49.25% 78.82%
CMYK 0.00% 0.00% 49.25%
21.18%

Color #C9C966 in popluar number systems.

HEX C9 C9 66
Decimal 201 201 102
Binary 11001001 11001001 1100110
Octal 311 311 146

Shades and tints

Shades of #C9C966

#C9C966
(201,201,102)
#B7B75D
(183,183,93)
#A5A554
(165,165,84)
#93934B
(147,147,75)
#818142
(129,129,66)
#6F6F39
(111,111,57)
#5D5D30
(93,93,48)
#4B4B27
(75,75,39)
#39391E
(57,57,30)
#272715
(39,39,21)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #C9C966

#C9C966
(201,201,102)
#CDCD73
(205,205,115)
#D1D180
(209,209,128)
#D5D58D
(213,213,141)
#D9D99A
(217,217,154)
#DDDDA7
(221,221,167)
#E1E1B4
(225,225,180)
#E5E5C1
(229,229,193)
#E9E9CE
(233,233,206)
#EDEDDB
(237,237,219)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C966; }

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

This text font color is #C9C966.

Background Color

.myBgColor { background-color: #C9C966; }

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

This div background color is #C9C966.

Border color

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

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

This div border color is #C9C966.

Opacity

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

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

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

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

This text has shadow with #C9C966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C966.

Preview

Color preview on black background

This text has color #C9C966 on black background.


Color preview on white background

This text has color #C9C966 on white background.


Black color preview on #C9C966 background

This text has black color on #C9C966 background.


White color preview on #C9C966 background

This text has white color on #C9C966 background.


Related colors

Complementary color

Complementary color for #hex is #363699.


I love getcolorcode.com