COLOR #C89A79

HEX: #C89A79 RGB: (200,154,121)

Color info

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

RGB color model

#C89A79 color RGB value is (200,154,121).

RGB: (200,154,121) (78%, 60%, 47%)

RGB channels and saturation

R 200 of 255 = 78%
G 154 of 255 = 60%
B 121 of 255 = 47%

200
154
121

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

Portions of RGB colors in percentages

R + G + B = 200 + 154 + 121 = 475 (100%)
R 200 of 475 ~ 42.11%
G 154 of 475 ~ 32.42%
B 121 of 475 ~ 25.47'%

%42.11
%32.42
%25.47

CMYK color model

#C89A79 color CMYK value is (0,23,40,22).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 39.50%
  • key color value is 21.57%

CMYK: (0,23,40,22)
C0M23Y40K22 (0%, 23%, 40%, 22%)
(0.00 / 0.23 / 0.40 / 0.22)

CMYK percentages

%0
%23
%39.5
%21.57

Codes

Color #C89A79 in popluar color models

C8 9A 79
RGB 200 154 121
HSL 25° 41.80% 62.94%
HSB/HSV 25° 39.50% 78.43%
CMYK 0.00% 23.00% 39.50%
21.57%

Color #C89A79 in popluar number systems.

HEX C8 9A 79
Decimal 200 154 121
Binary 11001000 10011010 1111001
Octal 310 232 171

Shades and tints

Shades of #C89A79

#C89A79
(200,154,121)
#B68C6E
(182,140,110)
#A47E63
(164,126,99)
#927058
(146,112,88)
#80624D
(128,98,77)
#6E5442
(110,84,66)
#5C4637
(92,70,55)
#4A382C
(74,56,44)
#382A21
(56,42,33)
#261C16
(38,28,22)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #C89A79

#C89A79
(200,154,121)
#CDA385
(205,163,133)
#D2AC91
(210,172,145)
#D7B59D
(215,181,157)
#DCBEA9
(220,190,169)
#E1C7B5
(225,199,181)
#E6D0C1
(230,208,193)
#EBD9CD
(235,217,205)
#F0E2D9
(240,226,217)
#F5EBE5
(245,235,229)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89A79 color. Also use rgb(200,154,121) instead hex code.

Text Font Color

.myTextColor { color: #C89A79; }

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

This text font color is #C89A79.

Background Color

.myBgColor { background-color: #C89A79; }

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

This div background color is #C89A79.

Border color

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

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

This div border color is #C89A79.

Opacity

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

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

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

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

This text has shadow with #C89A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89A79.

Preview

Color preview on black background

This text has color #C89A79 on black background.


Color preview on white background

This text has color #C89A79 on white background.


Black color preview on #C89A79 background

This text has black color on #C89A79 background.


White color preview on #C89A79 background

This text has white color on #C89A79 background.


Related colors

Complementary color

Complementary color for #hex is #376586.


I love getcolorcode.com

Triadic colors

1 #79C89A and #9A79C8 with #C89A79 are triadic colors.

2 #799AC8 and #9AC879 with #C89A79 are triadic colors.