COLOR #C7956A

HEX: #C7956A
RGB: (199,149,106)

Color info

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

RGB color model

#C7956A color RGB value is (199,149,106).

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

RGB channels and saturation

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

199
149
106

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

Portions of RGB colors in percentages

R + G + B =
199 + 149 + 106 = 454 (100%)
R 199 of 454 ~ 43.83%
G 149 of 454 ~ 32.82%
B 106 of 454 ~ 23.35%

%43.83
%32.82
%23.35

CMYK color model

#C7956A color CMYK value is (0,25,47,22).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 46.73%
  • key color value is 21.96%
CMYK:
(0,25,47,22)
C0M25Y47K22 
(0%,25%,47%,22%)
(0.00/0.25/0.47/0.22)	

CMYK percentages

%0
%25.13
%46.73
%21.96

Codes

Color #C7956A in popluar color models

C7956A
RGB199149106
HSL28°45.37%59.80%
HSB/HSV28°46.73%78.04%
CMYK0.00%25.13%46.73%
21.96%

Color #C7956A in popluar number systems.

HEXC7956A
Decimal199149106
Binary11000111100101011101010
Octal307225152

Shades and tints

Shades of #C7956A

#C7956A
(199,149,106)
#B58861
(181,136,97)
#A37B58
(163,123,88)
#916E4F
(145,110,79)
#7F6146
(127,97,70)
#6D543D
(109,84,61)
#5B4734
(91,71,52)
#493A2B
(73,58,43)
#372D22
(55,45,34)
#252019
(37,32,25)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #C7956A

#C7956A
(199,149,106)
#CC9E77
(204,158,119)
#D1A784
(209,167,132)
#D6B091
(214,176,145)
#DBB99E
(219,185,158)
#E0C2AB
(224,194,171)
#E5CBB8
(229,203,184)
#EAD4C5
(234,212,197)
#EFDDD2
(239,221,210)
#F4E6DF
(244,230,223)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7956A; }

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

This text font color is #C7956A.


Background Color

.myBgColor { background-color: #C7956A; }

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

This div background color is #C7956A.


Border color

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

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

This div border color is #C7956A.


Opacity

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

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

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

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

This text has shadow with #C7956A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7956A on black background.


Color preview on white background

This text has color #C7956A on white background.



Black color preview on #C7956A background

This text has black color on #C7956A background.


White color preview on #C7956A background

This text has white color on #C7956A background.