COLOR #C89B73

HEX: #C89B73 RGB: (200,155,115)

Color info

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

RGB color model

#C89B73 color RGB value is (200,155,115).

RGB: (200,155,115) (78%, 61%, 45%)

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 115 of 255 = 45%

200
155
115

R + G + B ~ 61%. #C89B73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 155 + 115 = 470 (100%)
R 200 of 470 ~ 42.55%
G 155 of 470 ~ 32.98%
B 115 of 470 ~ 24.47'%

%42.55
%32.98
%24.47

CMYK color model

#C89B73 color CMYK value is (0,23,43,22).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 42.50%
  • key color value is 21.57%

CMYK: (0,23,43,22)
C0M23Y43K22 (0%, 23%, 43%, 22%)
(0.00 / 0.23 / 0.43 / 0.22)

CMYK percentages

%0
%22.5
%42.5
%21.57

Codes

Color #C89B73 in popluar color models

C8 9B 73
RGB 200 155 115
HSL 28° 43.59% 61.76%
HSB/HSV 28° 42.50% 78.43%
CMYK 0.00% 22.50% 42.50%
21.57%

Color #C89B73 in popluar number systems.

HEX C8 9B 73
Decimal 200 155 115
Binary 11001000 10011011 1110011
Octal 310 233 163

Shades and tints

Shades of #C89B73

#C89B73
(200,155,115)
#B68D69
(182,141,105)
#A47F5F
(164,127,95)
#927155
(146,113,85)
#80634B
(128,99,75)
#6E5541
(110,85,65)
#5C4737
(92,71,55)
#4A392D
(74,57,45)
#382B23
(56,43,35)
#261D19
(38,29,25)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #C89B73

#C89B73
(200,155,115)
#CDA47F
(205,164,127)
#D2AD8B
(210,173,139)
#D7B697
(215,182,151)
#DCBFA3
(220,191,163)
#E1C8AF
(225,200,175)
#E6D1BB
(230,209,187)
#EBDAC7
(235,218,199)
#F0E3D3
(240,227,211)
#F5ECDF
(245,236,223)
#FAF5EB
(250,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89B73 color. Also use rgb(200,155,115) instead hex code.

Text Font Color

.myTextColor { color: #C89B73; }

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

This text font color is #C89B73.

Background Color

.myBgColor { background-color: #C89B73; }

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

This div background color is #C89B73.

Border color

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

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

This div border color is #C89B73.

Opacity

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

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

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

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

This text has shadow with #C89B73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89B73.

Preview

Color preview on black background

This text has color #C89B73 on black background.


Color preview on white background

This text has color #C89B73 on white background.


Black color preview on #C89B73 background

This text has black color on #C89B73 background.


White color preview on #C89B73 background

This text has white color on #C89B73 background.


Related colors

Complementary color

Complementary color for #hex is #37648C.


I love getcolorcode.com

Triadic colors

1 #73C89B and #9B73C8 with #C89B73 are triadic colors.

2 #739BC8 and #9BC873 with #C89B73 are triadic colors.