COLOR #C89155

HEX: #C89155 RGB: (200,145,85)

Color info

#C89155 contains mainly red and green colors. Web safe color of #C89155 is #CC9966 (or #C96).

RGB color model

#C89155 color RGB value is (200,145,85).

RGB: (200,145,85) (78%, 57%, 33%)

RGB channels and saturation

R 200 of 255 = 78%
G 145 of 255 = 57%
B 85 of 255 = 33%

200
145
85

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

Portions of RGB colors in percentages

R + G + B = 200 + 145 + 85 = 430 (100%)
R 200 of 430 ~ 46.51%
G 145 of 430 ~ 33.72%
B 85 of 430 ~ 19.77'%

%46.51
%33.72
%19.77

CMYK color model

#C89155 color CMYK value is (0,28,58,22).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 57.50%
  • key color value is 21.57%
CMYK: (0,28,58,22) C0M28Y58K22 (0%,28%,58%,22%) (0.00/0.28/0.58/0.22) 

CMYK percentages

%0
%27.5
%57.5
%21.57

Codes

Color #C89155 in popluar color models

C8 91 55
RGB 200 145 85
HSL 31° 51.11% 55.88%
HSB/HSV 31° 57.50% 78.43%
CMYK 0.00% 27.50% 57.50%
21.57%

Color #C89155 in popluar number systems.

HEX C8 91 55
Decimal 200 145 85
Binary 11001000 10010001 1010101
Octal 310 221 125

Shades and tints

Shades of #C89155

#C89155
(200,145,85)
#B6844E
(182,132,78)
#A47747
(164,119,71)
#926A40
(146,106,64)
#805D39
(128,93,57)
#6E5032
(110,80,50)
#5C432B
(92,67,43)
#4A3624
(74,54,36)
#38291D
(56,41,29)
#261C16
(38,28,22)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #C89155

#C89155
(200,145,85)
#CD9B64
(205,155,100)
#D2A573
(210,165,115)
#D7AF82
(215,175,130)
#DCB991
(220,185,145)
#E1C3A0
(225,195,160)
#E6CDAF
(230,205,175)
#EBD7BE
(235,215,190)
#F0E1CD
(240,225,205)
#F5EBDC
(245,235,220)
#FAF5EB
(250,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89155 color. Also use rgb(200,145,85) instead hex code.

Text Font Color

.myTextColor { color: #C89155; }

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

This text font color is #C89155.

Background Color

.myBgColor { background-color: #C89155; }

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

This div background color is #C89155.

Border color

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

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

This div border color is #C89155.

Opacity

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

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

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

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

This text has shadow with #C89155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89155.

Preview

Color preview on black background

This text has color #C89155 on black background.


Color preview on white background

This text has color #C89155 on white background.


Black color preview on #C89155 background

This text has black color on #C89155 background.


White color preview on #C89155 background

This text has white color on #C89155 background.


Related colors

Complementary color

Complementary color for #hex is #376EAA.


I love getcolorcode.com

Triadic colors

1 #55C891 and #9155C8 with #C89155 are triadic colors.

2 #5591C8 and #91C855 with #C89155 are triadic colors.