COLOR #C3A089

HEX: #C3A089 RGB: (195,160,137)

Color info

#C3A089 contains red, green and blue colors in about the same proportion. Web safe color of #C3A089 is #CC9999 (or #C99).

RGB color model

#C3A089 color RGB value is (195,160,137).

RGB: (195,160,137) (76%, 63%, 54%)

RGB channels and saturation

R 195 of 255 = 76%
G 160 of 255 = 63%
B 137 of 255 = 54%

195
160
137

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

Portions of RGB colors in percentages

R + G + B = 195 + 160 + 137 = 492 (100%)
R 195 of 492 ~ 39.63%
G 160 of 492 ~ 32.52%
B 137 of 492 ~ 27.85'%

%39.63
%32.52
%27.85

CMYK color model

#C3A089 color CMYK value is (0,18,30,24).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK: (0,18,30,24) C0M18Y30K24 (0%,18%,30%,24%) (0.00/0.18/0.30/0.24) 

CMYK percentages

%0
%17.95
%29.74
%23.53

Codes

Color #C3A089 in popluar color models

C3 A0 89
RGB 195 160 137
HSL 24° 32.58% 65.10%
HSB/HSV 24° 29.74% 76.47%
CMYK 0.00% 17.95% 29.74%
23.53%

Color #C3A089 in popluar number systems.

HEX C3 A0 89
Decimal 195 160 137
Binary 11000011 10100000 10001001
Octal 303 240 211

Shades and tints

Shades of #C3A089

#C3A089
(195,160,137)
#B2927D
(178,146,125)
#A18471
(161,132,113)
#907665
(144,118,101)
#7F6859
(127,104,89)
#6E5A4D
(110,90,77)
#5D4C41
(93,76,65)
#4C3E35
(76,62,53)
#3B3029
(59,48,41)
#2A221D
(42,34,29)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3A089

#C3A089
(195,160,137)
#C8A893
(200,168,147)
#CDB09D
(205,176,157)
#D2B8A7
(210,184,167)
#D7C0B1
(215,192,177)
#DCC8BB
(220,200,187)
#E1D0C5
(225,208,197)
#E6D8CF
(230,216,207)
#EBE0D9
(235,224,217)
#F0E8E3
(240,232,227)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A089; }

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

This text font color is #C3A089.

Background Color

.myBgColor { background-color: #C3A089; }

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

This div background color is #C3A089.

Border color

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

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

This div border color is #C3A089.

Opacity

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

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

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

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

This text has shadow with #C3A089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A089.

Preview

Color preview on black background

This text has color #C3A089 on black background.


Color preview on white background

This text has color #C3A089 on white background.


Black color preview on #C3A089 background

This text has black color on #C3A089 background.


White color preview on #C3A089 background

This text has white color on #C3A089 background.


Related colors

Complementary color

Complementary color for #hex is #3C5F76.


I love getcolorcode.com

Triadic colors

1 #89C3A0 and #A089C3 with #C3A089 are triadic colors.

2 #89A0C3 and #A0C389 with #C3A089 are triadic colors.