COLOR #C78D64

HEX: #C78D64
RGB: (199,141,100)

Color info

#C78D64 contains mainly red and green colors. Web safe color of #C78D64 is #CC9966 (or #C96).

RGB color model

#C78D64 color RGB value is (199,141,100).

  • red value is 199;
  • green value is 141;
  • blue value is 100.
RGB:
(199,141,100)
(78%,55%,39%)

RGB channels and saturation

R 199 of 255 = 78%
G 141 of 255 = 55%
B 100 of 255 = 39%

199
141
100

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

Portions of RGB colors in percentages

R + G + B =
199 + 141 + 100 = 440 (100%)
R 199 of 440 ~ 45.23%
G 141 of 440 ~ 32.05%
B 100 of 440 ~ 22.73%

%45.23
%32.05
%22.73

CMYK color model

#C78D64 color CMYK value is (0,29,50,22).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 49.75%
  • key color value is 21.96%
CMYK:
(0,29,50,22)
C0M29Y50K22 
(0%,29%,50%,22%)
(0.00/0.29/0.50/0.22)	

CMYK percentages

%0
%29.15
%49.75
%21.96

Codes

Color #C78D64 in popluar color models

C78D64
RGB199141100
HSL25°46.92%58.63%
HSB/HSV25°49.75%78.04%
CMYK0.00%29.15%49.75%
21.96%

Color #C78D64 in popluar number systems.

HEXC78D64
Decimal199141100
Binary11000111100011011100100
Octal307215144

Shades and tints

Shades of #C78D64

#C78D64
(199,141,100)
#B5815B
(181,129,91)
#A37552
(163,117,82)
#916949
(145,105,73)
#7F5D40
(127,93,64)
#6D5137
(109,81,55)
#5B452E
(91,69,46)
#493925
(73,57,37)
#372D1C
(55,45,28)
#252113
(37,33,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #C78D64

#C78D64
(199,141,100)
#CC9772
(204,151,114)
#D1A180
(209,161,128)
#D6AB8E
(214,171,142)
#DBB59C
(219,181,156)
#E0BFAA
(224,191,170)
#E5C9B8
(229,201,184)
#EAD3C6
(234,211,198)
#EFDDD4
(239,221,212)
#F4E7E2
(244,231,226)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78D64; }

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

This text font color is #C78D64.


Background Color

.myBgColor { background-color: #C78D64; }

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

This div background color is #C78D64.


Border color

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

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

This div border color is #C78D64.


Opacity

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

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

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

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

This text has shadow with #C78D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78D64 on black background.


Color preview on white background

This text has color #C78D64 on white background.



Black color preview on #C78D64 background

This text has black color on #C78D64 background.


White color preview on #C78D64 background

This text has white color on #C78D64 background.