COLOR #C5B993

HEX: #C5B993 RGB: (197,185,147)

Color info

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

RGB color model

#C5B993 color RGB value is (197,185,147).

RGB: (197,185,147) (77%, 73%, 58%)

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 147 of 255 = 58%

197
185
147

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

Portions of RGB colors in percentages

R + G + B = 197 + 185 + 147 = 529 (100%)
R 197 of 529 ~ 37.24%
G 185 of 529 ~ 34.97%
B 147 of 529 ~ 27.79'%

%37.24
%34.97
%27.79

CMYK color model

#C5B993 color CMYK value is (0,6,25,23).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 25.38%
  • key color value is 22.75%

CMYK: (0,6,25,23)
C0M6Y25K23 (0%, 6%, 25%, 23%)
(0.00 / 0.06 / 0.25 / 0.23)

CMYK percentages

%0
%6.09
%25.38
%22.75

Codes

Color #C5B993 in popluar color models

C5 B9 93
RGB 197 185 147
HSL 46° 30.12% 67.45%
HSB/HSV 46° 25.38% 77.25%
CMYK 0.00% 6.09% 25.38%
22.75%

Color #C5B993 in popluar number systems.

HEX C5 B9 93
Decimal 197 185 147
Binary 11000101 10111001 10010011
Octal 305 271 223

Shades and tints

Shades of #C5B993

#C5B993
(197,185,147)
#B4A986
(180,169,134)
#A39979
(163,153,121)
#92896C
(146,137,108)
#81795F
(129,121,95)
#706952
(112,105,82)
#5F5945
(95,89,69)
#4E4938
(78,73,56)
#3D392B
(61,57,43)
#2C291E
(44,41,30)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #C5B993

#C5B993
(197,185,147)
#CABF9C
(202,191,156)
#CFC5A5
(207,197,165)
#D4CBAE
(212,203,174)
#D9D1B7
(217,209,183)
#DED7C0
(222,215,192)
#E3DDC9
(227,221,201)
#E8E3D2
(232,227,210)
#EDE9DB
(237,233,219)
#F2EFE4
(242,239,228)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B993 color. Also use rgb(197,185,147) instead hex code.

Text Font Color

.myTextColor { color: #C5B993; }

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

This text font color is #C5B993.

Background Color

.myBgColor { background-color: #C5B993; }

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

This div background color is #C5B993.

Border color

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

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

This div border color is #C5B993.

Opacity

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

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

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

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

This text has shadow with #C5B993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B993.

Preview

Color preview on black background

This text has color #C5B993 on black background.


Color preview on white background

This text has color #C5B993 on white background.


Black color preview on #C5B993 background

This text has black color on #C5B993 background.


White color preview on #C5B993 background

This text has white color on #C5B993 background.


Related colors

Complementary color

Complementary color for #hex is #3A466C.


I love getcolorcode.com

Triadic colors

1 #93C5B9 and #B993C5 with #C5B993 are triadic colors.

2 #93B9C5 and #B9C593 with #C5B993 are triadic colors.