COLOR #C78364

HEX: #C78364 RGB: (199,131,100)

Color info

#C78364 contains mainly red color. Web safe color of #C78364 is #CC9966 (or #C96).

RGB color model

#C78364 color RGB value is (199,131,100).

RGB: (199,131,100) (78%, 51%, 39%)

RGB channels and saturation

R 199 of 255 = 78%
G 131 of 255 = 51%
B 100 of 255 = 39%

199
131
100

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

Portions of RGB colors in percentages

R + G + B = 199 + 131 + 100 = 430 (100%)
R 199 of 430 ~ 46.28%
G 131 of 430 ~ 30.47%
B 100 of 430 ~ 23.26'%

%46.28
%30.47
%23.26

CMYK color model

#C78364 color CMYK value is (0,34,50,22).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 49.75%
  • key color value is 21.96%

CMYK: (0,34,50,22)
C0M34Y50K22 (0%, 34%, 50%, 22%)
(0.00 / 0.34 / 0.50 / 0.22)

CMYK percentages

%0
%34.17
%49.75
%21.96

Codes

Color #C78364 in popluar color models

C7 83 64
RGB 199 131 100
HSL 19° 46.92% 58.63%
HSB/HSV 19° 49.75% 78.04%
CMYK 0.00% 34.17% 49.75%
21.96%

Color #C78364 in popluar number systems.

HEX C7 83 64
Decimal 199 131 100
Binary 11000111 10000011 1100100
Octal 307 203 144

Shades and tints

Shades of #C78364

#C78364
(199,131,100)
#B5785B
(181,120,91)
#A36D52
(163,109,82)
#916249
(145,98,73)
#7F5740
(127,87,64)
#6D4C37
(109,76,55)
#5B412E
(91,65,46)
#493625
(73,54,37)
#372B1C
(55,43,28)
#252013
(37,32,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #C78364

#C78364
(199,131,100)
#CC8E72
(204,142,114)
#D19980
(209,153,128)
#D6A48E
(214,164,142)
#DBAF9C
(219,175,156)
#E0BAAA
(224,186,170)
#E5C5B8
(229,197,184)
#EAD0C6
(234,208,198)
#EFDBD4
(239,219,212)
#F4E6E2
(244,230,226)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78364 color. Also use rgb(199,131,100) instead hex code.

Text Font Color

.myTextColor { color: #C78364; }

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

This text font color is #C78364.

Background Color

.myBgColor { background-color: #C78364; }

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

This div background color is #C78364.

Border color

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

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

This div border color is #C78364.

Opacity

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

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

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

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

This text has shadow with #C78364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78364.

Preview

Color preview on black background

This text has color #C78364 on black background.


Color preview on white background

This text has color #C78364 on white background.


Black color preview on #C78364 background

This text has black color on #C78364 background.


White color preview on #C78364 background

This text has white color on #C78364 background.


Related colors

Complementary color

Complementary color for #hex is #387C9B.


I love getcolorcode.com

Triadic colors

1 #64C783 and #8364C7 with #C78364 are triadic colors.

2 #6483C7 and #83C764 with #C78364 are triadic colors.