COLOR #C86751

HEX: #C86751 RGB: (200,103,81)

Color info

#C86751 contains mainly red color. Web safe color of #C86751 is #CC6666 (or #C66).

RGB color model

#C86751 color RGB value is (200,103,81).

RGB: (200,103,81) (78%, 40%, 32%)

RGB channels and saturation

R 200 of 255 = 78%
G 103 of 255 = 40%
B 81 of 255 = 32%

200
103
81

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

Portions of RGB colors in percentages

R + G + B = 200 + 103 + 81 = 384 (100%)
R 200 of 384 ~ 52.08%
G 103 of 384 ~ 26.82%
B 81 of 384 ~ 21.09'%

%52.08
%26.82
%21.09

CMYK color model

#C86751 color CMYK value is (0,49,60,22).

  • cyan value is 0.00%
  • magenta value is 48.50%
  • yellow value is 59.50%
  • key color value is 21.57%

CMYK: (0,49,60,22)
C0M49Y60K22 (0%, 49%, 60%, 22%)
(0.00 / 0.49 / 0.60 / 0.22)

CMYK percentages

%0
%48.5
%59.5
%21.57

Codes

Color #C86751 in popluar color models

C8 67 51
RGB 200 103 81
HSL 11° 51.97% 55.10%
HSB/HSV 11° 59.50% 78.43%
CMYK 0.00% 48.50% 59.50%
21.57%

Color #C86751 in popluar number systems.

HEX C8 67 51
Decimal 200 103 81
Binary 11001000 1100111 1010001
Octal 310 147 121

Shades and tints

Shades of #C86751

#C86751
(200,103,81)
#B65E4A
(182,94,74)
#A45543
(164,85,67)
#924C3C
(146,76,60)
#804335
(128,67,53)
#6E3A2E
(110,58,46)
#5C3127
(92,49,39)
#4A2820
(74,40,32)
#381F19
(56,31,25)
#261612
(38,22,18)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #C86751

#C86751
(200,103,81)
#CD7460
(205,116,96)
#D2816F
(210,129,111)
#D78E7E
(215,142,126)
#DC9B8D
(220,155,141)
#E1A89C
(225,168,156)
#E6B5AB
(230,181,171)
#EBC2BA
(235,194,186)
#F0CFC9
(240,207,201)
#F5DCD8
(245,220,216)
#FAE9E7
(250,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86751 color. Also use rgb(200,103,81) instead hex code.

Text Font Color

.myTextColor { color: #C86751; }

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

This text font color is #C86751.

Background Color

.myBgColor { background-color: #C86751; }

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

This div background color is #C86751.

Border color

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

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

This div border color is #C86751.

Opacity

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

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

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

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

This text has shadow with #C86751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C86751.

Preview

Color preview on black background

This text has color #C86751 on black background.


Color preview on white background

This text has color #C86751 on white background.


Black color preview on #C86751 background

This text has black color on #C86751 background.


White color preview on #C86751 background

This text has white color on #C86751 background.


Related colors

Complementary color

Complementary color for #hex is #3798AE.


I love getcolorcode.com

Triadic colors

1 #51C867 and #6751C8 with #C86751 are triadic colors.

2 #5167C8 and #67C851 with #C86751 are triadic colors.