COLOR #C89478

HEX: #C89478 RGB: (200,148,120)

Color info

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

RGB color model

#C89478 color RGB value is (200,148,120).

RGB: (200,148,120) (78%, 58%, 47%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 120 of 255 = 47%

200
148
120

R + G + B ~ 61%. #C89478 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 148 + 120 = 468 (100%)
R 200 of 468 ~ 42.74%
G 148 of 468 ~ 31.62%
B 120 of 468 ~ 25.64'%

%42.74
%31.62
%25.64

CMYK color model

#C89478 color CMYK value is (0,26,40,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 40.00%
  • key color value is 21.57%

CMYK: (0,26,40,22)
C0M26Y40K22 (0%, 26%, 40%, 22%)
(0.00 / 0.26 / 0.40 / 0.22)

CMYK percentages

%0
%26
%40
%21.57

Codes

Color #C89478 in popluar color models

C8 94 78
RGB 200 148 120
HSL 21° 42.11% 62.75%
HSB/HSV 21° 40.00% 78.43%
CMYK 0.00% 26.00% 40.00%
21.57%

Color #C89478 in popluar number systems.

HEX C8 94 78
Decimal 200 148 120
Binary 11001000 10010100 1111000
Octal 310 224 170

Shades and tints

Shades of #C89478

#C89478
(200,148,120)
#B6876E
(182,135,110)
#A47A64
(164,122,100)
#926D5A
(146,109,90)
#806050
(128,96,80)
#6E5346
(110,83,70)
#5C463C
(92,70,60)
#4A3932
(74,57,50)
#382C28
(56,44,40)
#261F1E
(38,31,30)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C89478

#C89478
(200,148,120)
#CD9D84
(205,157,132)
#D2A690
(210,166,144)
#D7AF9C
(215,175,156)
#DCB8A8
(220,184,168)
#E1C1B4
(225,193,180)
#E6CAC0
(230,202,192)
#EBD3CC
(235,211,204)
#F0DCD8
(240,220,216)
#F5E5E4
(245,229,228)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89478; }

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

This text font color is #C89478.

Background Color

.myBgColor { background-color: #C89478; }

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

This div background color is #C89478.

Border color

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

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

This div border color is #C89478.

Opacity

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

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

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

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

This text has shadow with #C89478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89478.

Preview

Color preview on black background

This text has color #C89478 on black background.


Color preview on white background

This text has color #C89478 on white background.


Black color preview on #C89478 background

This text has black color on #C89478 background.


White color preview on #C89478 background

This text has white color on #C89478 background.


Related colors

Complementary color

Complementary color for #hex is #376B87.


I love getcolorcode.com

Triadic colors

1 #78C894 and #9478C8 with #C89478 are triadic colors.

2 #7894C8 and #94C878 with #C89478 are triadic colors.