COLOR #C3A487

HEX: #C3A487 RGB: (195,164,135)

Color info

#C3A487 contains mainly red and green colors. Web safe color of #C3A487 is #CC9999 (or #C99).

RGB color model

#C3A487 color RGB value is (195,164,135).

RGB: (195,164,135) (76%, 64%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 164 of 255 = 64%
B 135 of 255 = 53%

195
164
135

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

Portions of RGB colors in percentages

R + G + B = 195 + 164 + 135 = 494 (100%)
R 195 of 494 ~ 39.47%
G 164 of 494 ~ 33.2%
B 135 of 494 ~ 27.33'%

%39.47
%33.2
%27.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 30.77%
  • key color value is 23.53%
CMYK: (0,16,31,24) C0M16Y31K24 (0%,16%,31%,24%) (0.00/0.16/0.31/0.24) 

CMYK percentages

%0
%15.9
%30.77
%23.53

Codes

Color #C3A487 in popluar color models

C3 A4 87
RGB 195 164 135
HSL 29° 33.33% 64.71%
HSB/HSV 29° 30.77% 76.47%
CMYK 0.00% 15.90% 30.77%
23.53%

Color #C3A487 in popluar number systems.

HEX C3 A4 87
Decimal 195 164 135
Binary 11000011 10100100 10000111
Octal 303 244 207

Shades and tints

Shades of #C3A487

#C3A487
(195,164,135)
#B2967B
(178,150,123)
#A1886F
(161,136,111)
#907A63
(144,122,99)
#7F6C57
(127,108,87)
#6E5E4B
(110,94,75)
#5D503F
(93,80,63)
#4C4233
(76,66,51)
#3B3427
(59,52,39)
#2A261B
(42,38,27)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #C3A487

#C3A487
(195,164,135)
#C8AC91
(200,172,145)
#CDB49B
(205,180,155)
#D2BCA5
(210,188,165)
#D7C4AF
(215,196,175)
#DCCCB9
(220,204,185)
#E1D4C3
(225,212,195)
#E6DCCD
(230,220,205)
#EBE4D7
(235,228,215)
#F0ECE1
(240,236,225)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A487; }

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

This text font color is #C3A487.

Background Color

.myBgColor { background-color: #C3A487; }

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

This div background color is #C3A487.

Border color

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

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

This div border color is #C3A487.

Opacity

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

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

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

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

This text has shadow with #C3A487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A487.

Preview

Color preview on black background

This text has color #C3A487 on black background.


Color preview on white background

This text has color #C3A487 on white background.


Black color preview on #C3A487 background

This text has black color on #C3A487 background.


White color preview on #C3A487 background

This text has white color on #C3A487 background.


Related colors

Complementary color

Complementary color for #hex is #3C5B78.


I love getcolorcode.com

Triadic colors

1 #87C3A4 and #A487C3 with #C3A487 are triadic colors.

2 #87A4C3 and #A4C387 with #C3A487 are triadic colors.