COLOR #C3C264

HEX: #C3C264
RGB: (195,194,100)

Color info

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

RGB color model

#C3C264 color RGB value is (195,194,100).

  • red value is 195;
  • green value is 194;
  • blue value is 100.
RGB:
(195,194,100)
(76%,76%,39%)

RGB channels and saturation

R 195 of 255 = 76%
G 194 of 255 = 76%
B 100 of 255 = 39%

195
194
100

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

Portions of RGB colors in percentages

R + G + B =
195 + 194 + 100 = 489 (100%)
R 195 of 489 ~ 39.88%
G 194 of 489 ~ 39.67%
B 100 of 489 ~ 20.45%

%39.88
%39.67
%20.45

CMYK color model

#C3C264 color CMYK value is (0,1,49,24).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 48.72%
  • key color value is 23.53%
CMYK:
(0,1,49,24)
C0M1Y49K24 
(0%,1%,49%,24%)
(0.00/0.01/0.49/0.24)	

CMYK percentages

%0
%0.51
%48.72
%23.53

Codes

Color #C3C264 in popluar color models

C3C264
RGB195194100
HSL59°44.19%57.84%
HSB/HSV59°48.72%76.47%
CMYK0.00%0.51%48.72%
23.53%

Color #C3C264 in popluar number systems.

HEXC3C264
Decimal195194100
Binary11000011110000101100100
Octal303302144

Shades and tints

Shades of #C3C264

#C3C264
(195,194,100)
#B2B15B
(178,177,91)
#A1A052
(161,160,82)
#908F49
(144,143,73)
#7F7E40
(127,126,64)
#6E6D37
(110,109,55)
#5D5C2E
(93,92,46)
#4C4B25
(76,75,37)
#3B3A1C
(59,58,28)
#2A2913
(42,41,19)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #C3C264

#C3C264
(195,194,100)
#C8C772
(200,199,114)
#CDCC80
(205,204,128)
#D2D18E
(210,209,142)
#D7D69C
(215,214,156)
#DCDBAA
(220,219,170)
#E1E0B8
(225,224,184)
#E6E5C6
(230,229,198)
#EBEAD4
(235,234,212)
#F0EFE2
(240,239,226)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C264 color. Also use rgb(195,194,100) instead hex code.

Text Font Color

.myTextColor { color: #C3C264; }

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

This text font color is #C3C264.


Background Color

.myBgColor { background-color: #C3C264; }

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

This div background color is #C3C264.


Border color

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

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

This div border color is #C3C264.


Opacity

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

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

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

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

This text has shadow with #C3C264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C264 on black background.


Color preview on white background

This text has color #C3C264 on white background.



Black color preview on #C3C264 background

This text has black color on #C3C264 background.


White color preview on #C3C264 background

This text has white color on #C3C264 background.