COLOR #C5B3A5

HEX: #C5B3A5 RGB: (197,179,165)

Color info

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

RGB color model

#C5B3A5 color RGB value is (197,179,165).

RGB: (197,179,165) (77%, 70%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 165 of 255 = 65%

197
179
165

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

Portions of RGB colors in percentages

R + G + B = 197 + 179 + 165 = 541 (100%)
R 197 of 541 ~ 36.41%
G 179 of 541 ~ 33.09%
B 165 of 541 ~ 30.5'%

%36.41
%33.09
%30.5

CMYK color model

#C5B3A5 color CMYK value is (0,9,16,23).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 16.24%
  • key color value is 22.75%

CMYK: (0,9,16,23)
C0M9Y16K23 (0%, 9%, 16%, 23%)
(0.00 / 0.09 / 0.16 / 0.23)

CMYK percentages

%0
%9.14
%16.24
%22.75

Codes

Color #C5B3A5 in popluar color models

C5 B3 A5
RGB 197 179 165
HSL 26° 21.62% 70.98%
HSB/HSV 26° 16.24% 77.25%
CMYK 0.00% 9.14% 16.24%
22.75%

Color #C5B3A5 in popluar number systems.

HEX C5 B3 A5
Decimal 197 179 165
Binary 11000101 10110011 10100101
Octal 305 263 245

Shades and tints

Shades of #C5B3A5

#C5B3A5
(197,179,165)
#B4A396
(180,163,150)
#A39387
(163,147,135)
#928378
(146,131,120)
#817369
(129,115,105)
#70635A
(112,99,90)
#5F534B
(95,83,75)
#4E433C
(78,67,60)
#3D332D
(61,51,45)
#2C231E
(44,35,30)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #C5B3A5

#C5B3A5
(197,179,165)
#CAB9AD
(202,185,173)
#CFBFB5
(207,191,181)
#D4C5BD
(212,197,189)
#D9CBC5
(217,203,197)
#DED1CD
(222,209,205)
#E3D7D5
(227,215,213)
#E8DDDD
(232,221,221)
#EDE3E5
(237,227,229)
#F2E9ED
(242,233,237)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B3A5 color. Also use rgb(197,179,165) instead hex code.

Text Font Color

.myTextColor { color: #C5B3A5; }

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

This text font color is #C5B3A5.

Background Color

.myBgColor { background-color: #C5B3A5; }

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

This div background color is #C5B3A5.

Border color

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

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

This div border color is #C5B3A5.

Opacity

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

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

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

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

This text has shadow with #C5B3A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B3A5.

Preview

Color preview on black background

This text has color #C5B3A5 on black background.


Color preview on white background

This text has color #C5B3A5 on white background.


Black color preview on #C5B3A5 background

This text has black color on #C5B3A5 background.


White color preview on #C5B3A5 background

This text has white color on #C5B3A5 background.


Related colors

Complementary color

Complementary color for #hex is #3A4C5A.


I love getcolorcode.com

Triadic colors

1 #A5C5B3 and #B3A5C5 with #C5B3A5 are triadic colors.

2 #A5B3C5 and #B3C5A5 with #C5B3A5 are triadic colors.