COLOR #C89B61

HEX: #C89B61 RGB: (200,155,97)

Color info

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

RGB color model

#C89B61 color RGB value is (200,155,97).

RGB: (200,155,97) (78%, 61%, 38%)

RGB channels and saturation

R 200 of 255 = 78%
G 155 of 255 = 61%
B 97 of 255 = 38%

200
155
97

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

Portions of RGB colors in percentages

R + G + B = 200 + 155 + 97 = 452 (100%)
R 200 of 452 ~ 44.25%
G 155 of 452 ~ 34.29%
B 97 of 452 ~ 21.46'%

%44.25
%34.29
%21.46

CMYK color model

#C89B61 color CMYK value is (0,23,52,22).

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

CMYK: (0,23,52,22)
C0M23Y52K22 (0%, 23%, 52%, 22%)
(0.00 / 0.23 / 0.52 / 0.22)

CMYK percentages

%0
%22.5
%51.5
%21.57

Codes

Color #C89B61 in popluar color models

C8 9B 61
RGB 200 155 97
HSL 34° 48.36% 58.24%
HSB/HSV 34° 51.50% 78.43%
CMYK 0.00% 22.50% 51.50%
21.57%

Color #C89B61 in popluar number systems.

HEX C8 9B 61
Decimal 200 155 97
Binary 11001000 10011011 1100001
Octal 310 233 141

Shades and tints

Shades of #C89B61

#C89B61
(200,155,97)
#B68D59
(182,141,89)
#A47F51
(164,127,81)
#927149
(146,113,73)
#806341
(128,99,65)
#6E5539
(110,85,57)
#5C4731
(92,71,49)
#4A3929
(74,57,41)
#382B21
(56,43,33)
#261D19
(38,29,25)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #C89B61

#C89B61
(200,155,97)
#CDA46F
(205,164,111)
#D2AD7D
(210,173,125)
#D7B68B
(215,182,139)
#DCBF99
(220,191,153)
#E1C8A7
(225,200,167)
#E6D1B5
(230,209,181)
#EBDAC3
(235,218,195)
#F0E3D1
(240,227,209)
#F5ECDF
(245,236,223)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89B61; }

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

This text font color is #C89B61.

Background Color

.myBgColor { background-color: #C89B61; }

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

This div background color is #C89B61.

Border color

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

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

This div border color is #C89B61.

Opacity

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

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

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

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

This text has shadow with #C89B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89B61.

Preview

Color preview on black background

This text has color #C89B61 on black background.


Color preview on white background

This text has color #C89B61 on white background.


Black color preview on #C89B61 background

This text has black color on #C89B61 background.


White color preview on #C89B61 background

This text has white color on #C89B61 background.


Related colors

Complementary color

Complementary color for #hex is #37649E.


I love getcolorcode.com

Triadic colors

1 #61C89B and #9B61C8 with #C89B61 are triadic colors.

2 #619BC8 and #9BC861 with #C89B61 are triadic colors.