COLOR #C8867C

HEX: #C8867C RGB: (200,134,124)

Color info

#C8867C contains mainly red color. Web safe color of #C8867C is #CC9966 (or #C96).

RGB color model

#C8867C color RGB value is (200,134,124).

RGB: (200,134,124) (78%, 53%, 49%)

RGB channels and saturation

R 200 of 255 = 78%
G 134 of 255 = 53%
B 124 of 255 = 49%

200
134
124

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

Portions of RGB colors in percentages

R + G + B = 200 + 134 + 124 = 458 (100%)
R 200 of 458 ~ 43.67%
G 134 of 458 ~ 29.26%
B 124 of 458 ~ 27.07'%

%43.67
%29.26
%27.07

CMYK color model

#C8867C color CMYK value is (0,33,38,22).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 38.00%
  • key color value is 21.57%
CMYK: (0,33,38,22) C0M33Y38K22 (0%,33%,38%,22%) (0.00/0.33/0.38/0.22) 

CMYK percentages

%0
%33
%38
%21.57

Codes

Color #C8867C in popluar color models

C8 86 7C
RGB 200 134 124
HSL 40.86% 63.53%
HSB/HSV 38.00% 78.43%
CMYK 0.00% 33.00% 38.00%
21.57%

Color #C8867C in popluar number systems.

HEX C8 86 7C
Decimal 200 134 124
Binary 11001000 10000110 1111100
Octal 310 206 174

Shades and tints

Shades of #C8867C

#C8867C
(200,134,124)
#B67A71
(182,122,113)
#A46E66
(164,110,102)
#92625B
(146,98,91)
#805650
(128,86,80)
#6E4A45
(110,74,69)
#5C3E3A
(92,62,58)
#4A322F
(74,50,47)
#382624
(56,38,36)
#261A19
(38,26,25)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #C8867C

#C8867C
(200,134,124)
#CD9187
(205,145,135)
#D29C92
(210,156,146)
#D7A79D
(215,167,157)
#DCB2A8
(220,178,168)
#E1BDB3
(225,189,179)
#E6C8BE
(230,200,190)
#EBD3C9
(235,211,201)
#F0DED4
(240,222,212)
#F5E9DF
(245,233,223)
#FAF4EA
(250,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8867C color. Also use rgb(200,134,124) instead hex code.

Text Font Color

.myTextColor { color: #C8867C; }

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

This text font color is #C8867C.

Background Color

.myBgColor { background-color: #C8867C; }

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

This div background color is #C8867C.

Border color

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

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

This div border color is #C8867C.

Opacity

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

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

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

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

This text has shadow with #C8867C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8867C.

Preview

Color preview on black background

This text has color #C8867C on black background.


Color preview on white background

This text has color #C8867C on white background.


Black color preview on #C8867C background

This text has black color on #C8867C background.


White color preview on #C8867C background

This text has white color on #C8867C background.


Related colors

Complementary color

Complementary color for #hex is #377983.


I love getcolorcode.com

Triadic colors

1 #7CC886 and #867CC8 with #C8867C are triadic colors.

2 #7C86C8 and #86C87C with #C8867C are triadic colors.