COLOR #C3C094

HEX: #C3C094
RGB: (195,192,148)

Color info

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

RGB color model

#C3C094 color RGB value is (195,192,148).

  • red value is 195;
  • green value is 192;
  • blue value is 148.
RGB:
(195,192,148)
(76%,75%,58%)

RGB channels and saturation

R 195 of 255 = 76%
G 192 of 255 = 75%
B 148 of 255 = 58%

195
192
148

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

Portions of RGB colors in percentages

R + G + B =
195 + 192 + 148 = 535 (100%)
R 195 of 535 ~ 36.45%
G 192 of 535 ~ 35.89%
B 148 of 535 ~ 27.66%

%36.45
%35.89
%27.66

CMYK color model

#C3C094 color CMYK value is (0,2,24,24).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(0,2,24,24)
C0M2Y24K24 
(0%,2%,24%,24%)
(0.00/0.02/0.24/0.24)	

CMYK percentages

%0
%1.54
%24.1
%23.53

Codes

Color #C3C094 in popluar color models

C3C094
RGB195192148
HSL56°28.14%67.25%
HSB/HSV56°24.10%76.47%
CMYK0.00%1.54%24.10%
23.53%

Color #C3C094 in popluar number systems.

HEXC3C094
Decimal195192148
Binary110000111100000010010100
Octal303300224

Shades and tints

Shades of #C3C094

#C3C094
(195,192,148)
#B2AF87
(178,175,135)
#A19E7A
(161,158,122)
#908D6D
(144,141,109)
#7F7C60
(127,124,96)
#6E6B53
(110,107,83)
#5D5A46
(93,90,70)
#4C4939
(76,73,57)
#3B382C
(59,56,44)
#2A271F
(42,39,31)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #C3C094

#C3C094
(195,192,148)
#C8C59D
(200,197,157)
#CDCAA6
(205,202,166)
#D2CFAF
(210,207,175)
#D7D4B8
(215,212,184)
#DCD9C1
(220,217,193)
#E1DECA
(225,222,202)
#E6E3D3
(230,227,211)
#EBE8DC
(235,232,220)
#F0EDE5
(240,237,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C094 color. Also use rgb(195,192,148) instead hex code.

Text Font Color

.myTextColor { color: #C3C094; }

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

This text font color is #C3C094.


Background Color

.myBgColor { background-color: #C3C094; }

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

This div background color is #C3C094.


Border color

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

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

This div border color is #C3C094.


Opacity

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

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

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

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

This text has shadow with #C3C094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C094 on black background.


Color preview on white background

This text has color #C3C094 on white background.



Black color preview on #C3C094 background

This text has black color on #C3C094 background.


White color preview on #C3C094 background

This text has white color on #C3C094 background.