COLOR #C7C892

HEX: #C7C892
RGB: (199,200,146)

Color info

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

RGB color model

#C7C892 color RGB value is (199,200,146).

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

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 146 of 255 = 57%

199
200
146

R + G + B ~ 71%. #C7C892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 146 = 545 (100%)
R 199 of 545 ~ 36.51%
G 200 of 545 ~ 36.7%
B 146 of 545 ~ 26.79%

%36.51
%36.7
%26.79

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,0,27,22)
C0M0Y27K22 
(0%,0%,27%,22%)
(0.00/0.00/0.27/0.22)	

CMYK percentages

%0.5
%0
%27
%21.57

Codes

Color #C7C892 in popluar color models

C7C892
RGB199200146
HSL61°32.93%67.84%
HSB/HSV61°27.00%78.43%
CMYK0.50%0.00%27.00%
21.57%

Color #C7C892 in popluar number systems.

HEXC7C892
Decimal199200146
Binary110001111100100010010010
Octal307310222

Shades and tints

Shades of #C7C892

#C7C892
(199,200,146)
#B5B685
(181,182,133)
#A3A478
(163,164,120)
#91926B
(145,146,107)
#7F805E
(127,128,94)
#6D6E51
(109,110,81)
#5B5C44
(91,92,68)
#494A37
(73,74,55)
#37382A
(55,56,42)
#25261D
(37,38,29)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #C7C892

#C7C892
(199,200,146)
#CCCD9B
(204,205,155)
#D1D2A4
(209,210,164)
#D6D7AD
(214,215,173)
#DBDCB6
(219,220,182)
#E0E1BF
(224,225,191)
#E5E6C8
(229,230,200)
#EAEBD1
(234,235,209)
#EFF0DA
(239,240,218)
#F4F5E3
(244,245,227)
#F9FAEC
(249,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C892; }

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

This text font color is #C7C892.


Background Color

.myBgColor { background-color: #C7C892; }

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

This div background color is #C7C892.


Border color

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

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

This div border color is #C7C892.


Opacity

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

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

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

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

This text has shadow with #C7C892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C892 on black background.


Color preview on white background

This text has color #C7C892 on white background.



Black color preview on #C7C892 background

This text has black color on #C7C892 background.


White color preview on #C7C892 background

This text has white color on #C7C892 background.