COLOR #C89648

HEX: #C89648 RGB: (200,150,72)

Color info

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

RGB color model

#C89648 color RGB value is (200,150,72).

RGB: (200,150,72) (78%, 59%, 28%)

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 72 of 255 = 28%

200
150
72

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

Portions of RGB colors in percentages

R + G + B = 200 + 150 + 72 = 422 (100%)
R 200 of 422 ~ 47.39%
G 150 of 422 ~ 35.55%
B 72 of 422 ~ 17.06'%

%47.39
%35.55
%17.06

CMYK color model

#C89648 color CMYK value is (0,25,64,22).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 64.00%
  • key color value is 21.57%

CMYK: (0,25,64,22)
C0M25Y64K22 (0%, 25%, 64%, 22%)
(0.00 / 0.25 / 0.64 / 0.22)

CMYK percentages

%0
%25
%64
%21.57

Codes

Color #C89648 in popluar color models

C8 96 48
RGB 200 150 72
HSL 37° 53.78% 53.33%
HSB/HSV 37° 64.00% 78.43%
CMYK 0.00% 25.00% 64.00%
21.57%

Color #C89648 in popluar number systems.

HEX C8 96 48
Decimal 200 150 72
Binary 11001000 10010110 1001000
Octal 310 226 110

Shades and tints

Shades of #C89648

#C89648
(200,150,72)
#B68942
(182,137,66)
#A47C3C
(164,124,60)
#926F36
(146,111,54)
#806230
(128,98,48)
#6E552A
(110,85,42)
#5C4824
(92,72,36)
#4A3B1E
(74,59,30)
#382E18
(56,46,24)
#262112
(38,33,18)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #C89648

#C89648
(200,150,72)
#CD9F58
(205,159,88)
#D2A868
(210,168,104)
#D7B178
(215,177,120)
#DCBA88
(220,186,136)
#E1C398
(225,195,152)
#E6CCA8
(230,204,168)
#EBD5B8
(235,213,184)
#F0DEC8
(240,222,200)
#F5E7D8
(245,231,216)
#FAF0E8
(250,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89648 color. Also use rgb(200,150,72) instead hex code.

Text Font Color

.myTextColor { color: #C89648; }

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

This text font color is #C89648.

Background Color

.myBgColor { background-color: #C89648; }

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

This div background color is #C89648.

Border color

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

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

This div border color is #C89648.

Opacity

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

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

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

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

This text has shadow with #C89648 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89648.

Preview

Color preview on black background

This text has color #C89648 on black background.


Color preview on white background

This text has color #C89648 on white background.


Black color preview on #C89648 background

This text has black color on #C89648 background.


White color preview on #C89648 background

This text has white color on #C89648 background.


Related colors

Complementary color

Complementary color for #hex is #3769B7.


I love getcolorcode.com

Triadic colors

1 #48C896 and #9648C8 with #C89648 are triadic colors.

2 #4896C8 and #96C848 with #C89648 are triadic colors.