COLOR #C8845E

HEX: #C8845E
RGB: (200,132,94)

Color info

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

RGB color model

#C8845E color RGB value is (200,132,94).

  • red value is 200;
  • green value is 132;
  • blue value is 94.
RGB:
(200,132,94)
(78%,52%,37%)

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 94 of 255 = 37%

200
132
94

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

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 94 = 426 (100%)
R 200 of 426 ~ 46.95%
G 132 of 426 ~ 30.99%
B 94 of 426 ~ 22.07%

%46.95
%30.99
%22.07

CMYK color model

#C8845E color CMYK value is (0,34,53,22).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 53.00%
  • key color value is 21.57%
CMYK:
(0,34,53,22)
C0M34Y53K22 
(0%,34%,53%,22%)
(0.00/0.34/0.53/0.22)	

CMYK percentages

%0
%34
%53
%21.57

Codes

Color #C8845E in popluar color models

C8845E
RGB20013294
HSL22°49.07%57.65%
HSB/HSV22°53.00%78.43%
CMYK0.00%34.00%53.00%
21.57%

Color #C8845E in popluar number systems.

HEXC8845E
Decimal20013294
Binary11001000100001001011110
Octal310204136

Shades and tints

Shades of #C8845E

#C8845E
(200,132,94)
#B67856
(182,120,86)
#A46C4E
(164,108,78)
#926046
(146,96,70)
#80543E
(128,84,62)
#6E4836
(110,72,54)
#5C3C2E
(92,60,46)
#4A3026
(74,48,38)
#38241E
(56,36,30)
#261816
(38,24,22)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #C8845E

#C8845E
(200,132,94)
#CD8F6C
(205,143,108)
#D29A7A
(210,154,122)
#D7A588
(215,165,136)
#DCB096
(220,176,150)
#E1BBA4
(225,187,164)
#E6C6B2
(230,198,178)
#EBD1C0
(235,209,192)
#F0DCCE
(240,220,206)
#F5E7DC
(245,231,220)
#FAF2EA
(250,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8845E color. Also use rgb(200,132,94) instead hex code.

Text Font Color

.myTextColor { color: #C8845E; }

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

This text font color is #C8845E.


Background Color

.myBgColor { background-color: #C8845E; }

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

This div background color is #C8845E.


Border color

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

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

This div border color is #C8845E.


Opacity

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

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

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

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

This text has shadow with #C8845E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8845E on black background.


Color preview on white background

This text has color #C8845E on white background.



Black color preview on #C8845E background

This text has black color on #C8845E background.


White color preview on #C8845E background

This text has white color on #C8845E background.