COLOR #C6CA5F

HEX: #C6CA5F
RGB: (198,202,95)

Renk bilgisi

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

RGB renk modeli

#C6CA5F color RGB value is (198,202,95).

  • kırmız ton 198;
  • yeşil ton 202;
  • mavi ton 95.
RGB:
(198,202,95)
(78%,79%,37%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 202 of 255 = 79%
B 95 of 255 = 37%

198
202
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 202 + 95 = 495 (100%)
R 198 of 495 ~ 40%
G 202 of 495 ~ 40.81%
B 95 of 495 ~ 19.19%

%40
%40.81
%19.19

CMYK RENK MODELİ

#C6CA5F rengi CMYK tonu (2,0,53,21).

  • camgöbeği tonu 1.98%
  • eflatun tonu 0.00%
  • sarı tonu 52.97%
  • ana renk tonu 20.78%
CMYK:
(2,0,53,21)
C2M0Y53K21 
(2%,0%,53%,21%)
(0.02/0.00/0.53/0.21)	

CMYK yüzdeleri

%1.98
%0
%52.97
%20.78

Codes

Color #C6CA5F in popluar color models

C6CA5F
RGB19820295
HSL62°50.23%58.24%
HSB/HSV62°52.97%79.22%
CMYK1.98%0.00%52.97%
20.78%

Color #C6CA5F in popluar number systems.

HEXC6CA5F
Decimal19820295
Binary11000110110010101011111
Octal306312137

Shades and tints

Shades of #C6CA5F

#C6CA5F
(198,202,95)
#B4B857
(180,184,87)
#A2A64F
(162,166,79)
#909447
(144,148,71)
#7E823F
(126,130,63)
#6C7037
(108,112,55)
#5A5E2F
(90,94,47)
#484C27
(72,76,39)
#363A1F
(54,58,31)
#242817
(36,40,23)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #C6CA5F

#C6CA5F
(198,202,95)
#CBCE6D
(203,206,109)
#D0D27B
(208,210,123)
#D5D689
(213,214,137)
#DADA97
(218,218,151)
#DFDEA5
(223,222,165)
#E4E2B3
(228,226,179)
#E9E6C1
(233,230,193)
#EEEACF
(238,234,207)
#F3EEDD
(243,238,221)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CA5F color. Also use rgb(198,202,95) instead hex code.

Text Font Color

.myTextColor { color: #C6CA5F; }

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

This text font color is #C6CA5F.


Background Color

.myBgColor { background-color: #C6CA5F; }

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

This div background color is #C6CA5F.


Border color

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

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

This div border color is #C6CA5F.


Opacity

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

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

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

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

This text has shadow with #C6CA5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CA5F on black background.


Color preview on white background

This text has color #C6CA5F on white background.



Black color preview on #C6CA5F background

This text has black color on #C6CA5F background.


White color preview on #C6CA5F background

This text has white color on #C6CA5F background.