COLOR #C89446

HEX: #C89446
RGB: (200,148,70)

Color info

#C89446 contains mainly red and green colors. Web safe color of #C89446 is #CC9933 (or #C93).

RGB color model

#C89446 color RGB value is (200,148,70).

  • red value is 200;
  • green value is 148;
  • blue value is 70.
RGB:
(200,148,70)
(78%,58%,27%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 70 of 255 = 27%

200
148
70

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

Portions of RGB colors in percentages

R + G + B =
200 + 148 + 70 = 418 (100%)
R 200 of 418 ~ 47.85%
G 148 of 418 ~ 35.41%
B 70 of 418 ~ 16.75%

%47.85
%35.41
%16.75

CMYK color model

#C89446 color CMYK value is (0,26,65,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 65.00%
  • key color value is 21.57%
CMYK:
(0,26,65,22)
C0M26Y65K22 
(0%,26%,65%,22%)
(0.00/0.26/0.65/0.22)	

CMYK percentages

%0
%26
%65
%21.57

Codes

Color #C89446 in popluar color models

C89446
RGB20014870
HSL36°54.17%52.94%
HSB/HSV36°65.00%78.43%
CMYK0.00%26.00%65.00%
21.57%

Color #C89446 in popluar number systems.

HEXC89446
Decimal20014870
Binary11001000100101001000110
Octal310224106

Shades and tints

Shades of #C89446

#C89446
(200,148,70)
#B68740
(182,135,64)
#A47A3A
(164,122,58)
#926D34
(146,109,52)
#80602E
(128,96,46)
#6E5328
(110,83,40)
#5C4622
(92,70,34)
#4A391C
(74,57,28)
#382C16
(56,44,22)
#261F10
(38,31,16)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #C89446

#C89446
(200,148,70)
#CD9D56
(205,157,86)
#D2A666
(210,166,102)
#D7AF76
(215,175,118)
#DCB886
(220,184,134)
#E1C196
(225,193,150)
#E6CAA6
(230,202,166)
#EBD3B6
(235,211,182)
#F0DCC6
(240,220,198)
#F5E5D6
(245,229,214)
#FAEEE6
(250,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89446 color. Also use rgb(200,148,70) instead hex code.

Text Font Color

.myTextColor { color: #C89446; }

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

This text font color is #C89446.


Background Color

.myBgColor { background-color: #C89446; }

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

This div background color is #C89446.


Border color

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

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

This div border color is #C89446.


Opacity

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

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

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

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

This text has shadow with #C89446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89446 on black background.


Color preview on white background

This text has color #C89446 on white background.



Black color preview on #C89446 background

This text has black color on #C89446 background.


White color preview on #C89446 background

This text has white color on #C89446 background.