COLOR #C5C16D

HEX: #C5C16D
RGB: (197,193,109)

Renk bilgisi

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

RGB renk modeli

#C5C16D color RGB value is (197,193,109).

  • kırmız ton 197;
  • yeşil ton 193;
  • mavi ton 109.
RGB:
(197,193,109)
(77%,76%,43%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 193 of 255 = 76%
B 109 of 255 = 43%

197
193
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 193 + 109 = 499 (100%)
R 197 of 499 ~ 39.48%
G 193 of 499 ~ 38.68%
B 109 of 499 ~ 21.84%

%39.48
%38.68
%21.84

CMYK RENK MODELİ

#C5C16D rengi CMYK tonu (0,2,45,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.03%
  • sarı tonu 44.67%
  • ana renk tonu 22.75%
CMYK:
(0,2,45,23)
C0M2Y45K23 
(0%,2%,45%,23%)
(0.00/0.02/0.45/0.23)	

CMYK yüzdeleri

%0
%2.03
%44.67
%22.75

Codes

Color #C5C16D in popluar color models

C5C16D
RGB197193109
HSL57°43.14%60.00%
HSB/HSV57°44.67%77.25%
CMYK0.00%2.03%44.67%
22.75%

Color #C5C16D in popluar number systems.

HEXC5C16D
Decimal197193109
Binary11000101110000011101101
Octal305301155

Shades and tints

Shades of #C5C16D

#C5C16D
(197,193,109)
#B4B064
(180,176,100)
#A39F5B
(163,159,91)
#928E52
(146,142,82)
#817D49
(129,125,73)
#706C40
(112,108,64)
#5F5B37
(95,91,55)
#4E4A2E
(78,74,46)
#3D3925
(61,57,37)
#2C281C
(44,40,28)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #C5C16D

#C5C16D
(197,193,109)
#CAC67A
(202,198,122)
#CFCB87
(207,203,135)
#D4D094
(212,208,148)
#D9D5A1
(217,213,161)
#DEDAAE
(222,218,174)
#E3DFBB
(227,223,187)
#E8E4C8
(232,228,200)
#EDE9D5
(237,233,213)
#F2EEE2
(242,238,226)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C16D color. Also use rgb(197,193,109) instead hex code.

Text Font Color

.myTextColor { color: #C5C16D; }

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

This text font color is #C5C16D.


Background Color

.myBgColor { background-color: #C5C16D; }

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

This div background color is #C5C16D.


Border color

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

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

This div border color is #C5C16D.


Opacity

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

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

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

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

This text has shadow with #C5C16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C16D on black background.


Color preview on white background

This text has color #C5C16D on white background.



Black color preview on #C5C16D background

This text has black color on #C5C16D background.


White color preview on #C5C16D background

This text has white color on #C5C16D background.