COLOR #C8915E

HEX: #C8915E
RGB: (200,145,94)

Color info

#C8915E contains mainly red and green colors. Web safe color of #C8915E is #CC9966 (or #C96).

RGB color model

#C8915E color RGB value is (200,145,94).

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

RGB channels and saturation

R 200 of 255 = 78%
G 145 of 255 = 57%
B 94 of 255 = 37%

200
145
94

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

Portions of RGB colors in percentages

R + G + B =
200 + 145 + 94 = 439 (100%)
R 200 of 439 ~ 45.56%
G 145 of 439 ~ 33.03%
B 94 of 439 ~ 21.41%

%45.56
%33.03
%21.41

CMYK color model

#C8915E color CMYK value is (0,28,53,22).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 53.00%
  • key color value is 21.57%
CMYK:
(0,28,53,22)
C0M28Y53K22 
(0%,28%,53%,22%)
(0.00/0.28/0.53/0.22)	

CMYK percentages

%0
%27.5
%53
%21.57

Codes

Color #C8915E in popluar color models

C8915E
RGB20014594
HSL29°49.07%57.65%
HSB/HSV29°53.00%78.43%
CMYK0.00%27.50%53.00%
21.57%

Color #C8915E in popluar number systems.

HEXC8915E
Decimal20014594
Binary11001000100100011011110
Octal310221136

Shades and tints

Shades of #C8915E

#C8915E
(200,145,94)
#B68456
(182,132,86)
#A4774E
(164,119,78)
#926A46
(146,106,70)
#805D3E
(128,93,62)
#6E5036
(110,80,54)
#5C432E
(92,67,46)
#4A3626
(74,54,38)
#38291E
(56,41,30)
#261C16
(38,28,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #C8915E

#C8915E
(200,145,94)
#CD9B6C
(205,155,108)
#D2A57A
(210,165,122)
#D7AF88
(215,175,136)
#DCB996
(220,185,150)
#E1C3A4
(225,195,164)
#E6CDB2
(230,205,178)
#EBD7C0
(235,215,192)
#F0E1CE
(240,225,206)
#F5EBDC
(245,235,220)
#FAF5EA
(250,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8915E; }

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

This text font color is #C8915E.


Background Color

.myBgColor { background-color: #C8915E; }

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

This div background color is #C8915E.


Border color

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

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

This div border color is #C8915E.


Opacity

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

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

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

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

This text has shadow with #C8915E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8915E on black background.


Color preview on white background

This text has color #C8915E on white background.



Black color preview on #C8915E background

This text has black color on #C8915E background.


White color preview on #C8915E background

This text has white color on #C8915E background.