COLOR #C89F78

HEX: #C89F78 RGB: (200,159,120)

Color info

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

RGB color model

#C89F78 color RGB value is (200,159,120).

RGB: (200,159,120) (78%, 62%, 47%)

RGB channels and saturation

R 200 of 255 = 78%
G 159 of 255 = 62%
B 120 of 255 = 47%

200
159
120

R + G + B ~ 62%. #C89F78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 159 + 120 = 479 (100%)
R 200 of 479 ~ 41.75%
G 159 of 479 ~ 33.19%
B 120 of 479 ~ 25.05'%

%41.75
%33.19
%25.05

CMYK color model

#C89F78 color CMYK value is (0,21,40,22).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 40.00%
  • key color value is 21.57%
CMYK: (0,21,40,22) C0M21Y40K22 (0%,21%,40%,22%) (0.00/0.21/0.40/0.22) 

CMYK percentages

%0
%20.5
%40
%21.57

Codes

Color #C89F78 in popluar color models

C8 9F 78
RGB 200 159 120
HSL 29° 42.11% 62.75%
HSB/HSV 29° 40.00% 78.43%
CMYK 0.00% 20.50% 40.00%
21.57%

Color #C89F78 in popluar number systems.

HEX C8 9F 78
Decimal 200 159 120
Binary 11001000 10011111 1111000
Octal 310 237 170

Shades and tints

Shades of #C89F78

#C89F78
(200,159,120)
#B6916E
(182,145,110)
#A48364
(164,131,100)
#92755A
(146,117,90)
#806750
(128,103,80)
#6E5946
(110,89,70)
#5C4B3C
(92,75,60)
#4A3D32
(74,61,50)
#382F28
(56,47,40)
#26211E
(38,33,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #C89F78

#C89F78
(200,159,120)
#CDA784
(205,167,132)
#D2AF90
(210,175,144)
#D7B79C
(215,183,156)
#DCBFA8
(220,191,168)
#E1C7B4
(225,199,180)
#E6CFC0
(230,207,192)
#EBD7CC
(235,215,204)
#F0DFD8
(240,223,216)
#F5E7E4
(245,231,228)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89F78; }

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

This text font color is #C89F78.

Background Color

.myBgColor { background-color: #C89F78; }

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

This div background color is #C89F78.

Border color

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

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

This div border color is #C89F78.

Opacity

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

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

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

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

This text has shadow with #C89F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89F78.

Preview

Color preview on black background

This text has color #C89F78 on black background.


Color preview on white background

This text has color #C89F78 on white background.


Black color preview on #C89F78 background

This text has black color on #C89F78 background.


White color preview on #C89F78 background

This text has white color on #C89F78 background.


Related colors

Complementary color

Complementary color for #hex is #376087.


I love getcolorcode.com

Triadic colors

1 #78C89F and #9F78C8 with #C89F78 are triadic colors.

2 #789FC8 and #9FC878 with #C89F78 are triadic colors.