COLOR #C79012

HEX: #C79012
RGB: (199,144,18)

Renk bilgisi

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

RGB renk modeli

#C79012 color RGB value is (199,144,18).

  • kırmız ton 199;
  • yeşil ton 144;
  • mavi ton 18.
RGB:
(199,144,18)
(78%,56%,7%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 144 of 255 = 56%
B 18 of 255 = 7%

199
144
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 144 + 18 = 361 (100%)
R 199 of 361 ~ 55.12%
G 144 of 361 ~ 39.89%
B 18 of 361 ~ 4.99%

%55.12
%39.89

CMYK RENK MODELİ

#C79012 rengi CMYK tonu (0,28,91,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.64%
  • sarı tonu 90.95%
  • ana renk tonu 21.96%
CMYK:
(0,28,91,22)
C0M28Y91K22 
(0%,28%,91%,22%)
(0.00/0.28/0.91/0.22)	

CMYK yüzdeleri

%0
%27.64
%90.95
%21.96

Codes

Color #C79012 in popluar color models

C79012
RGB19914418
HSL42°83.41%42.55%
HSB/HSV42°90.95%78.04%
CMYK0.00%27.64%90.95%
21.96%

Color #C79012 in popluar number systems.

HEXC79012
Decimal19914418
Binary110001111001000010010
Octal30722022

Shades and tints

Shades of #C79012

#C79012
(199,144,18)
#B58311
(181,131,17)
#A37610
(163,118,16)
#91690F
(145,105,15)
#7F5C0E
(127,92,14)
#6D4F0D
(109,79,13)
#5B420C
(91,66,12)
#49350B
(73,53,11)
#37280A
(55,40,10)
#251B09
(37,27,9)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #C79012

#C79012
(199,144,18)
#CC9A27
(204,154,39)
#D1A43C
(209,164,60)
#D6AE51
(214,174,81)
#DBB866
(219,184,102)
#E0C27B
(224,194,123)
#E5CC90
(229,204,144)
#EAD6A5
(234,214,165)
#EFE0BA
(239,224,186)
#F4EACF
(244,234,207)
#F9F4E4
(249,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79012 color. Also use rgb(199,144,18) instead hex code.

Text Font Color

.myTextColor { color: #C79012; }

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

This text font color is #C79012.


Background Color

.myBgColor { background-color: #C79012; }

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

This div background color is #C79012.


Border color

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

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

This div border color is #C79012.


Opacity

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

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

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

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

This text has shadow with #C79012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79012 on black background.


Color preview on white background

This text has color #C79012 on white background.



Black color preview on #C79012 background

This text has black color on #C79012 background.


White color preview on #C79012 background

This text has white color on #C79012 background.