COLOR #C7915D

HEX: #C7915D RGB: (199,145,93)

Color info

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

RGB color model

#C7915D color RGB value is (199,145,93).

RGB: (199,145,93) (78%, 57%, 36%)

RGB channels and saturation

R 199 of 255 = 78%
G 145 of 255 = 57%
B 93 of 255 = 36%

199
145
93

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

Portions of RGB colors in percentages

R + G + B = 199 + 145 + 93 = 437 (100%)
R 199 of 437 ~ 45.54%
G 145 of 437 ~ 33.18%
B 93 of 437 ~ 21.28'%

%45.54
%33.18
%21.28

CMYK color model

#C7915D color CMYK value is (0,27,53,22).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 53.27%
  • key color value is 21.96%

CMYK: (0,27,53,22)
C0M27Y53K22 (0%, 27%, 53%, 22%)
(0.00 / 0.27 / 0.53 / 0.22)

CMYK percentages

%0
%27.14
%53.27
%21.96

Codes

Color #C7915D in popluar color models

C7 91 5D
RGB 199 145 93
HSL 29° 48.62% 57.25%
HSB/HSV 29° 53.27% 78.04%
CMYK 0.00% 27.14% 53.27%
21.96%

Color #C7915D in popluar number systems.

HEX C7 91 5D
Decimal 199 145 93
Binary 11000111 10010001 1011101
Octal 307 221 135

Shades and tints

Shades of #C7915D

#C7915D
(199,145,93)
#B58455
(181,132,85)
#A3774D
(163,119,77)
#916A45
(145,106,69)
#7F5D3D
(127,93,61)
#6D5035
(109,80,53)
#5B432D
(91,67,45)
#493625
(73,54,37)
#37291D
(55,41,29)
#251C15
(37,28,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #C7915D

#C7915D
(199,145,93)
#CC9B6B
(204,155,107)
#D1A579
(209,165,121)
#D6AF87
(214,175,135)
#DBB995
(219,185,149)
#E0C3A3
(224,195,163)
#E5CDB1
(229,205,177)
#EAD7BF
(234,215,191)
#EFE1CD
(239,225,205)
#F4EBDB
(244,235,219)
#F9F5E9
(249,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7915D color. Also use rgb(199,145,93) instead hex code.

Text Font Color

.myTextColor { color: #C7915D; }

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

This text font color is #C7915D.

Background Color

.myBgColor { background-color: #C7915D; }

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

This div background color is #C7915D.

Border color

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

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

This div border color is #C7915D.

Opacity

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

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

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

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

This text has shadow with #C7915D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7915D.

Preview

Color preview on black background

This text has color #C7915D on black background.


Color preview on white background

This text has color #C7915D on white background.


Black color preview on #C7915D background

This text has black color on #C7915D background.


White color preview on #C7915D background

This text has white color on #C7915D background.


Related colors

Complementary color

Complementary color for #hex is #386EA2.


I love getcolorcode.com

Triadic colors

1 #5DC791 and #915DC7 with #C7915D are triadic colors.

2 #5D91C7 and #91C75D with #C7915D are triadic colors.