COLOR #C89C66

HEX: #C89C66 RGB: (200,156,102)

Color info

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

RGB color model

#C89C66 color RGB value is (200,156,102).

RGB: (200,156,102) (78%, 61%, 40%)

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 102 of 255 = 40%

200
156
102

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

Portions of RGB colors in percentages

R + G + B = 200 + 156 + 102 = 458 (100%)
R 200 of 458 ~ 43.67%
G 156 of 458 ~ 34.06%
B 102 of 458 ~ 22.27'%

%43.67
%34.06
%22.27

CMYK color model

#C89C66 color CMYK value is (0,22,49,22).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 49.00%
  • key color value is 21.57%

CMYK: (0,22,49,22)
C0M22Y49K22 (0%, 22%, 49%, 22%)
(0.00 / 0.22 / 0.49 / 0.22)

CMYK percentages

%0
%22
%49
%21.57

Codes

Color #C89C66 in popluar color models

C8 9C 66
RGB 200 156 102
HSL 33° 47.12% 59.22%
HSB/HSV 33° 49.00% 78.43%
CMYK 0.00% 22.00% 49.00%
21.57%

Color #C89C66 in popluar number systems.

HEX C8 9C 66
Decimal 200 156 102
Binary 11001000 10011100 1100110
Octal 310 234 146

Shades and tints

Shades of #C89C66

#C89C66
(200,156,102)
#B68E5D
(182,142,93)
#A48054
(164,128,84)
#92724B
(146,114,75)
#806442
(128,100,66)
#6E5639
(110,86,57)
#5C4830
(92,72,48)
#4A3A27
(74,58,39)
#382C1E
(56,44,30)
#261E15
(38,30,21)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #C89C66

#C89C66
(200,156,102)
#CDA573
(205,165,115)
#D2AE80
(210,174,128)
#D7B78D
(215,183,141)
#DCC09A
(220,192,154)
#E1C9A7
(225,201,167)
#E6D2B4
(230,210,180)
#EBDBC1
(235,219,193)
#F0E4CE
(240,228,206)
#F5EDDB
(245,237,219)
#FAF6E8
(250,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89C66 color. Also use rgb(200,156,102) instead hex code.

Text Font Color

.myTextColor { color: #C89C66; }

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

This text font color is #C89C66.

Background Color

.myBgColor { background-color: #C89C66; }

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

This div background color is #C89C66.

Border color

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

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

This div border color is #C89C66.

Opacity

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

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

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

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

This text has shadow with #C89C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89C66.

Preview

Color preview on black background

This text has color #C89C66 on black background.


Color preview on white background

This text has color #C89C66 on white background.


Black color preview on #C89C66 background

This text has black color on #C89C66 background.


White color preview on #C89C66 background

This text has white color on #C89C66 background.


Related colors

Complementary color

Complementary color for #hex is #376399.


I love getcolorcode.com

Triadic colors

1 #66C89C and #9C66C8 with #C89C66 are triadic colors.

2 #669CC8 and #9CC866 with #C89C66 are triadic colors.