COLOR #C4C95E

HEX: #C4C95E
RGB: (196,201,94)

Color info

#C4C95E contains mainly red and green colors. Web safe color of #C4C95E is #CCCC66 (or #CC6).

RGB color model

#C4C95E color RGB value is (196,201,94).

  • red value is 196;
  • green value is 201;
  • blue value is 94.
RGB:
(196,201,94)
(77%,79%,37%)

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 94 of 255 = 37%

196
201
94

R + G + B ~ 64%. #C4C95E is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 94 = 491 (100%)
R 196 of 491 ~ 39.92%
G 201 of 491 ~ 40.94%
B 94 of 491 ~ 19.14%

%39.92
%40.94
%19.14

CMYK color model

#C4C95E color CMYK value is (2,0,53,21).

  • cyan value is 2.49%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 21.18%
CMYK:
(2,0,53,21)
C2M0Y53K21 
(2%,0%,53%,21%)
(0.02/0.00/0.53/0.21)	

CMYK percentages

%2.49
%0
%53.23
%21.18

Codes

Color #C4C95E in popluar color models

C4C95E
RGB19620194
HSL63°49.77%57.84%
HSB/HSV63°53.23%78.82%
CMYK2.49%0.00%53.23%
21.18%

Color #C4C95E in popluar number systems.

HEXC4C95E
Decimal19620194
Binary11000100110010011011110
Octal304311136

Shades and tints

Shades of #C4C95E

#C4C95E
(196,201,94)
#B3B756
(179,183,86)
#A2A54E
(162,165,78)
#919346
(145,147,70)
#80813E
(128,129,62)
#6F6F36
(111,111,54)
#5E5D2E
(94,93,46)
#4D4B26
(77,75,38)
#3C391E
(60,57,30)
#2B2716
(43,39,22)
#1A150E
(26,21,14)
#000000
(0,0,0)

Tints of #C4C95E

#C4C95E
(196,201,94)
#C9CD6C
(201,205,108)
#CED17A
(206,209,122)
#D3D588
(211,213,136)
#D8D996
(216,217,150)
#DDDDA4
(221,221,164)
#E2E1B2
(226,225,178)
#E7E5C0
(231,229,192)
#ECE9CE
(236,233,206)
#F1EDDC
(241,237,220)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C95E color. Also use rgb(196,201,94) instead hex code.

Text Font Color

.myTextColor { color: #C4C95E; }

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

This text font color is #C4C95E.


Background Color

.myBgColor { background-color: #C4C95E; }

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

This div background color is #C4C95E.


Border color

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

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

This div border color is #C4C95E.


Opacity

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

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

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

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

This text has shadow with #C4C95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C95E on black background.


Color preview on white background

This text has color #C4C95E on white background.



Black color preview on #C4C95E background

This text has black color on #C4C95E background.


White color preview on #C4C95E background

This text has white color on #C4C95E background.