COLOR #C78C67

HEX: #C78C67 RGB: (199,140,103)

Color info

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

RGB color model

#C78C67 color RGB value is (199,140,103).

RGB: (199,140,103) (78%, 55%, 40%)

RGB channels and saturation

R 199 of 255 = 78%
G 140 of 255 = 55%
B 103 of 255 = 40%

199
140
103

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

Portions of RGB colors in percentages

R + G + B = 199 + 140 + 103 = 442 (100%)
R 199 of 442 ~ 45.02%
G 140 of 442 ~ 31.67%
B 103 of 442 ~ 23.3'%

%45.02
%31.67
%23.3

CMYK color model

#C78C67 color CMYK value is (0,30,48,22).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 48.24%
  • key color value is 21.96%

CMYK: (0,30,48,22)
C0M30Y48K22 (0%, 30%, 48%, 22%)
(0.00 / 0.30 / 0.48 / 0.22)

CMYK percentages

%0
%29.65
%48.24
%21.96

Codes

Color #C78C67 in popluar color models

C7 8C 67
RGB 199 140 103
HSL 23° 46.15% 59.22%
HSB/HSV 23° 48.24% 78.04%
CMYK 0.00% 29.65% 48.24%
21.96%

Color #C78C67 in popluar number systems.

HEX C7 8C 67
Decimal 199 140 103
Binary 11000111 10001100 1100111
Octal 307 214 147

Shades and tints

Shades of #C78C67

#C78C67
(199,140,103)
#B5805E
(181,128,94)
#A37455
(163,116,85)
#91684C
(145,104,76)
#7F5C43
(127,92,67)
#6D503A
(109,80,58)
#5B4431
(91,68,49)
#493828
(73,56,40)
#372C1F
(55,44,31)
#252016
(37,32,22)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #C78C67

#C78C67
(199,140,103)
#CC9674
(204,150,116)
#D1A081
(209,160,129)
#D6AA8E
(214,170,142)
#DBB49B
(219,180,155)
#E0BEA8
(224,190,168)
#E5C8B5
(229,200,181)
#EAD2C2
(234,210,194)
#EFDCCF
(239,220,207)
#F4E6DC
(244,230,220)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78C67 color. Also use rgb(199,140,103) instead hex code.

Text Font Color

.myTextColor { color: #C78C67; }

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

This text font color is #C78C67.

Background Color

.myBgColor { background-color: #C78C67; }

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

This div background color is #C78C67.

Border color

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

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

This div border color is #C78C67.

Opacity

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

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

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

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

This text has shadow with #C78C67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78C67.

Preview

Color preview on black background

This text has color #C78C67 on black background.


Color preview on white background

This text has color #C78C67 on white background.


Black color preview on #C78C67 background

This text has black color on #C78C67 background.


White color preview on #C78C67 background

This text has white color on #C78C67 background.


Related colors

Complementary color

Complementary color for #hex is #387398.


I love getcolorcode.com

Triadic colors

1 #67C78C and #8C67C7 with #C78C67 are triadic colors.

2 #678CC7 and #8CC767 with #C78C67 are triadic colors.