COLOR #C89514

HEX: #C89514
RGB: (200,149,20)

Renk bilgisi

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

RGB renk modeli

#C89514 color RGB value is (200,149,20).

  • kırmız ton 200;
  • yeşil ton 149;
  • mavi ton 20.
RGB:
(200,149,20)
(78%,58%,8%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 149 of 255 = 58%
B 20 of 255 = 8%

200
149
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 149 + 20 = 369 (100%)
R 200 of 369 ~ 54.2%
G 149 of 369 ~ 40.38%
B 20 of 369 ~ 5.42%

%54.2
%40.38

CMYK RENK MODELİ

#C89514 rengi CMYK tonu (0,26,90,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.50%
  • sarı tonu 90.00%
  • ana renk tonu 21.57%
CMYK:
(0,26,90,22)
C0M26Y90K22 
(0%,26%,90%,22%)
(0.00/0.26/0.90/0.22)	

CMYK yüzdeleri

%0
%25.5
%90
%21.57

Codes

Color #C89514 in popluar color models

C89514
RGB20014920
HSL43°81.82%43.14%
HSB/HSV43°90.00%78.43%
CMYK0.00%25.50%90.00%
21.57%

Color #C89514 in popluar number systems.

HEXC89514
Decimal20014920
Binary110010001001010110100
Octal31022524

Shades and tints

Shades of #C89514

#C89514
(200,149,20)
#B68813
(182,136,19)
#A47B12
(164,123,18)
#926E11
(146,110,17)
#806110
(128,97,16)
#6E540F
(110,84,15)
#5C470E
(92,71,14)
#4A3A0D
(74,58,13)
#382D0C
(56,45,12)
#26200B
(38,32,11)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #C89514

#C89514
(200,149,20)
#CD9E29
(205,158,41)
#D2A73E
(210,167,62)
#D7B053
(215,176,83)
#DCB968
(220,185,104)
#E1C27D
(225,194,125)
#E6CB92
(230,203,146)
#EBD4A7
(235,212,167)
#F0DDBC
(240,221,188)
#F5E6D1
(245,230,209)
#FAEFE6
(250,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89514 color. Also use rgb(200,149,20) instead hex code.

Text Font Color

.myTextColor { color: #C89514; }

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

This text font color is #C89514.


Background Color

.myBgColor { background-color: #C89514; }

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

This div background color is #C89514.


Border color

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

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

This div border color is #C89514.


Opacity

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

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

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

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

This text has shadow with #C89514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89514 on black background.


Color preview on white background

This text has color #C89514 on white background.



Black color preview on #C89514 background

This text has black color on #C89514 background.


White color preview on #C89514 background

This text has white color on #C89514 background.