COLOR #C7B792

HEX: #C7B792
RGB: (199,183,146)

Color info

#C7B792 contains red, green and blue colors in about the same proportion. Web safe color of #C7B792 is #CCCC99 (or #CC9).

RGB color model

#C7B792 color RGB value is (199,183,146).

  • red value is 199;
  • green value is 183;
  • blue value is 146.
RGB:
(199,183,146)
(78%,72%,57%)

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 146 of 255 = 57%

199
183
146

R + G + B ~ 69%. #C7B792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 183 + 146 = 528 (100%)
R 199 of 528 ~ 37.69%
G 183 of 528 ~ 34.66%
B 146 of 528 ~ 27.65%

%37.69
%34.66
%27.65

CMYK color model

#C7B792 color CMYK value is (0,8,27,22).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 26.63%
  • key color value is 21.96%
CMYK:
(0,8,27,22)
C0M8Y27K22 
(0%,8%,27%,22%)
(0.00/0.08/0.27/0.22)	

CMYK percentages

%0
%8.04
%26.63
%21.96

Codes

Color #C7B792 in popluar color models

C7B792
RGB199183146
HSL42°32.12%67.65%
HSB/HSV42°26.63%78.04%
CMYK0.00%8.04%26.63%
21.96%

Color #C7B792 in popluar number systems.

HEXC7B792
Decimal199183146
Binary110001111011011110010010
Octal307267222

Shades and tints

Shades of #C7B792

#C7B792
(199,183,146)
#B5A785
(181,167,133)
#A39778
(163,151,120)
#91876B
(145,135,107)
#7F775E
(127,119,94)
#6D6751
(109,103,81)
#5B5744
(91,87,68)
#494737
(73,71,55)
#37372A
(55,55,42)
#25271D
(37,39,29)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #C7B792

#C7B792
(199,183,146)
#CCBD9B
(204,189,155)
#D1C3A4
(209,195,164)
#D6C9AD
(214,201,173)
#DBCFB6
(219,207,182)
#E0D5BF
(224,213,191)
#E5DBC8
(229,219,200)
#EAE1D1
(234,225,209)
#EFE7DA
(239,231,218)
#F4EDE3
(244,237,227)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B792 color. Also use rgb(199,183,146) instead hex code.

Text Font Color

.myTextColor { color: #C7B792; }

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

This text font color is #C7B792.


Background Color

.myBgColor { background-color: #C7B792; }

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

This div background color is #C7B792.


Border color

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

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

This div border color is #C7B792.


Opacity

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

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

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

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

This text has shadow with #C7B792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B792 on black background.


Color preview on white background

This text has color #C7B792 on white background.



Black color preview on #C7B792 background

This text has black color on #C7B792 background.


White color preview on #C7B792 background

This text has white color on #C7B792 background.