COLOR #C5886B

HEX: #C5886B RGB: (197,136,107)

Color info

#C5886B contains mainly red color. Web safe color of #C5886B is #CC9966 (or #C96).

RGB color model

#C5886B color RGB value is (197,136,107).

RGB: (197,136,107) (77%, 53%, 42%)

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 107 of 255 = 42%

197
136
107

R + G + B ~ 57%. #C5886B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 197 + 136 + 107 = 440 (100%)
R 197 of 440 ~ 44.77%
G 136 of 440 ~ 30.91%
B 107 of 440 ~ 24.32'%

%44.77
%30.91
%24.32

CMYK color model

#C5886B color CMYK value is (0,31,46,23).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 45.69%
  • key color value is 22.75%

CMYK: (0,31,46,23)
C0M31Y46K23 (0%, 31%, 46%, 23%)
(0.00 / 0.31 / 0.46 / 0.23)

CMYK percentages

%0
%30.96
%45.69
%22.75

Codes

Color #C5886B in popluar color models

C5 88 6B
RGB 197 136 107
HSL 19° 43.69% 59.61%
HSB/HSV 19° 45.69% 77.25%
CMYK 0.00% 30.96% 45.69%
22.75%

Color #C5886B in popluar number systems.

HEX C5 88 6B
Decimal 197 136 107
Binary 11000101 10001000 1101011
Octal 305 210 153

Shades and tints

Shades of #C5886B

#C5886B
(197,136,107)
#B47C62
(180,124,98)
#A37059
(163,112,89)
#926450
(146,100,80)
#815847
(129,88,71)
#704C3E
(112,76,62)
#5F4035
(95,64,53)
#4E342C
(78,52,44)
#3D2823
(61,40,35)
#2C1C1A
(44,28,26)
#1B1011
(27,16,17)
#000000
(0,0,0)

Tints of #C5886B

#C5886B
(197,136,107)
#CA9278
(202,146,120)
#CF9C85
(207,156,133)
#D4A692
(212,166,146)
#D9B09F
(217,176,159)
#DEBAAC
(222,186,172)
#E3C4B9
(227,196,185)
#E8CEC6
(232,206,198)
#EDD8D3
(237,216,211)
#F2E2E0
(242,226,224)
#F7ECED
(247,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5886B color. Also use rgb(197,136,107) instead hex code.

Text Font Color

.myTextColor { color: #C5886B; }

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

This text font color is #C5886B.

Background Color

.myBgColor { background-color: #C5886B; }

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

This div background color is #C5886B.

Border color

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

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

This div border color is #C5886B.

Opacity

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

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

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

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

This text has shadow with #C5886B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5886B.

Preview

Color preview on black background

This text has color #C5886B on black background.


Color preview on white background

This text has color #C5886B on white background.


Black color preview on #C5886B background

This text has black color on #C5886B background.


White color preview on #C5886B background

This text has white color on #C5886B background.


Related colors

Complementary color

Complementary color for #hex is #3A7794.


I love getcolorcode.com

Triadic colors

1 #6BC588 and #886BC5 with #C5886B are triadic colors.

2 #6B88C5 and #88C56B with #C5886B are triadic colors.