COLOR #C7C990

HEX: #C7C990
RGB: (199,201,144)

Color info

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

RGB color model

#C7C990 color RGB value is (199,201,144).

  • red value is 199;
  • green value is 201;
  • blue value is 144.
RGB:
(199,201,144)
(78%,79%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 201 of 255 = 79%
B 144 of 255 = 56%

199
201
144

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

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 144 = 544 (100%)
R 199 of 544 ~ 36.58%
G 201 of 544 ~ 36.95%
B 144 of 544 ~ 26.47%

%36.58
%36.95
%26.47

CMYK color model

#C7C990 color CMYK value is (1,0,28,21).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(1,0,28,21)
C1M0Y28K21 
(1%,0%,28%,21%)
(0.01/0.00/0.28/0.21)	

CMYK percentages

%1
%0
%28.36
%21.18

Codes

Color #C7C990 in popluar color models

C7C990
RGB199201144
HSL62°34.55%67.65%
HSB/HSV62°28.36%78.82%
CMYK1.00%0.00%28.36%
21.18%

Color #C7C990 in popluar number systems.

HEXC7C990
Decimal199201144
Binary110001111100100110010000
Octal307311220

Shades and tints

Shades of #C7C990

#C7C990
(199,201,144)
#B5B783
(181,183,131)
#A3A576
(163,165,118)
#919369
(145,147,105)
#7F815C
(127,129,92)
#6D6F4F
(109,111,79)
#5B5D42
(91,93,66)
#494B35
(73,75,53)
#373928
(55,57,40)
#25271B
(37,39,27)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #C7C990

#C7C990
(199,201,144)
#CCCD9A
(204,205,154)
#D1D1A4
(209,209,164)
#D6D5AE
(214,213,174)
#DBD9B8
(219,217,184)
#E0DDC2
(224,221,194)
#E5E1CC
(229,225,204)
#EAE5D6
(234,229,214)
#EFE9E0
(239,233,224)
#F4EDEA
(244,237,234)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C990 color. Also use rgb(199,201,144) instead hex code.

Text Font Color

.myTextColor { color: #C7C990; }

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

This text font color is #C7C990.


Background Color

.myBgColor { background-color: #C7C990; }

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

This div background color is #C7C990.


Border color

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

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

This div border color is #C7C990.


Opacity

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

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

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

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

This text has shadow with #C7C990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C990 on black background.


Color preview on white background

This text has color #C7C990 on white background.



Black color preview on #C7C990 background

This text has black color on #C7C990 background.


White color preview on #C7C990 background

This text has white color on #C7C990 background.