COLOR #C86667

HEX: #C86667
RGB: (200,102,103)

Color info

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

RGB color model

#C86667 color RGB value is (200,102,103).

  • red value is 200;
  • green value is 102;
  • blue value is 103.
RGB:
(200,102,103)
(78%,40%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 102 of 255 = 40%
B 103 of 255 = 40%

200
102
103

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

Portions of RGB colors in percentages

R + G + B =
200 + 102 + 103 = 405 (100%)
R 200 of 405 ~ 49.38%
G 102 of 405 ~ 25.19%
B 103 of 405 ~ 25.43%

%49.38
%25.19
%25.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 48.50%
  • key color value is 21.57%
CMYK:
(0,49,49,22)
C0M49Y49K22 
(0%,49%,49%,22%)
(0.00/0.49/0.49/0.22)	

CMYK percentages

%0
%49
%48.5
%21.57

Codes

Color #C86667 in popluar color models

C86667
RGB200102103
HSL359°47.12%59.22%
HSB/HSV359°49.00%78.43%
CMYK0.00%49.00%48.50%
21.57%

Color #C86667 in popluar number systems.

HEXC86667
Decimal200102103
Binary1100100011001101100111
Octal310146147

Shades and tints

Shades of #C86667

#C86667
(200,102,103)
#B65D5E
(182,93,94)
#A45455
(164,84,85)
#924B4C
(146,75,76)
#804243
(128,66,67)
#6E393A
(110,57,58)
#5C3031
(92,48,49)
#4A2728
(74,39,40)
#381E1F
(56,30,31)
#261516
(38,21,22)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #C86667

#C86667
(200,102,103)
#CD7374
(205,115,116)
#D28081
(210,128,129)
#D78D8E
(215,141,142)
#DC9A9B
(220,154,155)
#E1A7A8
(225,167,168)
#E6B4B5
(230,180,181)
#EBC1C2
(235,193,194)
#F0CECF
(240,206,207)
#F5DBDC
(245,219,220)
#FAE8E9
(250,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C86667; }

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

This text font color is #C86667.


Background Color

.myBgColor { background-color: #C86667; }

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

This div background color is #C86667.


Border color

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

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

This div border color is #C86667.


Opacity

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

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

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

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

This text has shadow with #C86667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86667 on black background.


Color preview on white background

This text has color #C86667 on white background.



Black color preview on #C86667 background

This text has black color on #C86667 background.


White color preview on #C86667 background

This text has white color on #C86667 background.