COLOR #C89C4E

HEX: #C89C4E
RGB: (200,156,78)

Color info

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

RGB color model

#C89C4E color RGB value is (200,156,78).

  • red value is 200;
  • green value is 156;
  • blue value is 78.
RGB:
(200,156,78)
(78%,61%,31%)

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 78 of 255 = 31%

200
156
78

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

Portions of RGB colors in percentages

R + G + B =
200 + 156 + 78 = 434 (100%)
R 200 of 434 ~ 46.08%
G 156 of 434 ~ 35.94%
B 78 of 434 ~ 17.97%

%46.08
%35.94
%17.97

CMYK color model

#C89C4E color CMYK value is (0,22,61,22).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 61.00%
  • key color value is 21.57%
CMYK:
(0,22,61,22)
C0M22Y61K22 
(0%,22%,61%,22%)
(0.00/0.22/0.61/0.22)	

CMYK percentages

%0
%22
%61
%21.57

Codes

Color #C89C4E in popluar color models

C89C4E
RGB20015678
HSL38°52.59%54.51%
HSB/HSV38°61.00%78.43%
CMYK0.00%22.00%61.00%
21.57%

Color #C89C4E in popluar number systems.

HEXC89C4E
Decimal20015678
Binary11001000100111001001110
Octal310234116

Shades and tints

Shades of #C89C4E

#C89C4E
(200,156,78)
#B68E47
(182,142,71)
#A48040
(164,128,64)
#927239
(146,114,57)
#806432
(128,100,50)
#6E562B
(110,86,43)
#5C4824
(92,72,36)
#4A3A1D
(74,58,29)
#382C16
(56,44,22)
#261E0F
(38,30,15)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #C89C4E

#C89C4E
(200,156,78)
#CDA55E
(205,165,94)
#D2AE6E
(210,174,110)
#D7B77E
(215,183,126)
#DCC08E
(220,192,142)
#E1C99E
(225,201,158)
#E6D2AE
(230,210,174)
#EBDBBE
(235,219,190)
#F0E4CE
(240,228,206)
#F5EDDE
(245,237,222)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89C4E; }

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

This text font color is #C89C4E.


Background Color

.myBgColor { background-color: #C89C4E; }

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

This div background color is #C89C4E.


Border color

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

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

This div border color is #C89C4E.


Opacity

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

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

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

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

This text has shadow with #C89C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89C4E on black background.


Color preview on white background

This text has color #C89C4E on white background.



Black color preview on #C89C4E background

This text has black color on #C89C4E background.


White color preview on #C89C4E background

This text has white color on #C89C4E background.