COLOR #C87562

HEX: #C87562 RGB: (200,117,98)

Color info

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

RGB color model

#C87562 color RGB value is (200,117,98).

RGB: (200,117,98) (78%, 46%, 38%)

RGB channels and saturation

R 200 of 255 = 78%
G 117 of 255 = 46%
B 98 of 255 = 38%

200
117
98

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

Portions of RGB colors in percentages

R + G + B = 200 + 117 + 98 = 415 (100%)
R 200 of 415 ~ 48.19%
G 117 of 415 ~ 28.19%
B 98 of 415 ~ 23.61'%

%48.19
%28.19
%23.61

CMYK color model

#C87562 color CMYK value is (0,42,51,22).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 51.00%
  • key color value is 21.57%

CMYK: (0,42,51,22)
C0M42Y51K22 (0%, 42%, 51%, 22%)
(0.00 / 0.42 / 0.51 / 0.22)

CMYK percentages

%0
%41.5
%51
%21.57

Codes

Color #C87562 in popluar color models

C8 75 62
RGB 200 117 98
HSL 11° 48.11% 58.43%
HSB/HSV 11° 51.00% 78.43%
CMYK 0.00% 41.50% 51.00%
21.57%

Color #C87562 in popluar number systems.

HEX C8 75 62
Decimal 200 117 98
Binary 11001000 1110101 1100010
Octal 310 165 142

Shades and tints

Shades of #C87562

#C87562
(200,117,98)
#B66B5A
(182,107,90)
#A46152
(164,97,82)
#92574A
(146,87,74)
#804D42
(128,77,66)
#6E433A
(110,67,58)
#5C3932
(92,57,50)
#4A2F2A
(74,47,42)
#382522
(56,37,34)
#261B1A
(38,27,26)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #C87562

#C87562
(200,117,98)
#CD8170
(205,129,112)
#D28D7E
(210,141,126)
#D7998C
(215,153,140)
#DCA59A
(220,165,154)
#E1B1A8
(225,177,168)
#E6BDB6
(230,189,182)
#EBC9C4
(235,201,196)
#F0D5D2
(240,213,210)
#F5E1E0
(245,225,224)
#FAEDEE
(250,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87562 color. Also use rgb(200,117,98) instead hex code.

Text Font Color

.myTextColor { color: #C87562; }

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

This text font color is #C87562.

Background Color

.myBgColor { background-color: #C87562; }

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

This div background color is #C87562.

Border color

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

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

This div border color is #C87562.

Opacity

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

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

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

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

This text has shadow with #C87562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87562.

Preview

Color preview on black background

This text has color #C87562 on black background.


Color preview on white background

This text has color #C87562 on white background.


Black color preview on #C87562 background

This text has black color on #C87562 background.


White color preview on #C87562 background

This text has white color on #C87562 background.


Related colors

Complementary color

Complementary color for #hex is #378A9D.


I love getcolorcode.com

Triadic colors

1 #62C875 and #7562C8 with #C87562 are triadic colors.

2 #6275C8 and #75C862 with #C87562 are triadic colors.