COLOR #C88774

HEX: #C88774 RGB: (200,135,116)

Color info

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

RGB color model

#C88774 color RGB value is (200,135,116).

RGB: (200,135,116) (78%, 53%, 45%)

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 116 of 255 = 45%

200
135
116

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

Portions of RGB colors in percentages

R + G + B = 200 + 135 + 116 = 451 (100%)
R 200 of 451 ~ 44.35%
G 135 of 451 ~ 29.93%
B 116 of 451 ~ 25.72'%

%44.35
%29.93
%25.72

CMYK color model

#C88774 color CMYK value is (0,33,42,22).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 42.00%
  • key color value is 21.57%

CMYK: (0,33,42,22)
C0M33Y42K22 (0%, 33%, 42%, 22%)
(0.00 / 0.33 / 0.42 / 0.22)

CMYK percentages

%0
%32.5
%42
%21.57

Codes

Color #C88774 in popluar color models

C8 87 74
RGB 200 135 116
HSL 14° 43.30% 61.96%
HSB/HSV 14° 42.00% 78.43%
CMYK 0.00% 32.50% 42.00%
21.57%

Color #C88774 in popluar number systems.

HEX C8 87 74
Decimal 200 135 116
Binary 11001000 10000111 1110100
Octal 310 207 164

Shades and tints

Shades of #C88774

#C88774
(200,135,116)
#B67B6A
(182,123,106)
#A46F60
(164,111,96)
#926356
(146,99,86)
#80574C
(128,87,76)
#6E4B42
(110,75,66)
#5C3F38
(92,63,56)
#4A332E
(74,51,46)
#382724
(56,39,36)
#261B1A
(38,27,26)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #C88774

#C88774
(200,135,116)
#CD9180
(205,145,128)
#D29B8C
(210,155,140)
#D7A598
(215,165,152)
#DCAFA4
(220,175,164)
#E1B9B0
(225,185,176)
#E6C3BC
(230,195,188)
#EBCDC8
(235,205,200)
#F0D7D4
(240,215,212)
#F5E1E0
(245,225,224)
#FAEBEC
(250,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88774 color. Also use rgb(200,135,116) instead hex code.

Text Font Color

.myTextColor { color: #C88774; }

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

This text font color is #C88774.

Background Color

.myBgColor { background-color: #C88774; }

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

This div background color is #C88774.

Border color

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

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

This div border color is #C88774.

Opacity

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

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

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

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

This text has shadow with #C88774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88774.

Preview

Color preview on black background

This text has color #C88774 on black background.


Color preview on white background

This text has color #C88774 on white background.


Black color preview on #C88774 background

This text has black color on #C88774 background.


White color preview on #C88774 background

This text has white color on #C88774 background.


Related colors

Complementary color

Complementary color for #hex is #37788B.


I love getcolorcode.com

Triadic colors

1 #74C887 and #8774C8 with #C88774 are triadic colors.

2 #7487C8 and #87C874 with #C88774 are triadic colors.