COLOR #C88867

HEX: #C88867 RGB: (200,136,103)

Color info

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

RGB color model

#C88867 color RGB value is (200,136,103).

RGB: (200,136,103) (78%, 53%, 40%)

RGB channels and saturation

R 200 of 255 = 78%
G 136 of 255 = 53%
B 103 of 255 = 40%

200
136
103

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

Portions of RGB colors in percentages

R + G + B = 200 + 136 + 103 = 439 (100%)
R 200 of 439 ~ 45.56%
G 136 of 439 ~ 30.98%
B 103 of 439 ~ 23.46'%

%45.56
%30.98
%23.46

CMYK color model

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

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

CMYK: (0,32,49,22)
C0M32Y49K22 (0%, 32%, 49%, 22%)
(0.00 / 0.32 / 0.49 / 0.22)

CMYK percentages

%0
%32
%48.5
%21.57

Codes

Color #C88867 in popluar color models

C8 88 67
RGB 200 136 103
HSL 20° 46.86% 59.41%
HSB/HSV 20° 48.50% 78.43%
CMYK 0.00% 32.00% 48.50%
21.57%

Color #C88867 in popluar number systems.

HEX C8 88 67
Decimal 200 136 103
Binary 11001000 10001000 1100111
Octal 310 210 147

Shades and tints

Shades of #C88867

#C88867
(200,136,103)
#B67C5E
(182,124,94)
#A47055
(164,112,85)
#92644C
(146,100,76)
#805843
(128,88,67)
#6E4C3A
(110,76,58)
#5C4031
(92,64,49)
#4A3428
(74,52,40)
#38281F
(56,40,31)
#261C16
(38,28,22)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #C88867

#C88867
(200,136,103)
#CD9274
(205,146,116)
#D29C81
(210,156,129)
#D7A68E
(215,166,142)
#DCB09B
(220,176,155)
#E1BAA8
(225,186,168)
#E6C4B5
(230,196,181)
#EBCEC2
(235,206,194)
#F0D8CF
(240,216,207)
#F5E2DC
(245,226,220)
#FAECE9
(250,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88867; }

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

This text font color is #C88867.

Background Color

.myBgColor { background-color: #C88867; }

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

This div background color is #C88867.

Border color

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

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

This div border color is #C88867.

Opacity

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

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

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

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

This text has shadow with #C88867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88867.

Preview

Color preview on black background

This text has color #C88867 on black background.


Color preview on white background

This text has color #C88867 on white background.


Black color preview on #C88867 background

This text has black color on #C88867 background.


White color preview on #C88867 background

This text has white color on #C88867 background.


Related colors

Complementary color

Complementary color for #hex is #377798.


I love getcolorcode.com

Triadic colors

1 #67C888 and #8867C8 with #C88867 are triadic colors.

2 #6788C8 and #88C867 with #C88867 are triadic colors.