COLOR #C7C18D

HEX: #C7C18D
RGB: (199,193,141)

Color info

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

RGB color model

#C7C18D color RGB value is (199,193,141).

  • red value is 199;
  • green value is 193;
  • blue value is 141.
RGB:
(199,193,141)
(78%,76%,55%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 141 of 255 = 55%

199
193
141

R + G + B ~ 70%. #C7C18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 193 + 141 = 533 (100%)
R 199 of 533 ~ 37.34%
G 193 of 533 ~ 36.21%
B 141 of 533 ~ 26.45%

%37.34
%36.21
%26.45

CMYK color model

#C7C18D color CMYK value is (0,3,29,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK:
(0,3,29,22)
C0M3Y29K22 
(0%,3%,29%,22%)
(0.00/0.03/0.29/0.22)	

CMYK percentages

%0
%3.02
%29.15
%21.96

Codes

Color #C7C18D in popluar color models

C7C18D
RGB199193141
HSL54°34.12%66.67%
HSB/HSV54°29.15%78.04%
CMYK0.00%3.02%29.15%
21.96%

Color #C7C18D in popluar number systems.

HEXC7C18D
Decimal199193141
Binary110001111100000110001101
Octal307301215

Shades and tints

Shades of #C7C18D

#C7C18D
(199,193,141)
#B5B081
(181,176,129)
#A39F75
(163,159,117)
#918E69
(145,142,105)
#7F7D5D
(127,125,93)
#6D6C51
(109,108,81)
#5B5B45
(91,91,69)
#494A39
(73,74,57)
#37392D
(55,57,45)
#252821
(37,40,33)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7C18D

#C7C18D
(199,193,141)
#CCC697
(204,198,151)
#D1CBA1
(209,203,161)
#D6D0AB
(214,208,171)
#DBD5B5
(219,213,181)
#E0DABF
(224,218,191)
#E5DFC9
(229,223,201)
#EAE4D3
(234,228,211)
#EFE9DD
(239,233,221)
#F4EEE7
(244,238,231)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C18D color. Also use rgb(199,193,141) instead hex code.

Text Font Color

.myTextColor { color: #C7C18D; }

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

This text font color is #C7C18D.


Background Color

.myBgColor { background-color: #C7C18D; }

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

This div background color is #C7C18D.


Border color

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

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

This div border color is #C7C18D.


Opacity

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

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

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

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

This text has shadow with #C7C18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C18D on black background.


Color preview on white background

This text has color #C7C18D on white background.



Black color preview on #C7C18D background

This text has black color on #C7C18D background.


White color preview on #C7C18D background

This text has white color on #C7C18D background.