COLOR #C3C589

HEX: #C3C589
RGB: (195,197,137)

Color info

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

RGB color model

#C3C589 color RGB value is (195,197,137).

  • red value is 195;
  • green value is 197;
  • blue value is 137.
RGB:
(195,197,137)
(76%,77%,54%)

RGB channels and saturation

R 195 of 255 = 76%
G 197 of 255 = 77%
B 137 of 255 = 54%

195
197
137

R + G + B ~ 69%. #C3C589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 197 + 137 = 529 (100%)
R 195 of 529 ~ 36.86%
G 197 of 529 ~ 37.24%
B 137 of 529 ~ 25.9%

%36.86
%37.24
%25.9

CMYK color model

#C3C589 color CMYK value is (1,0,30,23).

  • cyan value is 1.02%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(1,0,30,23)
C1M0Y30K23 
(1%,0%,30%,23%)
(0.01/0.00/0.30/0.23)	

CMYK percentages

%1.02
%0
%30.46
%22.75

Codes

Color #C3C589 in popluar color models

C3C589
RGB195197137
HSL62°34.09%65.49%
HSB/HSV62°30.46%77.25%
CMYK1.02%0.00%30.46%
22.75%

Color #C3C589 in popluar number systems.

HEXC3C589
Decimal195197137
Binary110000111100010110001001
Octal303305211

Shades and tints

Shades of #C3C589

#C3C589
(195,197,137)
#B2B47D
(178,180,125)
#A1A371
(161,163,113)
#909265
(144,146,101)
#7F8159
(127,129,89)
#6E704D
(110,112,77)
#5D5F41
(93,95,65)
#4C4E35
(76,78,53)
#3B3D29
(59,61,41)
#2A2C1D
(42,44,29)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #C3C589

#C3C589
(195,197,137)
#C8CA93
(200,202,147)
#CDCF9D
(205,207,157)
#D2D4A7
(210,212,167)
#D7D9B1
(215,217,177)
#DCDEBB
(220,222,187)
#E1E3C5
(225,227,197)
#E6E8CF
(230,232,207)
#EBEDD9
(235,237,217)
#F0F2E3
(240,242,227)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C589; }

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

This text font color is #C3C589.


Background Color

.myBgColor { background-color: #C3C589; }

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

This div background color is #C3C589.


Border color

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

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

This div border color is #C3C589.


Opacity

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

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

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

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

This text has shadow with #C3C589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C589 on black background.


Color preview on white background

This text has color #C3C589 on white background.



Black color preview on #C3C589 background

This text has black color on #C3C589 background.


White color preview on #C3C589 background

This text has white color on #C3C589 background.