COLOR #C18678

HEX: #C18678 RGB: (193,134,120)

Color info

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

RGB color model

#C18678 color RGB value is (193,134,120).

RGB: (193,134,120) (76%, 53%, 47%)

RGB channels and saturation

R 193 of 255 = 76%
G 134 of 255 = 53%
B 120 of 255 = 47%

193
134
120

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

Portions of RGB colors in percentages

R + G + B = 193 + 134 + 120 = 447 (100%)
R 193 of 447 ~ 43.18%
G 134 of 447 ~ 29.98%
B 120 of 447 ~ 26.85'%

%43.18
%29.98
%26.85

CMYK color model

#C18678 color CMYK value is (0,31,38,24).

  • cyan value is 0.00%
  • magenta value is 30.57%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK: (0,31,38,24) C0M31Y38K24 (0%,31%,38%,24%) (0.00/0.31/0.38/0.24) 

CMYK percentages

%0
%30.57
%37.82
%24.31

Codes

Color #C18678 in popluar color models

C1 86 78
RGB 193 134 120
HSL 12° 37.06% 61.37%
HSB/HSV 12° 37.82% 75.69%
CMYK 0.00% 30.57% 37.82%
24.31%

Color #C18678 in popluar number systems.

HEX C1 86 78
Decimal 193 134 120
Binary 11000001 10000110 1111000
Octal 301 206 170

Shades and tints

Shades of #C18678

#C18678
(193,134,120)
#B07A6E
(176,122,110)
#9F6E64
(159,110,100)
#8E625A
(142,98,90)
#7D5650
(125,86,80)
#6C4A46
(108,74,70)
#5B3E3C
(91,62,60)
#4A3232
(74,50,50)
#392628
(57,38,40)
#281A1E
(40,26,30)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #C18678

#C18678
(193,134,120)
#C69184
(198,145,132)
#CB9C90
(203,156,144)
#D0A79C
(208,167,156)
#D5B2A8
(213,178,168)
#DABDB4
(218,189,180)
#DFC8C0
(223,200,192)
#E4D3CC
(228,211,204)
#E9DED8
(233,222,216)
#EEE9E4
(238,233,228)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18678 color. Also use rgb(193,134,120) instead hex code.

Text Font Color

.myTextColor { color: #C18678; }

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

This text font color is #C18678.

Background Color

.myBgColor { background-color: #C18678; }

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

This div background color is #C18678.

Border color

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

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

This div border color is #C18678.

Opacity

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

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

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

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

This text has shadow with #C18678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18678.

Preview

Color preview on black background

This text has color #C18678 on black background.


Color preview on white background

This text has color #C18678 on white background.


Black color preview on #C18678 background

This text has black color on #C18678 background.


White color preview on #C18678 background

This text has white color on #C18678 background.


Related colors

Complementary color

Complementary color for #hex is #3E7987.


I love getcolorcode.com

Triadic colors

1 #78C186 and #8678C1 with #C18678 are triadic colors.

2 #7886C1 and #86C178 with #C18678 are triadic colors.