COLOR #C7815E

HEX: #C7815E
RGB: (199,129,94)

Color info

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

RGB color model

#C7815E color RGB value is (199,129,94).

  • red value is 199;
  • green value is 129;
  • blue value is 94.
RGB:
(199,129,94)
(78%,51%,37%)

RGB channels and saturation

R 199 of 255 = 78%
G 129 of 255 = 51%
B 94 of 255 = 37%

199
129
94

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

Portions of RGB colors in percentages

R + G + B =
199 + 129 + 94 = 422 (100%)
R 199 of 422 ~ 47.16%
G 129 of 422 ~ 30.57%
B 94 of 422 ~ 22.27%

%47.16
%30.57
%22.27

CMYK color model

#C7815E color CMYK value is (0,35,53,22).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 52.76%
  • key color value is 21.96%
CMYK:
(0,35,53,22)
C0M35Y53K22 
(0%,35%,53%,22%)
(0.00/0.35/0.53/0.22)	

CMYK percentages

%0
%35.18
%52.76
%21.96

Codes

Color #C7815E in popluar color models

C7815E
RGB19912994
HSL20°48.39%57.45%
HSB/HSV20°52.76%78.04%
CMYK0.00%35.18%52.76%
21.96%

Color #C7815E in popluar number systems.

HEXC7815E
Decimal19912994
Binary11000111100000011011110
Octal307201136

Shades and tints

Shades of #C7815E

#C7815E
(199,129,94)
#B57656
(181,118,86)
#A36B4E
(163,107,78)
#916046
(145,96,70)
#7F553E
(127,85,62)
#6D4A36
(109,74,54)
#5B3F2E
(91,63,46)
#493426
(73,52,38)
#37291E
(55,41,30)
#251E16
(37,30,22)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #C7815E

#C7815E
(199,129,94)
#CC8C6C
(204,140,108)
#D1977A
(209,151,122)
#D6A288
(214,162,136)
#DBAD96
(219,173,150)
#E0B8A4
(224,184,164)
#E5C3B2
(229,195,178)
#EACEC0
(234,206,192)
#EFD9CE
(239,217,206)
#F4E4DC
(244,228,220)
#F9EFEA
(249,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7815E color. Also use rgb(199,129,94) instead hex code.

Text Font Color

.myTextColor { color: #C7815E; }

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

This text font color is #C7815E.


Background Color

.myBgColor { background-color: #C7815E; }

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

This div background color is #C7815E.


Border color

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

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

This div border color is #C7815E.


Opacity

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

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

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

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

This text has shadow with #C7815E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7815E on black background.


Color preview on white background

This text has color #C7815E on white background.



Black color preview on #C7815E background

This text has black color on #C7815E background.


White color preview on #C7815E background

This text has white color on #C7815E background.