COLOR #C88959

HEX: #C88959
RGB: (200,137,89)

Color info

#C88959 contains mainly red color. Web safe color of #C88959 is #CC9966 (or #C96).

RGB color model

#C88959 color RGB value is (200,137,89).

  • red value is 200;
  • green value is 137;
  • blue value is 89.
RGB:
(200,137,89)
(78%,54%,35%)

RGB channels and saturation

R 200 of 255 = 78%
G 137 of 255 = 54%
B 89 of 255 = 35%

200
137
89

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

Portions of RGB colors in percentages

R + G + B =
200 + 137 + 89 = 426 (100%)
R 200 of 426 ~ 46.95%
G 137 of 426 ~ 32.16%
B 89 of 426 ~ 20.89%

%46.95
%32.16
%20.89

CMYK color model

#C88959 color CMYK value is (0,32,56,22).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 55.50%
  • key color value is 21.57%
CMYK:
(0,32,56,22)
C0M32Y56K22 
(0%,32%,56%,22%)
(0.00/0.32/0.56/0.22)	

CMYK percentages

%0
%31.5
%55.5
%21.57

Codes

Color #C88959 in popluar color models

C88959
RGB20013789
HSL26°50.23%56.67%
HSB/HSV26°55.50%78.43%
CMYK0.00%31.50%55.50%
21.57%

Color #C88959 in popluar number systems.

HEXC88959
Decimal20013789
Binary11001000100010011011001
Octal310211131

Shades and tints

Shades of #C88959

#C88959
(200,137,89)
#B67D51
(182,125,81)
#A47149
(164,113,73)
#926541
(146,101,65)
#805939
(128,89,57)
#6E4D31
(110,77,49)
#5C4129
(92,65,41)
#4A3521
(74,53,33)
#382919
(56,41,25)
#261D11
(38,29,17)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #C88959

#C88959
(200,137,89)
#CD9368
(205,147,104)
#D29D77
(210,157,119)
#D7A786
(215,167,134)
#DCB195
(220,177,149)
#E1BBA4
(225,187,164)
#E6C5B3
(230,197,179)
#EBCFC2
(235,207,194)
#F0D9D1
(240,217,209)
#F5E3E0
(245,227,224)
#FAEDEF
(250,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88959 color. Also use rgb(200,137,89) instead hex code.

Text Font Color

.myTextColor { color: #C88959; }

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

This text font color is #C88959.


Background Color

.myBgColor { background-color: #C88959; }

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

This div background color is #C88959.


Border color

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

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

This div border color is #C88959.


Opacity

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

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

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

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

This text has shadow with #C88959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88959 on black background.


Color preview on white background

This text has color #C88959 on white background.



Black color preview on #C88959 background

This text has black color on #C88959 background.


White color preview on #C88959 background

This text has white color on #C88959 background.