COLOR #C7936A

HEX: #C7936A
RGB: (199,147,106)

Color info

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

RGB color model

#C7936A color RGB value is (199,147,106).

  • red value is 199;
  • green value is 147;
  • blue value is 106.
RGB:
(199,147,106)
(78%,58%,42%)

RGB channels and saturation

R 199 of 255 = 78%
G 147 of 255 = 58%
B 106 of 255 = 42%

199
147
106

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

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 106 = 452 (100%)
R 199 of 452 ~ 44.03%
G 147 of 452 ~ 32.52%
B 106 of 452 ~ 23.45%

%44.03
%32.52
%23.45

CMYK color model

#C7936A color CMYK value is (0,26,47,22).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 46.73%
  • key color value is 21.96%
CMYK:
(0,26,47,22)
C0M26Y47K22 
(0%,26%,47%,22%)
(0.00/0.26/0.47/0.22)	

CMYK percentages

%0
%26.13
%46.73
%21.96

Codes

Color #C7936A in popluar color models

C7936A
RGB199147106
HSL26°45.37%59.80%
HSB/HSV26°46.73%78.04%
CMYK0.00%26.13%46.73%
21.96%

Color #C7936A in popluar number systems.

HEXC7936A
Decimal199147106
Binary11000111100100111101010
Octal307223152

Shades and tints

Shades of #C7936A

#C7936A
(199,147,106)
#B58661
(181,134,97)
#A37958
(163,121,88)
#916C4F
(145,108,79)
#7F5F46
(127,95,70)
#6D523D
(109,82,61)
#5B4534
(91,69,52)
#49382B
(73,56,43)
#372B22
(55,43,34)
#251E19
(37,30,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #C7936A

#C7936A
(199,147,106)
#CC9C77
(204,156,119)
#D1A584
(209,165,132)
#D6AE91
(214,174,145)
#DBB79E
(219,183,158)
#E0C0AB
(224,192,171)
#E5C9B8
(229,201,184)
#EAD2C5
(234,210,197)
#EFDBD2
(239,219,210)
#F4E4DF
(244,228,223)
#F9EDEC
(249,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7936A color. Also use rgb(199,147,106) instead hex code.

Text Font Color

.myTextColor { color: #C7936A; }

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

This text font color is #C7936A.


Background Color

.myBgColor { background-color: #C7936A; }

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

This div background color is #C7936A.


Border color

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

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

This div border color is #C7936A.


Opacity

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

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

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

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

This text has shadow with #C7936A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7936A on black background.


Color preview on white background

This text has color #C7936A on white background.



Black color preview on #C7936A background

This text has black color on #C7936A background.


White color preview on #C7936A background

This text has white color on #C7936A background.