COLOR #C3C093

HEX: #C3C093
RGB: (195,192,147)

Color info

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

RGB color model

#C3C093 color RGB value is (195,192,147).

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

RGB channels and saturation

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

195
192
147

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

Portions of RGB colors in percentages

R + G + B =
195 + 192 + 147 = 534 (100%)
R 195 of 534 ~ 36.52%
G 192 of 534 ~ 35.96%
B 147 of 534 ~ 27.53%

%36.52
%35.96
%27.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(0,2,25,24)
C0M2Y25K24 
(0%,2%,25%,24%)
(0.00/0.02/0.25/0.24)	

CMYK percentages

%0
%1.54
%24.62
%23.53

Codes

Color #C3C093 in popluar color models

C3C093
RGB195192147
HSL56°28.57%67.06%
HSB/HSV56°24.62%76.47%
CMYK0.00%1.54%24.62%
23.53%

Color #C3C093 in popluar number systems.

HEXC3C093
Decimal195192147
Binary110000111100000010010011
Octal303300223

Shades and tints

Shades of #C3C093

#C3C093
(195,192,147)
#B2AF86
(178,175,134)
#A19E79
(161,158,121)
#908D6C
(144,141,108)
#7F7C5F
(127,124,95)
#6E6B52
(110,107,82)
#5D5A45
(93,90,69)
#4C4938
(76,73,56)
#3B382B
(59,56,43)
#2A271E
(42,39,30)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #C3C093

#C3C093
(195,192,147)
#C8C59C
(200,197,156)
#CDCAA5
(205,202,165)
#D2CFAE
(210,207,174)
#D7D4B7
(215,212,183)
#DCD9C0
(220,217,192)
#E1DEC9
(225,222,201)
#E6E3D2
(230,227,210)
#EBE8DB
(235,232,219)
#F0EDE4
(240,237,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C093; }

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

This text font color is #C3C093.


Background Color

.myBgColor { background-color: #C3C093; }

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

This div background color is #C3C093.


Border color

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

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

This div border color is #C3C093.


Opacity

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

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

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

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

This text has shadow with #C3C093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C093 on black background.


Color preview on white background

This text has color #C3C093 on white background.



Black color preview on #C3C093 background

This text has black color on #C3C093 background.


White color preview on #C3C093 background

This text has white color on #C3C093 background.