COLOR #C98E13

HEX: #C98E13
RGB: (201,142,19)

Renk bilgisi

#C98E13 contains mainly red and green colors. #C98E13 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#C98E13 color RGB value is (201,142,19).

  • kırmız ton 201;
  • yeşil ton 142;
  • mavi ton 19.
RGB:
(201,142,19)
(79%,56%,7%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 142 of 255 = 56%
B 19 of 255 = 7%

201
142
19

R + G + B ~ 47%. #C98E13 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 142 + 19 = 362 (100%)
R 201 of 362 ~ 55.52%
G 142 of 362 ~ 39.23%
B 19 of 362 ~ 5.25%

%55.52
%39.23

CMYK RENK MODELİ

#C98E13 rengi CMYK tonu (0,29,91,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.35%
  • sarı tonu 90.55%
  • ana renk tonu 21.18%
CMYK:
(0,29,91,21)
C0M29Y91K21 
(0%,29%,91%,21%)
(0.00/0.29/0.91/0.21)	

CMYK yüzdeleri

%0
%29.35
%90.55
%21.18

Codes

Color #C98E13 in popluar color models

C98E13
RGB20114219
HSL41°82.73%43.14%
HSB/HSV41°90.55%78.82%
CMYK0.00%29.35%90.55%
21.18%

Color #C98E13 in popluar number systems.

HEXC98E13
Decimal20114219
Binary110010011000111010011
Octal31121623

Shades and tints

Shades of #C98E13

#C98E13
(201,142,19)
#B78212
(183,130,18)
#A57611
(165,118,17)
#936A10
(147,106,16)
#815E0F
(129,94,15)
#6F520E
(111,82,14)
#5D460D
(93,70,13)
#4B3A0C
(75,58,12)
#392E0B
(57,46,11)
#27220A
(39,34,10)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #C98E13

#C98E13
(201,142,19)
#CD9828
(205,152,40)
#D1A23D
(209,162,61)
#D5AC52
(213,172,82)
#D9B667
(217,182,103)
#DDC07C
(221,192,124)
#E1CA91
(225,202,145)
#E5D4A6
(229,212,166)
#E9DEBB
(233,222,187)
#EDE8D0
(237,232,208)
#F1F2E5
(241,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98E13; }

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

This text font color is #C98E13.


Background Color

.myBgColor { background-color: #C98E13; }

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

This div background color is #C98E13.


Border color

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

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

This div border color is #C98E13.


Opacity

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

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

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

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

This text has shadow with #C98E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98E13 on black background.


Color preview on white background

This text has color #C98E13 on white background.



Black color preview on #C98E13 background

This text has black color on #C98E13 background.


White color preview on #C98E13 background

This text has white color on #C98E13 background.