COLOR #C87248

HEX: #C87248
RGB: (200,114,72)

Color info

#C87248 contains mainly red color. Web safe color of #C87248 is #CC6633 (or #C63).

RGB color model

#C87248 color RGB value is (200,114,72).

  • red value is 200;
  • green value is 114;
  • blue value is 72.
RGB:
(200,114,72)
(78%,45%,28%)

RGB channels and saturation

R 200 of 255 = 78%
G 114 of 255 = 45%
B 72 of 255 = 28%

200
114
72

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

Portions of RGB colors in percentages

R + G + B =
200 + 114 + 72 = 386 (100%)
R 200 of 386 ~ 51.81%
G 114 of 386 ~ 29.53%
B 72 of 386 ~ 18.65%

%51.81
%29.53
%18.65

CMYK color model

#C87248 color CMYK value is (0,43,64,22).

  • cyan value is 0.00%
  • magenta value is 43.00%
  • yellow value is 64.00%
  • key color value is 21.57%
CMYK:
(0,43,64,22)
C0M43Y64K22 
(0%,43%,64%,22%)
(0.00/0.43/0.64/0.22)	

CMYK percentages

%0
%43
%64
%21.57

Codes

Color #C87248 in popluar color models

C87248
RGB20011472
HSL20°53.78%53.33%
HSB/HSV20°64.00%78.43%
CMYK0.00%43.00%64.00%
21.57%

Color #C87248 in popluar number systems.

HEXC87248
Decimal20011472
Binary1100100011100101001000
Octal310162110

Shades and tints

Shades of #C87248

#C87248
(200,114,72)
#B66842
(182,104,66)
#A45E3C
(164,94,60)
#925436
(146,84,54)
#804A30
(128,74,48)
#6E402A
(110,64,42)
#5C3624
(92,54,36)
#4A2C1E
(74,44,30)
#382218
(56,34,24)
#261812
(38,24,18)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #C87248

#C87248
(200,114,72)
#CD7E58
(205,126,88)
#D28A68
(210,138,104)
#D79678
(215,150,120)
#DCA288
(220,162,136)
#E1AE98
(225,174,152)
#E6BAA8
(230,186,168)
#EBC6B8
(235,198,184)
#F0D2C8
(240,210,200)
#F5DED8
(245,222,216)
#FAEAE8
(250,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87248 color. Also use rgb(200,114,72) instead hex code.

Text Font Color

.myTextColor { color: #C87248; }

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

This text font color is #C87248.


Background Color

.myBgColor { background-color: #C87248; }

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

This div background color is #C87248.


Border color

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

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

This div border color is #C87248.


Opacity

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

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

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

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

This text has shadow with #C87248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87248 on black background.


Color preview on white background

This text has color #C87248 on white background.



Black color preview on #C87248 background

This text has black color on #C87248 background.


White color preview on #C87248 background

This text has white color on #C87248 background.