COLOR #C3B9A0

HEX: #C3B9A0 RGB: (195,185,160)

Color info

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

RGB color model

#C3B9A0 color RGB value is (195,185,160).

RGB: (195,185,160) (76%, 73%, 63%)

RGB channels and saturation

R 195 of 255 = 76%
G 185 of 255 = 73%
B 160 of 255 = 63%

195
185
160

R + G + B ~ 71%. #C3B9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 185 + 160 = 540 (100%)
R 195 of 540 ~ 36.11%
G 185 of 540 ~ 34.26%
B 160 of 540 ~ 29.63'%

%36.11
%34.26
%29.63

CMYK color model

#C3B9A0 color CMYK value is (0,5,18,24).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 17.95%
  • key color value is 23.53%

CMYK: (0,5,18,24)
C0M5Y18K24 (0%, 5%, 18%, 24%)
(0.00 / 0.05 / 0.18 / 0.24)

CMYK percentages

%0
%5.13
%17.95
%23.53

Codes

Color #C3B9A0 in popluar color models

C3 B9 A0
RGB 195 185 160
HSL 43° 22.58% 69.61%
HSB/HSV 43° 17.95% 76.47%
CMYK 0.00% 5.13% 17.95%
23.53%

Color #C3B9A0 in popluar number systems.

HEX C3 B9 A0
Decimal 195 185 160
Binary 11000011 10111001 10100000
Octal 303 271 240

Shades and tints

Shades of #C3B9A0

#C3B9A0
(195,185,160)
#B2A992
(178,169,146)
#A19984
(161,153,132)
#908976
(144,137,118)
#7F7968
(127,121,104)
#6E695A
(110,105,90)
#5D594C
(93,89,76)
#4C493E
(76,73,62)
#3B3930
(59,57,48)
#2A2922
(42,41,34)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #C3B9A0

#C3B9A0
(195,185,160)
#C8BFA8
(200,191,168)
#CDC5B0
(205,197,176)
#D2CBB8
(210,203,184)
#D7D1C0
(215,209,192)
#DCD7C8
(220,215,200)
#E1DDD0
(225,221,208)
#E6E3D8
(230,227,216)
#EBE9E0
(235,233,224)
#F0EFE8
(240,239,232)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B9A0; }

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

This text font color is #C3B9A0.

Background Color

.myBgColor { background-color: #C3B9A0; }

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

This div background color is #C3B9A0.

Border color

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

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

This div border color is #C3B9A0.

Opacity

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

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

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

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

This text has shadow with #C3B9A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B9A0.

Preview

Color preview on black background

This text has color #C3B9A0 on black background.


Color preview on white background

This text has color #C3B9A0 on white background.


Black color preview on #C3B9A0 background

This text has black color on #C3B9A0 background.


White color preview on #C3B9A0 background

This text has white color on #C3B9A0 background.


Related colors

Complementary color

Complementary color for #hex is #3C465F.


I love getcolorcode.com

Triadic colors

1 #A0C3B9 and #B9A0C3 with #C3B9A0 are triadic colors.

2 #A0B9C3 and #B9C3A0 with #C3B9A0 are triadic colors.