COLOR #C3C386

HEX: #C3C386 RGB: (195,195,134)

Color info

#C3C386 contains mainly red and green colors. Web safe color of #C3C386 is #CCCC99 (or #CC9).

RGB color model

#C3C386 color RGB value is (195,195,134).

RGB: (195,195,134) (76%, 76%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 195 of 255 = 76%
B 134 of 255 = 53%

195
195
134

R + G + B ~ 68%. #C3C386 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 195 + 134 = 524 (100%)
R 195 of 524 ~ 37.21%
G 195 of 524 ~ 37.21%
B 134 of 524 ~ 25.57'%

%37.21
%37.21
%25.57

CMYK color model

#C3C386 color CMYK value is (0,0,31,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 23.53%

CMYK: (0,0,31,24)
C0M0Y31K24 (0%, 0%, 31%, 24%)
(0.00 / 0.00 / 0.31 / 0.24)

CMYK percentages

%0
%0
%31.28
%23.53

Codes

Color #C3C386 in popluar color models

C3 C3 86
RGB 195 195 134
HSL 60° 33.70% 64.51%
HSB/HSV 60° 31.28% 76.47%
CMYK 0.00% 0.00% 31.28%
23.53%

Color #C3C386 in popluar number systems.

HEX C3 C3 86
Decimal 195 195 134
Binary 11000011 11000011 10000110
Octal 303 303 206

Shades and tints

Shades of #C3C386

#C3C386
(195,195,134)
#B2B27A
(178,178,122)
#A1A16E
(161,161,110)
#909062
(144,144,98)
#7F7F56
(127,127,86)
#6E6E4A
(110,110,74)
#5D5D3E
(93,93,62)
#4C4C32
(76,76,50)
#3B3B26
(59,59,38)
#2A2A1A
(42,42,26)
#19190E
(25,25,14)
#000000
(0,0,0)

Tints of #C3C386

#C3C386
(195,195,134)
#C8C891
(200,200,145)
#CDCD9C
(205,205,156)
#D2D2A7
(210,210,167)
#D7D7B2
(215,215,178)
#DCDCBD
(220,220,189)
#E1E1C8
(225,225,200)
#E6E6D3
(230,230,211)
#EBEBDE
(235,235,222)
#F0F0E9
(240,240,233)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C386; }

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

This text font color is #C3C386.

Background Color

.myBgColor { background-color: #C3C386; }

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

This div background color is #C3C386.

Border color

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

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

This div border color is #C3C386.

Opacity

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

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

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

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

This text has shadow with #C3C386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C386.

Preview

Color preview on black background

This text has color #C3C386 on black background.


Color preview on white background

This text has color #C3C386 on white background.


Black color preview on #C3C386 background

This text has black color on #C3C386 background.


White color preview on #C3C386 background

This text has white color on #C3C386 background.


Related colors

Complementary color

Complementary color for #hex is #3C3C79.


I love getcolorcode.com