COLOR #C78A42

HEX: #C78A42 RGB: (199,138,66)

Color info

#C78A42 contains mainly red color. Web safe color of #C78A42 is #CC9933 (or #C93).

RGB color model

#C78A42 color RGB value is (199,138,66).

RGB: (199,138,66) (78%, 54%, 26%)

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 66 of 255 = 26%

199
138
66

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

Portions of RGB colors in percentages

R + G + B = 199 + 138 + 66 = 403 (100%)
R 199 of 403 ~ 49.38%
G 138 of 403 ~ 34.24%
B 66 of 403 ~ 16.38'%

%49.38
%34.24
%16.38

CMYK color model

#C78A42 color CMYK value is (0,31,67,22).

  • cyan value is 0.00%
  • magenta value is 30.65%
  • yellow value is 66.83%
  • key color value is 21.96%

CMYK: (0,31,67,22)
C0M31Y67K22 (0%, 31%, 67%, 22%)
(0.00 / 0.31 / 0.67 / 0.22)

CMYK percentages

%0
%30.65
%66.83
%21.96

Codes

Color #C78A42 in popluar color models

C7 8A 42
RGB 199 138 66
HSL 32° 54.29% 51.96%
HSB/HSV 32° 66.83% 78.04%
CMYK 0.00% 30.65% 66.83%
21.96%

Color #C78A42 in popluar number systems.

HEX C7 8A 42
Decimal 199 138 66
Binary 11000111 10001010 1000010
Octal 307 212 102

Shades and tints

Shades of #C78A42

#C78A42
(199,138,66)
#B57E3C
(181,126,60)
#A37236
(163,114,54)
#916630
(145,102,48)
#7F5A2A
(127,90,42)
#6D4E24
(109,78,36)
#5B421E
(91,66,30)
#493618
(73,54,24)
#372A12
(55,42,18)
#251E0C
(37,30,12)
#131206
(19,18,6)
#000000
(0,0,0)

Tints of #C78A42

#C78A42
(199,138,66)
#CC9453
(204,148,83)
#D19E64
(209,158,100)
#D6A875
(214,168,117)
#DBB286
(219,178,134)
#E0BC97
(224,188,151)
#E5C6A8
(229,198,168)
#EAD0B9
(234,208,185)
#EFDACA
(239,218,202)
#F4E4DB
(244,228,219)
#F9EEEC
(249,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78A42 color. Also use rgb(199,138,66) instead hex code.

Text Font Color

.myTextColor { color: #C78A42; }

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

This text font color is #C78A42.

Background Color

.myBgColor { background-color: #C78A42; }

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

This div background color is #C78A42.

Border color

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

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

This div border color is #C78A42.

Opacity

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

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

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

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

This text has shadow with #C78A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78A42.

Preview

Color preview on black background

This text has color #C78A42 on black background.


Color preview on white background

This text has color #C78A42 on white background.


Black color preview on #C78A42 background

This text has black color on #C78A42 background.


White color preview on #C78A42 background

This text has white color on #C78A42 background.


Related colors

Complementary color

Complementary color for #hex is #3875BD.


I love getcolorcode.com

Triadic colors

1 #42C78A and #8A42C7 with #C78A42 are triadic colors.

2 #428AC7 and #8AC742 with #C78A42 are triadic colors.