COLOR #C89463

HEX: #C89463
RGB: (200,148,99)

Color info

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

RGB color model

#C89463 color RGB value is (200,148,99).

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

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 99 of 255 = 39%

200
148
99

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

Portions of RGB colors in percentages

R + G + B =
200 + 148 + 99 = 447 (100%)
R 200 of 447 ~ 44.74%
G 148 of 447 ~ 33.11%
B 99 of 447 ~ 22.15%

%44.74
%33.11
%22.15

CMYK color model

#C89463 color CMYK value is (0,26,51,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 50.50%
  • key color value is 21.57%
CMYK:
(0,26,51,22)
C0M26Y51K22 
(0%,26%,51%,22%)
(0.00/0.26/0.51/0.22)	

CMYK percentages

%0
%26
%50.5
%21.57

Codes

Color #C89463 in popluar color models

C89463
RGB20014899
HSL29°47.87%58.63%
HSB/HSV29°50.50%78.43%
CMYK0.00%26.00%50.50%
21.57%

Color #C89463 in popluar number systems.

HEXC89463
Decimal20014899
Binary11001000100101001100011
Octal310224143

Shades and tints

Shades of #C89463

#C89463
(200,148,99)
#B6875A
(182,135,90)
#A47A51
(164,122,81)
#926D48
(146,109,72)
#80603F
(128,96,63)
#6E5336
(110,83,54)
#5C462D
(92,70,45)
#4A3924
(74,57,36)
#382C1B
(56,44,27)
#261F12
(38,31,18)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #C89463

#C89463
(200,148,99)
#CD9D71
(205,157,113)
#D2A67F
(210,166,127)
#D7AF8D
(215,175,141)
#DCB89B
(220,184,155)
#E1C1A9
(225,193,169)
#E6CAB7
(230,202,183)
#EBD3C5
(235,211,197)
#F0DCD3
(240,220,211)
#F5E5E1
(245,229,225)
#FAEEEF
(250,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89463; }

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

This text font color is #C89463.


Background Color

.myBgColor { background-color: #C89463; }

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

This div background color is #C89463.


Border color

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

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

This div border color is #C89463.


Opacity

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

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

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

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

This text has shadow with #C89463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89463 on black background.


Color preview on white background

This text has color #C89463 on white background.



Black color preview on #C89463 background

This text has black color on #C89463 background.


White color preview on #C89463 background

This text has white color on #C89463 background.