COLOR #C79013

HEX: #C79013 RGB: (199,144,19)

Color info

#C79013 contains mainly red and green colors. Web safe color of #C79013 is #CC9900 (or #C90).

RGB color model

#C79013 color RGB value is (199,144,19).

RGB: (199,144,19) (78%, 56%, 7%)

RGB channels and saturation

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

199
144
19

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

Portions of RGB colors in percentages

R + G + B = 199 + 144 + 19 = 362 (100%)
R 199 of 362 ~ 54.97%
G 144 of 362 ~ 39.78%
B 19 of 362 ~ 5.25'%

%54.97
%39.78

CMYK color model

#C79013 color CMYK value is (0,28,90,22).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 90.45%
  • key color value is 21.96%

CMYK: (0,28,90,22)
C0M28Y90K22 (0%, 28%, 90%, 22%)
(0.00 / 0.28 / 0.90 / 0.22)

CMYK percentages

%0
%27.64
%90.45
%21.96

Codes

Color #C79013 in popluar color models

C7 90 13
RGB 199 144 19
HSL 42° 82.57% 42.75%
HSB/HSV 42° 90.45% 78.04%
CMYK 0.00% 27.64% 90.45%
21.96%

Color #C79013 in popluar number systems.

HEX C7 90 13
Decimal 199 144 19
Binary 11000111 10010000 10011
Octal 307 220 23

Shades and tints

Shades of #C79013

#C79013
(199,144,19)
#B58312
(181,131,18)
#A37611
(163,118,17)
#916910
(145,105,16)
#7F5C0F
(127,92,15)
#6D4F0E
(109,79,14)
#5B420D
(91,66,13)
#49350C
(73,53,12)
#37280B
(55,40,11)
#251B0A
(37,27,10)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #C79013

#C79013
(199,144,19)
#CC9A28
(204,154,40)
#D1A43D
(209,164,61)
#D6AE52
(214,174,82)
#DBB867
(219,184,103)
#E0C27C
(224,194,124)
#E5CC91
(229,204,145)
#EAD6A6
(234,214,166)
#EFE0BB
(239,224,187)
#F4EAD0
(244,234,208)
#F9F4E5
(249,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79013; }

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

This text font color is #C79013.

Background Color

.myBgColor { background-color: #C79013; }

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

This div background color is #C79013.

Border color

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

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

This div border color is #C79013.

Opacity

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

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

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

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

This text has shadow with #C79013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79013.

Preview

Color preview on black background

This text has color #C79013 on black background.


Color preview on white background

This text has color #C79013 on white background.


Black color preview on #C79013 background

This text has black color on #C79013 background.


White color preview on #C79013 background

This text has white color on #C79013 background.


Related colors

Complementary color

Complementary color for #hex is #386FEC.


I love getcolorcode.com

Triadic colors

1 #13C790 and #9013C7 with #C79013 are triadic colors.

2 #1390C7 and #90C713 with #C79013 are triadic colors.